diff options
author | Daniel Horchner <dbjh@gmx.net> | 2005-08-25 13:02:24 +0200 |
---|---|---|
committer | Jaroslav Kysela <perex@suse.cz> | 2005-08-30 08:47:37 +0200 |
commit | e0c93cf311b3eaa04bfb5769cff38861d4e748c8 (patch) | |
tree | 76fdb87f8cba8c4adfb236200a2e3c8879431add /sound/pci | |
parent | c347e9fca710551f0def6a4d58505a6f4c0d87f6 (diff) | |
download | op-kernel-dev-e0c93cf311b3eaa04bfb5769cff38861d4e748c8.zip op-kernel-dev-e0c93cf311b3eaa04bfb5769cff38861d4e748c8.tar.gz |
[ALSA] intel8x0 - add AC97_TUNE_MUTE_LED quirk for HP nx8220 laptop 103c:0934
Intel8x0 driver
Signed-off-by: Jaroslav Kysela <perex@suse.cz>
Diffstat (limited to 'sound/pci')
-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 e38984d..05c7994 100644 --- a/sound/pci/intel8x0.c +++ b/sound/pci/intel8x0.c @@ -1826,6 +1826,12 @@ static struct ac97_quirk ac97_quirks[] __devinitdata = { }, { .subvendor = 0x103c, + .subdevice = 0x0934, + .name = "HP nx8220", + .type = AC97_TUNE_MUTE_LED + }, + { + .subvendor = 0x103c, .subdevice = 0x099c, .name = "HP nx6110", /* AD1981B */ .type = AC97_TUNE_HP_ONLY |