diff options
author | Clemens Ladisch <clemens@ladisch.de> | 2008-01-14 08:57:05 +0100 |
---|---|---|
committer | Jaroslav Kysela <perex@perex.cz> | 2008-01-31 17:29:57 +0100 |
commit | 893e44ba5a7cc05d66b69806defc17dd762c3ba8 (patch) | |
tree | 7fea3aa02fcf9b56c43c22397191e639eeeb3905 /sound/pci/oxygen/oxygen.h | |
parent | 01a3affb2eebfd6c996c36d82bbbc6040eb3a7f1 (diff) |
[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>
Diffstat (limited to 'sound/pci/oxygen/oxygen.h')
-rw-r--r-- | sound/pci/oxygen/oxygen.h | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/sound/pci/oxygen/oxygen.h b/sound/pci/oxygen/oxygen.h index a10c3778805..4a0c6634ac9 100644 --- a/sound/pci/oxygen/oxygen.h +++ b/sound/pci/oxygen/oxygen.h @@ -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 }; |