]> git.baikalelectronics.ru Git - kernel.git/commit
ALSA: hdac: couple the hda DMA stream in cleanup
authorJeeja KP <jeeja.kp@intel.com>
Fri, 18 Dec 2015 09:42:00 +0000 (15:12 +0530)
committerMark Brown <broonie@kernel.org>
Sun, 10 Jan 2016 12:02:40 +0000 (12:02 +0000)
commit619c1ca07b4f0acde82e7bfca4e546d297d43d13
treec36b1fc1017790afe0e08dad7e9c88bc52079e2f
parentc50952f478a461a5c2253d7341b456ec1d89834b
ALSA: hdac: couple the hda DMA stream in cleanup

A stream is by default in coupled mode, in DSP operation we move
it to decoupled mode. On cleanup HW expects that we leave it back
to default state so couple the DMA on cleanup.

Signed-off-by: Jeeja KP <jeeja.kp@intel.com>
Signed-off-by: Vinod Koul <vinod.koul@intel.com>
Reviewed-by: Takashi Iwai <tiwai@suse.de>
Signed-off-by: Mark Brown <broonie@kernel.org>
sound/hda/ext/hdac_ext_stream.c