From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: X-Spam-Checker-Version: SpamAssassin 3.4.0 (2014-02-07) on aws-us-west-2-korg-lkml-1.web.codeaurora.org X-Spam-Level: X-Spam-Status: No, score=-5.8 required=3.0 tests=HEADER_FROM_DIFFERENT_DOMAINS, MAILING_LIST_MULTI,MENTIONS_GIT_HOSTING,SPF_HELO_NONE,SPF_PASS autolearn=ham autolearn_force=no version=3.4.0 Received: from mail.kernel.org (mail.kernel.org [198.145.29.99]) by smtp.lore.kernel.org (Postfix) with ESMTP id 6913AC2BB86 for ; Thu, 9 Apr 2020 14:14:56 +0000 (UTC) Received: from vger.kernel.org (vger.kernel.org [209.132.180.67]) by mail.kernel.org (Postfix) with ESMTP id 49C1320771 for ; Thu, 9 Apr 2020 14:14:56 +0000 (UTC) Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S1727716AbgDIOOy (ORCPT ); Thu, 9 Apr 2020 10:14:54 -0400 Received: from mx2.suse.de ([195.135.220.15]:39070 "EHLO mx2.suse.de" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S1727079AbgDIOOy (ORCPT ); Thu, 9 Apr 2020 10:14:54 -0400 X-Virus-Scanned: by amavisd-new at test-mx.suse.de Received: from relay2.suse.de (unknown [195.135.220.254]) by mx2.suse.de (Postfix) with ESMTP id 17AFEAD4D; Thu, 9 Apr 2020 14:14:52 +0000 (UTC) Date: Thu, 09 Apr 2020 16:14:52 +0200 Message-ID: From: Takashi Iwai To: Linus Torvalds Cc: Mark Brown , Liam Girdwood , Linux Kernel Mailing List Subject: [GIT PULL] sound fixes for 5.7-rc1 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.3 (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 Precedence: bulk List-ID: X-Mailing-List: linux-kernel@vger.kernel.org Linus, please pull sound fixes for v5.7-rc1 from: git://git.kernel.org/pub/scm/linux/kernel/git/tiwai/sound.git tags/sound-fix-5.7-rc1 The topmost commit is ddd5609fe8b682fbe81f71b27561f14d3611d856 ---------------------------------------------------------------- sound fixes for 5.7-rc1 A collection of small fixes gathered since the previous update. * ALSA core: - Regression fix for OSS PCM emulation * ASoC: - Trivial fixes in reg bit mask ops, DAPM, DPCM and topology - Lots of fixes for Intel-based devices - Minor fixes for AMD, STM32, Qualcomm, Realtek * Others - Fixes for the bugs in mixer handling in HD-audio and ice1724 drivers that were caught by the recent kctl validator - New quirks for HD-audio and USB-audio Also this contains a fix for EDD firmware fix, which slipped from anyone's hands. ---------------------------------------------------------------- Akshu Agrawal (1): ASoC: AMD: Clear format bits before setting them Cezary Rojewski (4): ASoC: Intel: broadwell: Remove ignore_suspend flag from SSP0 dai link ASoC: Intel: haswell: Remove ignore_suspend flag from SSP0 dai link ASoC: Intel: bdw-rt5677: Remove ignore_suspend flag from SSP0 dai link ASoC: Intel: bdw-rt5650: Remove ignore_suspend flag from SSP0 dai link Emmanuel Pescosta (1): ALSA: usb-audio: Add registration quirk for Kingston HyperX Cloud Alpha S Fabio Estevam (1): dt-bindings: sound: cs42l51: Remove unneeded I2C unit name František Kučera (1): ALSA: usb-audio: Add Pioneer DJ DJM-250MK2 quirk Hans de Goede (7): ALSA: hda/realtek - Add quirk for Lenovo Carbon X1 8th gen ASoC: SOF: Turn "firmware boot complete" message into a dbg message ASoC: Intel: atom: Take the drv->lock mutex before calling sst_send_slot_map() ASoC: Intel: atom: Check drv->lock is locked in sst_fill_and_send_cmd_unlocked ASoC: Intel: atom: Fix uninitialized variable compiler warning ASoC: Intel: bytcr_rt5640: Add quirk for MPMAN MPWIN895CL tablet ASoC: rt5645: Add platform-data for Medion E1239T Julia Lawall (1): ASoC: stm32: sai: Add missing cleanup Kailang Yang (2): ALSA: hda/realtek - Add supported new mute Led for HP ALSA: hda/realtek - Add HP new mute led supported for ALC236 Mike Willard (1): ASoC: cs4270: pull reset GPIO low then high Pierre-Louis Bossart (1): ASoC: soc-dai: fix DAI startup/shutdown sequence Stephan Gerhold (1): ASoC: qcom: q6asm-dai: Add SNDRV_PCM_INFO_BATCH flag Takashi Iwai (9): ASoC: bcm: Fix pointer cast warning edd: Use scnprintf() for avoiding potential buffer overflow ALSA: pcm: oss: Fix regression by buffer overflow fix ALSA: pcm: oss: Fix regression by buffer overflow fix (again) ALSA: hda: Fix potential access overflow in beep helper ALSA: ice1724: Fix invalid access for enumerated ctl items ALSA: hda/realtek - Add quirk for MSI GL63 ALSA: usb-audio: Add mixer workaround for TRX40 and co ALSA: hda: Add driver blacklist YueHaibing (1): ASoC: rt5682: Fix build error without CONFIG_I2C 이경택 (4): ASoC: fix regwmask ASoC: dapm: connect virtual mux with default value ASoC: dpcm: allow start or stop during pause for backend ASoC: topology: use name_prefix for new kcontrol --- .../devicetree/bindings/sound/cirrus,cs42l51.yaml | 2 +- drivers/firmware/edd.c | 6 +- include/sound/soc-dai.h | 2 +- sound/core/oss/pcm_plugin.c | 22 ++-- sound/pci/hda/hda_beep.c | 6 +- sound/pci/hda/hda_intel.c | 16 +++ sound/pci/hda/patch_realtek.c | 127 +++++++++++++++++++++ sound/pci/ice1712/prodigy_hifi.c | 4 +- sound/soc/amd/raven/acp3x-i2s.c | 1 + sound/soc/amd/raven/acp3x.h | 2 + sound/soc/bcm/bcm63xx-pcm-whistler.c | 2 +- sound/soc/codecs/cs4270.c | 40 ++++++- sound/soc/codecs/rt5645.c | 8 ++ sound/soc/codecs/rt5682.c | 5 +- sound/soc/intel/atom/sst-atom-controls.c | 4 + sound/soc/intel/atom/sst/sst_pvt.c | 2 +- sound/soc/intel/boards/bdw-rt5650.c | 1 - sound/soc/intel/boards/bdw-rt5677.c | 1 - sound/soc/intel/boards/broadwell.c | 1 - sound/soc/intel/boards/bytcr_rt5640.c | 11 ++ sound/soc/intel/boards/haswell.c | 1 - sound/soc/qcom/qdsp6/q6asm-dai.c | 4 +- sound/soc/soc-dai.c | 8 +- sound/soc/soc-dapm.c | 8 +- sound/soc/soc-ops.c | 4 +- sound/soc/soc-pcm.c | 6 +- sound/soc/soc-topology.c | 2 +- sound/soc/sof/loader.c | 2 +- sound/soc/stm/stm32_sai_sub.c | 4 +- sound/usb/mixer_maps.c | 28 +++++ sound/usb/quirks-table.h | 42 +++++++ sound/usb/quirks.c | 1 + 32 files changed, 329 insertions(+), 44 deletions(-)