diff options
author | Takashi Iwai <tiwai@suse.de> | 2009-09-15 12:37:42 +0200 |
---|---|---|
committer | Takashi Iwai <tiwai@suse.de> | 2009-09-15 12:37:42 +0200 |
commit | 69b5655a85b7bbfdb724a3fb25ae01fd4bc7f53b (patch) | |
tree | fdd09a2e83bc090188923d45ffd8f65f6723d3aa /sound | |
parent | 44da531e95647b2c90f2b89dec9000d36705934e (diff) | |
download | linux-69b5655a85b7bbfdb724a3fb25ae01fd4bc7f53b.tar.bz2 |
ALSA: hda - Fix Dell S14 pin setup
The pin setup for Dell S14 quirk is rather wrong for the latest driver.
Fixed pin 0x0a, 0x0b, 0x0d and 0x0f.
Signed-off-by: Takashi Iwai <tiwai@suse.de>
Diffstat (limited to 'sound')
-rw-r--r-- | sound/pci/hda/patch_sigmatel.c | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/sound/pci/hda/patch_sigmatel.c b/sound/pci/hda/patch_sigmatel.c index 0201f2c49939..826137ec3002 100644 --- a/sound/pci/hda/patch_sigmatel.c +++ b/sound/pci/hda/patch_sigmatel.c @@ -1586,8 +1586,8 @@ static unsigned int ref92hd83xxx_pin_configs[10] = { }; static unsigned int dell_s14_pin_configs[10] = { - 0x02214030, 0x02211010, 0x02a19020, 0x01014050, - 0x40f000f0, 0x01819040, 0x40f000f0, 0x90a60160, + 0x0221403f, 0x0221101f, 0x02a19020, 0x90170110, + 0x40f000f0, 0x40f000f0, 0x40f000f0, 0x90a60160, 0x40f000f0, 0x40f000f0, }; |