From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S932932AbdCaKSe (ORCPT ); Fri, 31 Mar 2017 06:18:34 -0400 Received: from mx2.suse.de ([195.135.220.15]:50948 "EHLO mx2.suse.de" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S932342AbdCaKSc (ORCPT ); Fri, 31 Mar 2017 06:18:32 -0400 Date: Fri, 31 Mar 2017 12:18:30 +0200 Message-ID: From: Takashi Iwai To: Linus Torvalds Cc: Mark Brown , Liam Girdwood , linux-kernel@vger.kernel.org Subject: [GIT PULL] sound fixes for 4.11-rc5 User-Agent: Wanderlust/2.15.9 (Almost Unreal) SEMI/1.14.6 (Maruoka) FLIM/1.14.9 (=?UTF-8?B?R29qxY0=?=) APEL/10.8 Emacs/25.1 (x86_64-suse-linux-gnu) MULE/6.0 (HANACHIRUSATO) MIME-Version: 1.0 (generated by SEMI 1.14.6 - "Maruoka") Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Sender: linux-kernel-owner@vger.kernel.org List-ID: X-Mailing-List: linux-kernel@vger.kernel.org Linus, please pull sound fixes for v4.11-rc5 from: git://git.kernel.org/pub/scm/linux/kernel/git/tiwai/sound.git tags/sound-4.11-rc5 The topmost commit is 2f726aec19a9d2c63bec9a8a53a3910ffdcd09f8 ---------------------------------------------------------------- sound fixes for 4.11-rc5 At this time, most of changes are for ASoC, while we got one fix for yet another race of ALSA sequencer core and a usual HD-audio quirk. The ASoC changes are mostly small and device-specific fixes. A slightly large volume is seen in sun8i-codec, which is a new code in 4.11, and we'd like to fix user-visible stuff before the official 4.1 release. ---------------------------------------------------------------- Arnaud Pouliquen (1): ASoC: STI: Fix reader substream pointer set Arnd Bergmann (1): ASoC: mediatek: add I2C dependency for CS42XX8 Bard Liao (6): ASoC: rt5665: fix getting wrong work handler container ASoC: rt5665: increase LDO level ASoC: rt5665: Vref3 is necessary for Mono Amp ASoC: rt5665: CLKDET is also a power of ASRC ASoC: rt5665: fix define of RT5665_HP_DRIVER_5X ASoC: rt5665: fix wrong shift rt5665_if2_1_adc_in_enum Brian Norris (1): ASoC: don't dereference NULL pcm_{new,free} Charles Keepax (2): ASoC: wm_adsp: Return an error on write to a disabled volatile control ASoC: wm_adsp: Acknowledge controls should also check the DSP is running Hiroyuki Yokoyama (1): ASoC: rsnd: fix sound route path when using SRC6/SRC9 Hui Wang (1): ALSA: hda - fix a problem for lineout on a Dell AIO machine Jeeja KP (2): ASoC: hdac_hdmi: avoid reference to invalid variable of the pin list ASoC: hdac_hdmi: don't update the iterator in pcm list remove Kuninori Morimoto (3): ASoC: rcar: avoid SSI_MODEx settings for SSI8 ASoC: rcar: clear DE bit only in PDMACHCR when it stops ASoC: rcar: dma: remove unnecessary "volatile" Lucas Stach (1): ASoC: simple-card: fix simple_dai clk lookup Mylène Josserand (5): ASoC: sun8i-codec: Remove analog "HP" widget ASoC: sun8i-codec: Update mixer to use SOC_DAPM_DOUBLE ASoC: sun8i-codec: Fix space on audio-routing widget ASoC: sun8i-codec: Convert to use SND_SOC_DAPM_AIF_IN ARM: dts: sun8i: Update audio-routing with renamed widgets Songjun Wu (1): ASoC: atmel-classd: fix audio clock rate Takashi Iwai (1): ALSA: seq: Fix race during FIFO resize Takashi Sakamoto (1): ASoC: Intel: Skylake: fix invalid memory access due to wrong reference of pointer --- arch/arm/boot/dts/sun8i-a33.dtsi | 4 +- sound/core/seq/seq_fifo.c | 4 ++ sound/pci/hda/patch_realtek.c | 12 +++++- sound/soc/atmel/atmel-classd.c | 2 +- sound/soc/codecs/hdac_hdmi.c | 16 ++++---- sound/soc/codecs/rt5665.c | 10 +++-- sound/soc/codecs/rt5665.h | 2 +- sound/soc/codecs/wm_adsp.c | 9 ++++- sound/soc/generic/simple-card-utils.c | 1 + sound/soc/intel/skylake/skl-topology.c | 2 +- sound/soc/mediatek/Kconfig | 2 +- sound/soc/sh/rcar/cmd.c | 36 ++++++++++-------- sound/soc/sh/rcar/dma.c | 18 ++++++++- sound/soc/sh/rcar/ssiu.c | 6 ++- sound/soc/soc-core.c | 8 +++- sound/soc/sti/uniperif_reader.c | 3 ++ sound/soc/sunxi/sun8i-codec.c | 67 +++++++++++++++------------------- 17 files changed, 124 insertions(+), 78 deletions(-)