diff options
author | Matthew Ranostay <mranostay@embeddedalley.com> | 2008-03-20 12:10:57 +0100 |
---|---|---|
committer | Takashi Iwai <tiwai@suse.de> | 2008-04-24 12:00:29 +0200 |
commit | 07bcb316cf3510d5048bc251bb23cd6452c16fc2 (patch) | |
tree | 6df41c90eca42b586fa92a7867c2c302e2f2199f /sound | |
parent | d16be8ed69f3e59d36be8c422508c3a10082fdaa (diff) |
[ALSA] hda: 92hd71bxxx DMIC nid
Added missing DMIC verb to dell_4_1_pin_configs[].
Signed-off-by: Matthew Ranostay <mranostay@embeddedalley.com>
Signed-off-by: Takashi Iwai <tiwai@suse.de>
Diffstat (limited to 'sound')
-rw-r--r-- | sound/pci/hda/patch_sigmatel.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/sound/pci/hda/patch_sigmatel.c b/sound/pci/hda/patch_sigmatel.c index 8eff8fe9dcf..69cd3b23f5a 100644 --- a/sound/pci/hda/patch_sigmatel.c +++ b/sound/pci/hda/patch_sigmatel.c @@ -1317,7 +1317,7 @@ static unsigned int ref92hd71bxx_pin_configs[10] = { static unsigned int dell_m4_1_pin_configs[13] = { 0x0421101f, 0x04a11221, 0x40f000f0, 0x90170110, - 0x23a1902e, 0x23014250, 0x40f000f0, 0x4f0000f0, + 0x23a1902e, 0x23014250, 0x40f000f0, 0x90a000f0, 0x40f000f0, 0x4f0000f0, }; |