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
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(-)