]> git.baikalelectronics.ru Git - kernel.git/commit
ALSA: hda - Make converter setups sticky
authorTakashi Iwai <tiwai@suse.de>
Fri, 6 Aug 2010 11:48:11 +0000 (13:48 +0200)
committerTakashi Iwai <tiwai@suse.de>
Fri, 6 Aug 2010 11:48:11 +0000 (13:48 +0200)
commit85298a90edfdfa811717a122417954e3596b937f
tree6f46656a2b8545720a818304050fbbeddd872989
parentc0df1b5763e9efd1394ea926e8f9b14ae821b36e
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: Takashi Iwai <tiwai@suse.de>
sound/pci/hda/hda_codec.c
sound/pci/hda/hda_codec.h
sound/pci/hda/hda_intel.c