diff options
author | Takashi Iwai <tiwai@suse.de> | 2008-02-27 16:40:18 +0100 |
---|---|---|
committer | Takashi Iwai <tiwai@suse.de> | 2008-02-29 15:21:27 +0100 |
commit | 0d9ac27afa469dbb20940ad7f25502785af1cbe3 (patch) | |
tree | 7e8f51a1c98d8f8f40fecbd112840dc9b9c74264 /sound | |
parent | b4818494edddfe382de4f5d072cb527b60315a46 (diff) | |
download | op-kernel-dev-0d9ac27afa469dbb20940ad7f25502785af1cbe3.zip op-kernel-dev-0d9ac27afa469dbb20940ad7f25502785af1cbe3.tar.gz |
[ALSA] intel8x0 - Add quirk for Compaq Deskpro EN
Added the ac97_quirk hp_only for Compaq Deskpro EN.
Signed-off-by: Takashi Iwai <tiwai@suse.de>
Diffstat (limited to 'sound')
-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 c5ef12a..c52abd0 100644 --- a/sound/pci/intel8x0.c +++ b/sound/pci/intel8x0.c @@ -1708,6 +1708,12 @@ static struct ac97_pcm ac97_pcm_defs[] __devinitdata = { }; static struct ac97_quirk ac97_quirks[] __devinitdata = { + { + .subvendor = 0x0e11, + .subdevice = 0x000e, + .name = "Compaq Deskpro EN", /* AD1885 */ + .type = AC97_TUNE_HP_ONLY + }, { .subvendor = 0x0e11, .subdevice = 0x008a, |