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=-15.8 required=3.0 tests=BAYES_00,DKIM_SIGNED, DKIM_VALID,DKIM_VALID_AU,HEADER_FROM_DIFFERENT_DOMAINS,INCLUDES_PATCH, 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 88F1CC2B9F4 for ; Fri, 25 Jun 2021 08:17:30 +0000 (UTC) Received: from vger.kernel.org (vger.kernel.org [23.128.96.18]) by mail.kernel.org (Postfix) with ESMTP id 68E2061428 for ; Fri, 25 Jun 2021 08:17:30 +0000 (UTC) Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S230071AbhFYITt (ORCPT ); Fri, 25 Jun 2021 04:19:49 -0400 Received: from smtp-out2.suse.de ([195.135.220.29]:33994 "EHLO smtp-out2.suse.de" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S229474AbhFYITr (ORCPT ); Fri, 25 Jun 2021 04:19:47 -0400 Received: from relay2.suse.de (relay2.suse.de [149.44.160.134]) by smtp-out2.suse.de (Postfix) with ESMTP id E69AB1FE56; Fri, 25 Jun 2021 08:17:26 +0000 (UTC) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=suse.de; s=susede2_rsa; t=1624609046; h=from:from:reply-to:date:date:message-id:message-id:to:to:cc:cc: mime-version:mime-version:content-type:content-type; bh=Vtpilq/CqNhUiaKvF5WoDVxWuK2YetRrKVpPwmakxZ4=; b=R58Kw3RciiznvJvf1u1SHZVhXc0+ZxNgc412sHsdkEHgn3ALURwD36aZiQEsLcXgLw6R1e rw2H0b8UqeKlS+Zeg7GFehcrNjWayO3DuJbmnRkpQ01BhibD9KHdrN9ds5yzIRHWiQSfDf 3//209bqvuFDfnbMD6wsUPDDmuqyjsw= DKIM-Signature: v=1; a=ed25519-sha256; c=relaxed/relaxed; d=suse.de; s=susede2_ed25519; t=1624609046; h=from:from:reply-to:date:date:message-id:message-id:to:to:cc:cc: mime-version:mime-version:content-type:content-type; bh=Vtpilq/CqNhUiaKvF5WoDVxWuK2YetRrKVpPwmakxZ4=; b=cVdrGkxVb6POk5FSNrZ1e6UcfBJ6rQNVH8ltK/cq4r5Uk+sZVZ8joPKYKhyuQpSzaJAlqz VpguUuyGp3QAV6Cw== Received: from alsa1.suse.de (alsa1.suse.de [10.160.4.42]) by relay2.suse.de (Postfix) with ESMTP id DDB95A3BE9; Fri, 25 Jun 2021 08:17:26 +0000 (UTC) Date: Fri, 25 Jun 2021 10:17:26 +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.13-rc8 or final 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 Precedence: bulk List-ID: X-Mailing-List: linux-kernel@vger.kernel.org Linus, please pull sound fixes for v5.13-rc8 from: git://git.kernel.org/pub/scm/linux/kernel/git/tiwai/sound.git tags/sound-5.13-rc8 The topmost commit is 5c6d4f97267f02f47acea8a652265348ec12de51 ---------------------------------------------------------------- sound fixes for 5.13-rc8 or final Two small changes have been cherry-picked as a last material for 5.13: a coverage after UMN revert action and a stale MAINTAINERS entry fix. ---------------------------------------------------------------- Mark Brown (1): ASoC: rt5645: Avoid upgrading static warnings to errors Timur Tabi (1): MAINTAINERS: remove Timur Tabi from Freescale SOC sound drivers --- MAINTAINERS | 1 - sound/soc/codecs/rt5645.c | 49 +++++++++++------------------------------------ 2 files changed, 11 insertions(+), 39 deletions(-)