ALSA: hda - Remove superfluous callbacks from STAC/IDT codecs
authorTakashi Iwai <tiwai@suse.de>
Thu, 11 Sep 2014 13:29:18 +0000 (15:29 +0200)
committerTakashi Iwai <tiwai@suse.de>
Tue, 16 Sep 2014 15:25:01 +0000 (17:25 +0200)
Now we can register multiple callbacks to each jack, most of hooks
used in STAC/IDT codecs can be removed by enabling the powermap update
callback for all relevant pins.  Along with this, the call of
stac_init_power_map() can be moved back to stac_parse_auto_config()
and the own build_controls callback can be removed, too.

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

Simple merge