From mboxrd@z Thu Jan 1 00:00:00 1970 From: jeeja.kp@intel.com Subject: [PATCH V2 00/10] ASoC: Intel: Skylake: Driver updates Date: Mon, 13 Mar 2017 22:11:22 +0530 Message-ID: <1489423292-19997-1-git-send-email-jeeja.kp@intel.com> Mime-Version: 1.0 Content-Type: text/plain; charset="us-ascii" Content-Transfer-Encoding: 7bit Return-path: Received: from mga14.intel.com (mga14.intel.com [192.55.52.115]) by alsa0.perex.cz (Postfix) with ESMTP id E2D1C266B09 for ; Mon, 13 Mar 2017 17:29:21 +0100 (CET) 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: alsa-devel@alsa-project.org Cc: tiwai@suse.de, patches.audio@intel.com, broonie@kernel.org, liam.r.girdwood@intel.com, Jeeja KP List-Id: alsa-devel@alsa-project.org From: Jeeja KP This patch series provides updates and fixes on the following: Fix parameter overwrite for KPB DSP Module. To handle module download with size > dma buffer size. Fix to handle dsp pipes correctly. Disable notification after dsp boot. Remove get dsp_ops in cleanup routine. Disable interrupt when DSP is in D3. Update DSP core state in D0. Reload the firmware in case of D3 failure. Changes in v2: - fixed the typo's in commit message. - handle error in case when ipc fails in case of load module. Dharageswari R (1): ASoC: Intel: Skylake: Fix parameter overwrite for KPB Module G Kranthi (2): ASoC: Intel: Skylake: Disable notifications at boot after DSP FW init ASoC: Intel: Skylake: Remove get dsp_ops in cleanup routine Guneshwor Singh (1): ASoC: Intel: Skylake: Fix not to stop src pipe in pre pmd event handler Jeeja KP (6): ASoC: Intel: Skylake: Fix to delete DSP pipe after stopping pipe ASoC: Intel: bxtn: Disable interrupt when DSP is in D3 ASoC: Intel: bxtn: Update DSP core state in D0 ASoC: Intel: bxtn: Reload the firmware in case of D3 failure ASoC: Intel: Skylake: Remove BE prepare ops ASoC: Intel: Skylake: Fix module load when module size > DMA buffer size sound/soc/intel/skylake/bxt-sst.c | 14 ++++++- sound/soc/intel/skylake/skl-messages.c | 12 ++---- sound/soc/intel/skylake/skl-pcm.c | 19 +--------- sound/soc/intel/skylake/skl-sst-cldma.c | 26 ++++++++----- sound/soc/intel/skylake/skl-sst-cldma.h | 2 +- sound/soc/intel/skylake/skl-sst-dsp.c | 6 ++- sound/soc/intel/skylake/skl-sst-dsp.h | 3 ++ sound/soc/intel/skylake/skl-sst-ipc.c | 66 ++++++++++++++++++++++----------- sound/soc/intel/skylake/skl-sst-ipc.h | 7 ++++ sound/soc/intel/skylake/skl-sst.c | 53 ++++++++++++++++++++------ sound/soc/intel/skylake/skl-topology.c | 56 ++++++++++++++-------------- 11 files changed, 165 insertions(+), 99 deletions(-) -- 2.5.0