commit | 4f29efc0ea61de1482a27c580575d860385cd54f | [log] [tgz] |
---|---|---|
author | Takashi Iwai <tiwai@suse.de> | Tue Apr 12 15:16:24 2016 +0200 |
committer | Takashi Iwai <tiwai@suse.de> | Tue Apr 12 15:16:24 2016 +0200 |
tree | 2ba9f2cb479a4ce40f4bd55a48c95d1ea737094a | |
parent | 191227d99a281333b50aaf82ab4152fbfa249c19 [diff] |
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>