From: Takashi Iwai Date: Mon, 27 Jun 2011 09:32:07 +0000 (+0200) Subject: ALSA: hda - Call proper DAC-filler function for Realtek auto-parser X-Git-Tag: v3.1-rc1~271^2^2~71 X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=cb053a8265954518d4c9e865d8a0d682405825d2;p=pandora-kernel.git ALSA: hda - Call proper DAC-filler function for Realtek auto-parser In alc_auto_add_multi_channel_mode(), when the primary HP workaround is enabled, it re-initializes the DAC list but calls alc662's function in a fixed way. This isn't pretty suitable for other codecs, of course. Now we call it with fill_dac function pointer so that the proper function can be called at that point. Signed-off-by: Takashi Iwai --- Reading git-diff-tree failed