aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorDaniel Horchner <dbjh@gmx.net>2005-08-25 07:02:24 -0400
committerJaroslav Kysela <perex@suse.cz>2005-08-30 02:47:37 -0400
commite0c93cf311b3eaa04bfb5769cff38861d4e748c8 (patch)
tree76fdb87f8cba8c4adfb236200a2e3c8879431add
parentc347e9fca710551f0def6a4d58505a6f4c0d87f6 (diff)
[ALSA] intel8x0 - add AC97_TUNE_MUTE_LED quirk for HP nx8220 laptop 103c:0934
Intel8x0 driver Signed-off-by: Jaroslav Kysela <perex@suse.cz>
-rw-r--r--sound/pci/intel8x0.c6
1 files changed, 6 insertions, 0 deletions
diff --git a/sound/pci/intel8x0.c b/sound/pci/intel8x0.c
index e38984dc4d95..05c7994a8d5e 100644
--- a/sound/pci/intel8x0.c
+++ b/sound/pci/intel8x0.c
@@ -1826,6 +1826,12 @@ static struct ac97_quirk ac97_quirks[] __devinitdata = {
1826 }, 1826 },
1827 { 1827 {
1828 .subvendor = 0x103c, 1828 .subvendor = 0x103c,
1829 .subdevice = 0x0934,
1830 .name = "HP nx8220",
1831 .type = AC97_TUNE_MUTE_LED
1832 },
1833 {
1834 .subvendor = 0x103c,
1829 .subdevice = 0x099c, 1835 .subdevice = 0x099c,
1830 .name = "HP nx6110", /* AD1981B */ 1836 .name = "HP nx6110", /* AD1981B */
1831 .type = AC97_TUNE_HP_ONLY 1837 .type = AC97_TUNE_HP_ONLY