Skip to content
Commit a5990dc5 authored by Takashi Iwai's avatar Takashi Iwai
Browse files

ALSA: ctxfi - Clear PCM resources at hw_params and hw_free



Currently the PCM resources are allocated only once and ever in prepare
callback, assuming that the PCM parameters are never changed.  But it's
not true.

This patch adds the call of atc->pcm_release_resources() at hw_params
and hw_free callbacks to assure that the PCM setup is done correctly
for each h/w parameter changes.

Signed-off-by: default avatarTakashi Iwai <tiwai@suse.de>
parent 5242bc76
0% or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment