Skip to content
Snippets Groups Projects
Commit eb541337 authored by Takashi Iwai's avatar Takashi Iwai
Browse files

ALSA: hda - Make converter setups sticky


So far, we reset the converter setups like the stream-tag, the
channel-id and format-id in prepare callbacks, and clear them in
cleanup callbacks.  This often causes a silence of the digital
receiver for a couple of seconds.

This patch tries to delay the converter setup changes as much as
possible.  The converter setups are cached and aren't reset as long
as the same values are used.  At suspend/resume, they are cleared
to be recovered properly, too.

Signed-off-by: default avatarTakashi Iwai <tiwai@suse.de>
parent fe3eb0a7
No related branches found
No related tags found
No related merge requests found
Loading
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment