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)
commitaa699c492e77ec01a038e8a8add6ce04011b9561
tree8ec8348732c73dad6d8e82b23a0349fd926729d6
parent1a4f69d5aaecb39a980fc20b14ec800fd5b53061
ALSA: hda - Remove superfluous callbacks from STAC/IDT codecs

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