On Mon, 05 Oct 2015 16:09:47 +0200, Vinod Koul wrote:
We had two fixes found on testing. First one checks if stream is in use or not before releasing and second fixs wrong stread id map
Then we add structure defination for hdac_ext_dma_params and lastly add helpers for read/write for codecs
Jeeja KP (1): ALSA: hdac: Fix to check if stream not in use in release
Subhransu S. Prusty (3): ALSA: hdac: Fix incorrect update of stream id mapping ALSA: hdac: structure definition for ext_dma_params ALSA: hdac: Add codec read/write and check power state for widgets
I applied first two patches now as they are clear fixes.
The patch 3 is postponed, since I'd like to see together with its consumers, so please include in the next patchset. The patch 4 is rejected as already mentioned.
thanks,
Takashi
include/sound/hdaudio.h | 6 ++++++ include/sound/hdaudio_ext.h | 6 ++++++ sound/hda/ext/hdac_ext_stream.c | 9 ++++---- sound/hda/hdac_device.c | 47 +++++++++++++++++++++++++++++++++++++++++ 4 files changed, 63 insertions(+), 5 deletions(-)
-- 2.4.3