diff options
author | Clemens Ladisch <clemens@ladisch.de> | 2015-01-17 00:15:13 +0300 |
---|---|---|
committer | Takashi Iwai <tiwai@suse.de> | 2015-01-17 00:44:08 +0300 |
commit | 0902fbb9ccf7e3be67b9774b0d5f096da44e7c65 (patch) | |
tree | 43055b387a000296775d50d270091b3b06be63fd /sound/pci/oxygen/oxygen.h | |
parent | 20eb26a2ec8d28f6106d210ea6a12f360e57a72b (diff) | |
download | linux-0902fbb9ccf7e3be67b9774b0d5f096da44e7c65.tar.xz |
ALSA: oxygen: add support for third analog input
Make it possible for cards to have three stereo analog input pairs.
Signed-off-by: Clemens Ladisch <clemens@ladisch.de>
Signed-off-by: Takashi Iwai <tiwai@suse.de>
Diffstat (limited to 'sound/pci/oxygen/oxygen.h')
-rw-r--r-- | sound/pci/oxygen/oxygen.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/sound/pci/oxygen/oxygen.h b/sound/pci/oxygen/oxygen.h index c10ab077afd8..293d0b9a50c3 100644 --- a/sound/pci/oxygen/oxygen.h +++ b/sound/pci/oxygen/oxygen.h @@ -35,7 +35,7 @@ #define CAPTURE_1_FROM_SPDIF 0x0080 #define CAPTURE_2_FROM_I2S_2 0x0100 #define CAPTURE_2_FROM_AC97_1 0x0200 - /* CAPTURE_3_FROM_I2S_3 not implemented */ +#define CAPTURE_3_FROM_I2S_3 0x0400 #define MIDI_OUTPUT 0x0800 #define MIDI_INPUT 0x1000 #define AC97_CD_INPUT 0x2000 |