[ALSA] oxygen: make line-in switch exclusive
The line input cannot be mixed with the other inputs, so we have to mute the other input switches when it is selected. Signed-off-by: Clemens Ladisch <clemens@ladisch.de> Signed-off-by: Jaroslav Kysela <perex@perex.cz>
This commit is contained in:

committed by
Jaroslav Kysela

parent
01a3affb2e
commit
893e44ba5a
@@ -18,6 +18,10 @@
|
||||
enum {
|
||||
CONTROL_SPDIF_PCM,
|
||||
CONTROL_SPDIF_INPUT_BITS,
|
||||
CONTROL_MIC_CAPTURE_SWITCH,
|
||||
CONTROL_LINE_CAPTURE_SWITCH,
|
||||
CONTROL_CD_CAPTURE_SWITCH,
|
||||
CONTROL_AUX_CAPTURE_SWITCH,
|
||||
CONTROL_COUNT
|
||||
};
|
||||
|
||||
|
Reference in New Issue
Block a user