diff options
author | Takashi Iwai <tiwai@suse.de> | 2006-07-25 15:29:37 +0200 |
---|---|---|
committer | Jaroslav Kysela <perex@suse.cz> | 2006-09-23 10:39:00 +0200 |
commit | b7c6b03405896bc181e1e2c9c06628c3b1681af5 (patch) | |
tree | 0ff17e2ee28e447a3e4d267fa1edad93627b9b78 | |
parent | 827a56ea3d9c3d5f80c5520ba9d487f9b7069238 (diff) | |
download | linux-3.10-b7c6b03405896bc181e1e2c9c06628c3b1681af5.tar.gz linux-3.10-b7c6b03405896bc181e1e2c9c06628c3b1681af5.tar.bz2 linux-3.10-b7c6b03405896bc181e1e2c9c06628c3b1681af5.zip |
[ALSA] via82xx - Add dxs_support entry for a FSC machine
Added dxs_support=5 entry for a FSC machine.
Signed-off-by: Takashi Iwai <tiwai@suse.de>
Signed-off-by: Jaroslav Kysela <perex@suse.cz>
-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 2c23a665c3e..e0e3bfd7a2d 100644 --- a/sound/pci/via82xx.c +++ b/sound/pci/via82xx.c @@ -2404,6 +2404,7 @@ static int __devinit check_dxs_list(struct pci_dev *pci, int revision) { .subvendor = 0x16f3, .subdevice = 0x6405, .action = VIA_DXS_SRC }, /* Jetway K8M8MS */ { .subvendor = 0x1734, .subdevice = 0x1078, .action = VIA_DXS_SRC }, /* FSC Amilo L7300 */ { .subvendor = 0x1734, .subdevice = 0x1093, .action = VIA_DXS_SRC }, /* FSC */ + { .subvendor = 0x1734, .subdevice = 0x10ab, .action = VIA_DXS_SRC }, /* FSC */ { .subvendor = 0x1849, .subdevice = 0x3059, .action = VIA_DXS_NO_VRA }, /* ASRock K7VM2 */ { .subvendor = 0x1849, .subdevice = 0x9739, .action = VIA_DXS_SRC }, /* ASRock mobo(?) */ { .subvendor = 0x1849, .subdevice = 0x9761, .action = VIA_DXS_SRC }, /* ASRock mobo(?) */ |