ALSA: hda - Call proper DAC-filler function for Realtek auto-parser
authorTakashi Iwai <tiwai@suse.de>
Mon, 27 Jun 2011 09:32:07 +0000 (11:32 +0200)
committerTakashi Iwai <tiwai@suse.de>
Mon, 27 Jun 2011 09:32:07 +0000 (11:32 +0200)
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 <tiwai@suse.de>

No differences found