ALSA: hda - Merge alc*_parse_auto_config() functions in patch_realtek.c
authorTakashi Iwai <tiwai@suse.de>
Fri, 8 Jul 2011 14:55:13 +0000 (16:55 +0200)
committerTakashi Iwai <tiwai@suse.de>
Fri, 8 Jul 2011 14:55:13 +0000 (16:55 +0200)
commit3e6179b8445bf76123cfab1e0af4833cc7618a4a
tree81e6c0af47532303eb0fad0f7df04e866fdd7a3d
parent8452a982fb8a1d02d755a53a913c087a0d31aa18
ALSA: hda - Merge alc*_parse_auto_config() functions in patch_realtek.c

Now all alc*_parse_auto_config() do almost same thing except for the
NID list to ignore and the PINs for SSID-check, we can merge all these
to a single function.  A good amount of code reduction.

Signed-off-by: Takashi Iwai <tiwai@suse.de>
sound/pci/hda/patch_realtek.c