ALSA: hda - Add missing capture_hook calls for dyn-ADC PCM streams
authorTakashi Iwai <tiwai@suse.de>
Tue, 12 Apr 2016 13:16:24 +0000 (15:16 +0200)
committerTakashi Iwai <tiwai@suse.de>
Tue, 12 Apr 2016 13:16:24 +0000 (15:16 +0200)
commit4f29efc0ea61de1482a27c580575d860385cd54f
tree2ba9f2cb479a4ce40f4bd55a48c95d1ea737094a
parent191227d99a281333b50aaf82ab4152fbfa249c19
ALSA: hda - Add missing capture_hook calls for dyn-ADC PCM streams

The calls for capture_hook were missing in dyn_adc_capture_pcm_prepare
and cleanup callbacks.  Luckily there are no users of the capture
hooks with dyn-adc PCM, so far, thus this doesn't change the behavior
of existing devices, but it's a fix for a future usage.

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