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 66A8AC7618B for ; Fri, 26 Jul 2019 12:41:13 +0000 (UTC) Received: from vger.kernel.org (vger.kernel.org [209.132.180.67]) by mail.kernel.org (Postfix) with ESMTP id 3A7CB21951 for ; Fri, 26 Jul 2019 12:41:13 +0000 (UTC) Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S1727365AbfGZMlM (ORCPT ); Fri, 26 Jul 2019 08:41:12 -0400 Received: from mx2.suse.de ([195.135.220.15]:34460 "EHLO mx1.suse.de" rhost-flags-OK-OK-OK-FAIL) by vger.kernel.org with ESMTP id S1726287AbfGZMlL (ORCPT ); Fri, 26 Jul 2019 08:41:11 -0400 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 B6311AF97; Fri, 26 Jul 2019 12:41:10 +0000 (UTC) Date: Fri, 26 Jul 2019 14:41:10 +0200 Message-ID: From: Takashi Iwai To: Linus Torvalds Cc: Linux Kernel Mailing List Subject: [GIT PULL] sound fixes for 5.3-rc2 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.3-rc2 from: git://git.kernel.org/pub/scm/linux/kernel/git/tiwai/sound.git tags/sound-5.3-rc2 The topmost commit is 3f8809499bf02ef7874254c5e23fc764a47a21a0 ---------------------------------------------------------------- sound fixes for 5.3-rc2 All relative small changes. - A regression fix for PCM link code with CONFIG_REFCOUNT_FULL; stumbled on a slight difference between atomic_t and refcount_t - A couple of HD-audio stabilization patches addressing the too slow PM resume seen on some Intel chips - A series of ALSA compress-offload API fixes, including the regression by the previous capture stream support - Trivial LINE6 USB-audio driver fixes, a new Conexant HD-audio chip coverage, and a fix in AC97 bus error path ---------------------------------------------------------------- Charles Keepax (4): ALSA: compress: Fix regression on compressed capture streams ALSA: compress: Prevent bypasses of set_params ALSA: compress: Don't allow paritial drain operations on capture streams ALSA: compress: Be more restrictive about when a drain is allowed Christophe JAILLET (1): ALSA: line6: Fix a typo Ding Xiang (1): ALSA: ac97: Fix double free of ac97_codec_device Hui Wang (1): ALSA: hda - Add a conexant codec entry to let mute led work Kai-Heng Feng (1): ALSA: line6: Fix wrong altsetting for LINE6_PODHD500_1 Takashi Iwai (3): ALSA: hda - Optimize resume for codecs without jack detection ALSA: pcm: Fix refcount_inc() on zero usage ALSA: hda - Fix intermittent CORB/RIRB stall on Intel chips --- include/sound/compress_driver.h | 5 +--- sound/ac97/bus.c | 13 +++------ sound/core/compress_offload.c | 60 +++++++++++++++++++++++++++++++++-------- sound/core/pcm_native.c | 9 ++++--- sound/pci/hda/hda_codec.c | 2 +- sound/pci/hda/hda_intel.c | 5 ++-- sound/pci/hda/patch_conexant.c | 1 + sound/usb/line6/podhd.c | 2 +- sound/usb/line6/variax.c | 2 +- 9 files changed, 65 insertions(+), 34 deletions(-)