diff options
author | Takashi Iwai <tiwai@suse.de> | 2006-05-23 15:46:10 +0200 |
---|---|---|
committer | Jaroslav Kysela <perex@suse.cz> | 2006-06-22 21:34:00 +0200 |
commit | c51302710546f075e65b1e70487707e8324abf2f (patch) | |
tree | 97a25d7fd3ead411ccb8b58bdc4bcb8b3c5fd5b4 /sound/pci/ice1712/aureon.h | |
parent | d5a31b8b6e79145c832d530743ca80bf5f58a965 (diff) | |
download | linux-c51302710546f075e65b1e70487707e8324abf2f.tar.bz2 |
[ALSA] ice1724 - Add functionality for Audiotrak Prodigy 7.1 LT
This patch adds support for useable front audio channels,
user controllable headphone channel and optical output.
From: Anho Ki
Signed-off-by: Matt Taylor <mwtaylor@gmail.com>
Signed-off-by: Takashi Iwai <tiwai@suse.de>
Diffstat (limited to 'sound/pci/ice1712/aureon.h')
-rw-r--r-- | sound/pci/ice1712/aureon.h | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/sound/pci/ice1712/aureon.h b/sound/pci/ice1712/aureon.h index 98a6752280f2..3b7bea656c57 100644 --- a/sound/pci/ice1712/aureon.h +++ b/sound/pci/ice1712/aureon.h @@ -58,5 +58,6 @@ extern struct snd_ice1712_card_info snd_vt1724_aureon_cards[]; #define PRODIGY_WM_CS (1 << 8) #define PRODIGY_SPI_MOSI (1 << 10) #define PRODIGY_SPI_CLK (1 << 9) +#define PRODIGY_HP_SEL (1 << 5) #endif /* __SOUND_AUREON_H */ |