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 5BC5DC5DF60 for ; Fri, 8 Nov 2019 08:18:52 +0000 (UTC) Received: from vger.kernel.org (vger.kernel.org [209.132.180.67]) by mail.kernel.org (Postfix) with ESMTP id 36858207FA for ; Fri, 8 Nov 2019 08:18:52 +0000 (UTC) Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S1730041AbfKHISv (ORCPT ); Fri, 8 Nov 2019 03:18:51 -0500 Received: from mx2.suse.de ([195.135.220.15]:54560 "EHLO mx1.suse.de" rhost-flags-OK-OK-OK-FAIL) by vger.kernel.org with ESMTP id S1725975AbfKHISu (ORCPT ); Fri, 8 Nov 2019 03:18:50 -0500 X-Virus-Scanned: by amavisd-new at test-mx.suse.de Received: from relay2.suse.de (unknown [195.135.220.254]) by mx1.suse.de (Postfix) with ESMTP id 61A1CB1D8; Fri, 8 Nov 2019 08:18:48 +0000 (UTC) Date: Fri, 08 Nov 2019 09:18:48 +0100 Message-ID: From: Takashi Iwai To: Linus Torvalds Cc: Mark Brown , Liam Girdwood , Linux Kernel Mailing List Subject: [GIT PULL] sound fixes for 5.4-rc7 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=US-ASCII 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.4-rc7 from: git://git.kernel.org/pub/scm/linux/kernel/git/tiwai/sound.git tags/sound-5.4-rc7 The topmost commit is df37d941c4b5aee9259ab4e34de8bfda384f7681 ---------------------------------------------------------------- sound fixes for 5.4-rc7 It became a bit largish, but all small and good for 5.4. - A regression fix of ALSA timer code bug that sneaked in by a recent cleanup; never trust innocent-looking guys... - Fix for compress API max size check signedness - Fixes in HD-audio: CA0132 work stall, Intel Tigerlake HDMI - A few fixes for SOF: memory leak, sanity-check and build fixes - A collection of device-specific fixes: firewire, rockchip, ASoC HDMI, rsnd, ASoC HDA, stm32, TI, kirkwood, msm, max98373 ---------------------------------------------------------------- Cheng-Yi Chiang (1): ASoC: rockchip: rockchip_max98090: Enable SHDN to fix headset detection Dragos Tarcatu (1): ASoC: SOF: topology: Fix bytes control size checks Jerome Brunet (1): ASoC: hdmi-codec: drop mutex locking again Jiada Wang (1): ASoC: rsnd: dma: fix SSI9 4/5/6/7 busif dma address Kai Vehmanen (2): ASoC: hdac_hda: fix race in device removal ALSA: hda: hdmi - add Tigerlake support Keyon Jie (1): ASoC: SOF: Intel: hda-stream: fix the CONFIG_ prefix missing Navid Emamdoost (2): ASoC: SOF: Fix memory leak in sof_dfsentry_write ASoC: SOF: ipc: Fix memory leak in sof_set_get_large_ctrl_data Olivier Moysan (1): ASoC: stm32: sai: add restriction on mmap support Peter Ujfalusi (1): ASoC: ti: sdma-pcm: Add back the flags parameter for non standard dma names Russell King (2): ASoC: kirkwood: fix external clock probe defer ASoC: kirkwood: fix device remove ordering Stephan Gerhold (1): ASoC: msm8916-wcd-analog: Fix RX1 selection in RDAC2 MUX Takashi Iwai (2): ALSA: hda/ca0132 - Fix possible workqueue stall ALSA: timer: Fix incorrectly assigned timer instance Takashi Sakamoto (1): ALSA: bebob: fix to detect configured source of sampling clock for Focusrite Saffire Pro i/o series Xiaojun Sang (1): ASoC: compress: fix unsigned integer overflow check Yong Zhi (1): ASoC: max98373: replace gpio_request with devm_gpio_request --- sound/core/compress_offload.c | 2 +- sound/core/timer.c | 6 +++--- sound/firewire/bebob/bebob_focusrite.c | 3 +++ sound/pci/hda/patch_ca0132.c | 2 +- sound/pci/hda/patch_hdmi.c | 13 +++++++++++++ sound/soc/codecs/hdac_hda.c | 2 +- sound/soc/codecs/hdmi-codec.c | 12 +++++------- sound/soc/codecs/max98373.c | 4 ++-- sound/soc/codecs/msm8916-wcd-analog.c | 4 ++-- sound/soc/kirkwood/kirkwood-i2s.c | 11 ++++++----- sound/soc/rockchip/rockchip_max98090.c | 7 +++++-- sound/soc/sh/rcar/dma.c | 4 ++-- sound/soc/sof/debug.c | 6 ++++-- sound/soc/sof/intel/hda-stream.c | 4 ++-- sound/soc/sof/ipc.c | 4 +++- sound/soc/sof/topology.c | 11 ++++++----- sound/soc/stm/stm32_sai_sub.c | 12 +++++++++++- sound/soc/ti/sdma-pcm.c | 2 +- 18 files changed, 71 insertions(+), 38 deletions(-)