aboutsummaryrefslogtreecommitdiffstats
path: root/sound
diff options
context:
space:
mode:
authorChris Ball <cjb@mrao.cam.ac.uk>2006-01-13 07:26:42 -0500
committerJaroslav Kysela <perex@suse.cz>2006-01-22 10:24:21 -0500
commitc9fe51c492fbb0de789a16828749595dc1985610 (patch)
treef6a433fb6daa23cb1f98bb33ea6e5d4826d1a73f /sound
parentec6c8c3b2588261669c1b101338ab4fe43b1b9c0 (diff)
[ALSA] intel8x0: Add quirk for Optiplex GX270
Modules: Intel8x0 driver This patch adds a quirk entry for the Dell Optiplex GX270, on which the volume is set by the headphone control, not the master control. Signed-off-by: Chris Ball <cjb@mrao.cam.ac.uk> Signed-off-by: Takashi Iwai <tiwai@suse.de>
Diffstat (limited to 'sound')
-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 2fe2a8ae82ce..b345894659bb 100644
--- a/sound/pci/intel8x0.c
+++ b/sound/pci/intel8x0.c
@@ -1805,6 +1805,12 @@ static struct ac97_quirk ac97_quirks[] __devinitdata = {
1805 }, 1805 },
1806 { 1806 {
1807 .subvendor = 0x1028, 1807 .subvendor = 0x1028,
1808 .subdevice = 0x0151,
1809 .name = "Dell Optiplex GX270", /* AD1981B */
1810 .type = AC97_TUNE_HP_ONLY
1811 },
1812 {
1813 .subvendor = 0x1028,
1808 .subdevice = 0x0163, 1814 .subdevice = 0x0163,
1809 .name = "Dell Unknown", /* STAC9750/51 */ 1815 .name = "Dell Unknown", /* STAC9750/51 */
1810 .type = AC97_TUNE_HP_ONLY 1816 .type = AC97_TUNE_HP_ONLY