diff options
author | Takashi Iwai <tiwai@suse.de> | 2005-08-25 14:30:27 -0400 |
---|---|---|
committer | Jaroslav Kysela <perex@suse.cz> | 2005-08-30 02:47:43 -0400 |
commit | 9970dce56686d7b71310388025d8925d3d29e6ec (patch) | |
tree | 8b3feca7206f572e6dfc9760b1c265d5b31dec72 /sound/pci/intel8x0.c | |
parent | 7153a558ad598ff521f1d9430982e2a4a6865126 (diff) |
[ALSA] intel8x0 - Add quirk for FSC 4010
Intel8x0 driver
Added ac97_quirk for FSC 4010.
Signed-off-by: Takashi Iwai <tiwai@suse.de>
Diffstat (limited to 'sound/pci/intel8x0.c')
-rw-r--r-- | sound/pci/intel8x0.c | 6 |
1 files changed, 6 insertions, 0 deletions
diff --git a/sound/pci/intel8x0.c b/sound/pci/intel8x0.c index 05c7994a8d5e..7b548416dcef 100644 --- a/sound/pci/intel8x0.c +++ b/sound/pci/intel8x0.c | |||
@@ -1891,6 +1891,12 @@ static struct ac97_quirk ac97_quirks[] __devinitdata = { | |||
1891 | .type = AC97_TUNE_HP_ONLY | 1891 | .type = AC97_TUNE_HP_ONLY |
1892 | }, | 1892 | }, |
1893 | { | 1893 | { |
1894 | .subvendor = 0x10cf, | ||
1895 | .subdevice = 0x12ec, | ||
1896 | .name = "Fujitsu-Siemens 4010", | ||
1897 | .type = AC97_TUNE_HP_ONLY | ||
1898 | }, | ||
1899 | { | ||
1894 | .subvendor = 0x10f1, | 1900 | .subvendor = 0x10f1, |
1895 | .subdevice = 0x2665, | 1901 | .subdevice = 0x2665, |
1896 | .name = "Fujitsu-Siemens Celsius", /* AD1981? */ | 1902 | .name = "Fujitsu-Siemens Celsius", /* AD1981? */ |