]> git.karo-electronics.de Git - linux-beck.git/commit
ALSA: hda - Power down codec automatically at registration
authorTakashi Iwai <tiwai@suse.de>
Fri, 20 Feb 2015 08:58:14 +0000 (09:58 +0100)
committerTakashi Iwai <tiwai@suse.de>
Thu, 26 Feb 2015 14:37:08 +0000 (15:37 +0100)
commit709949fbe9632941585dcacabc8a66010030ed10
tree0ff2706a48999e1b0c04a2fc6f5a412f08d7e2f5
parent55ed9cd1feee80764937913afe760161b86cfb11
ALSA: hda - Power down codec automatically at registration

So far, we let the controller driver power down the all codecs at the
end of probe.  But this can be done better in the codec's dev_register
callback.  This results in the reduction of duplicated codes in each
control driver.

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