diff options
author | Takashi Iwai <tiwai@suse.de> | 2006-01-16 13:00:50 +0100 |
---|---|---|
committer | Jaroslav Kysela <perex@suse.cz> | 2006-01-22 16:24:54 +0100 |
commit | cacd3347ce5b5ee4fce90c2627d80bf0ac15dec0 (patch) | |
tree | 785758c34dde065cf919fc910163e3bbcd17168d /sound | |
parent | 0fd1708a199bf55ebf21d611225866955babc1ba (diff) | |
download | op-kernel-dev-cacd3347ce5b5ee4fce90c2627d80bf0ac15dec0.zip op-kernel-dev-cacd3347ce5b5ee4fce90c2627d80bf0ac15dec0.tar.gz |
[ALSA] via82xx - Add dxs_support entry for EpoX 9HEAI
Modules: VIA82xx driver
Added the dxs_support entry for EpoX 9HEAI.
Signed-off-by: Takashi Iwai <tiwai@suse.de>
Diffstat (limited to 'sound')
-rw-r--r-- | sound/pci/via82xx.c | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/sound/pci/via82xx.c b/sound/pci/via82xx.c index 8664bc4..d59fe3e 100644 --- a/sound/pci/via82xx.c +++ b/sound/pci/via82xx.c @@ -2372,6 +2372,7 @@ static int __devinit check_dxs_list(struct pci_dev *pci) { .subvendor = 0x161f, .subdevice = 0x2032, .action = VIA_DXS_48K }, /* m680x machines */ { .subvendor = 0x1631, .subdevice = 0xe004, .action = VIA_DXS_ENABLE }, /* Easy Note 3174, Packard Bell */ { .subvendor = 0x1695, .subdevice = 0x3005, .action = VIA_DXS_ENABLE }, /* EPoX EP-8K9A */ + { .subvendor = 0x1695, .subdevice = 0x300e, .action = VIA_DXS_SRC }, /* EPoX 9HEAI */ { .subvendor = 0x16f3, .subdevice = 0x6405, .action = VIA_DXS_SRC }, /* Jetway K8M8MS */ { .subvendor = 0x1849, .subdevice = 0x3059, .action = VIA_DXS_NO_VRA }, /* ASRock K7VM2 */ { .subvendor = 0x1849, .subdevice = 0x9761, .action = VIA_DXS_SRC }, /* ASRock mobo(?) */ |