From mboxrd@z Thu Jan 1 00:00:00 1970 From: Takashi Iwai Subject: Re: [PATCH 0/4] ALSA: hdac: fixes and support for hda codecs Date: Mon, 05 Oct 2015 17:21:48 +0200 Message-ID: References: <1444054191-17030-1-git-send-email-vinod.koul@intel.com> Mime-Version: 1.0 (generated by SEMI 1.14.6 - "Maruoka") Content-Type: text/plain; charset="us-ascii" Content-Transfer-Encoding: 7bit Return-path: Received: from mx2.suse.de (mx2.suse.de [195.135.220.15]) by alsa0.perex.cz (Postfix) with ESMTP id BD033260694 for ; Mon, 5 Oct 2015 17:21:43 +0200 (CEST) In-Reply-To: <1444054191-17030-1-git-send-email-vinod.koul@intel.com> List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Errors-To: alsa-devel-bounces@alsa-project.org Sender: alsa-devel-bounces@alsa-project.org To: Vinod Koul Cc: liam.r.girdwood@linux.intel.com, patches.audio@intel.com, alsa-devel@alsa-project.org, broonie@kernel.org List-Id: alsa-devel@alsa-project.org 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 > >