From 71e220eaa6f8cf3e03a5065b8f9bb4670dc6a935 Mon Sep 17 00:00:00 2001 From: skizzhg Date: Thu, 25 Aug 2011 18:12:25 +0200 Subject: [PATCH] Explained that mixer requires OSS and added the device list. --- doc/variables.xml | 14 +++++++++----- 1 file changed, 9 insertions(+), 5 deletions(-) diff --git a/doc/variables.xml b/doc/variables.xml index a2c0770b..64c3b564 100644 --- a/doc/variables.xml +++ b/doc/variables.xml @@ -1660,7 +1660,7 @@ If mixer exists, display everything between $if_mixer_mute and the matching $endif. If no mixer is - specified, "Master" is used. + specified, "Vol" is used. @@ -2112,10 +2112,14 @@ Prints the mixer value as reported by the OS. - Default mixer is "Master", but you can specify one of the - available ALSA Simple mixer controls. - You can find the list of those available on your system - using amixer. + On Linux, this variable uses the OSS emulation, so you + need the proper kernel module loaded. + Default mixer is "Vol", but you can specify one of the + available OSS controls: "Vol", "Bass", "Trebl", "Synth", + "Pcm", "Spkr", "Line", "Mic", "CD", "Mix", "Pcm2 ", "Rec", + "IGain", "OGain", "Line1", "Line2", "Line3", "Digital1", + "Digital2", "Digital3", "PhoneIn", "PhoneOut", "Video", + "Radio" and "Monitor".