diff options
| author | Takashi Iwai <tiwai@suse.de> | 2006-06-29 11:05:31 -0400 |
|---|---|---|
| committer | Jaroslav Kysela <perex@suse.cz> | 2006-07-12 14:07:36 -0400 |
| commit | 4f42bcc19adbf22d566e6d009b76fb039a15ccd7 (patch) | |
| tree | 931a208bb9fad27b0e8170f66041031bf6185bf6 | |
| parent | 9f37c5b3ae6299b35287cfce3635439cf3cc28be (diff) | |
[ALSA] intel8x0 - Add ac97 quirk for Tyan Thunder K8WE board
Added the default ac97 quirk (hp_only) for Tyan Thunder K8WE board.
Signed-off-by: Takashi Iwai <tiwai@suse.de>
Signed-off-by: Jaroslav Kysela <perex@suse.cz>
| -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 5634bc349257..9b962c4e0973 100644 --- a/sound/pci/intel8x0.c +++ b/sound/pci/intel8x0.c | |||
| @@ -1956,6 +1956,12 @@ static struct ac97_quirk ac97_quirks[] __devinitdata = { | |||
| 1956 | .type = AC97_TUNE_HP_ONLY | 1956 | .type = AC97_TUNE_HP_ONLY |
| 1957 | }, | 1957 | }, |
| 1958 | { | 1958 | { |
| 1959 | .subvendor = 0x10f1, | ||
| 1960 | .subdevice = 0x2895, | ||
| 1961 | .name = "Tyan Thunder K8WE", | ||
| 1962 | .type = AC97_TUNE_HP_ONLY | ||
| 1963 | }, | ||
| 1964 | { | ||
| 1959 | .subvendor = 0x110a, | 1965 | .subvendor = 0x110a, |
| 1960 | .subdevice = 0x0056, | 1966 | .subdevice = 0x0056, |
| 1961 | .name = "Fujitsu-Siemens Scenic", /* AD1981? */ | 1967 | .name = "Fujitsu-Siemens Scenic", /* AD1981? */ |
