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=-10.8 required=3.0 tests=DKIM_SIGNED,DKIM_VALID, HEADER_FROM_DIFFERENT_DOMAINS,INCLUDES_PULL_REQUEST,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 32D71C43331 for ; Mon, 30 Mar 2020 11:51:54 +0000 (UTC) Received: from alsa0.perex.cz (alsa0.perex.cz [77.48.224.243]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (No client certificate requested) by mail.kernel.org (Postfix) with ESMTPS id B2D34206F6 for ; Mon, 30 Mar 2020 11:51:53 +0000 (UTC) Authentication-Results: mail.kernel.org; dkim=pass (1024-bit key) header.d=alsa-project.org header.i=@alsa-project.org header.b="Uu+Belbf" DMARC-Filter: OpenDMARC Filter v1.3.2 mail.kernel.org B2D34206F6 Authentication-Results: mail.kernel.org; dmarc=none (p=none dis=none) header.from=suse.de Authentication-Results: mail.kernel.org; spf=pass smtp.mailfrom=alsa-devel-bounces@alsa-project.org Received: from alsa1.perex.cz (alsa1.perex.cz [207.180.221.201]) (using TLSv1.2 with cipher AECDH-AES256-SHA (256/256 bits)) (No client certificate requested) by alsa0.perex.cz (Postfix) with ESMTPS id E7E9E1607; Mon, 30 Mar 2020 13:51:01 +0200 (CEST) DKIM-Filter: OpenDKIM Filter v2.11.0 alsa0.perex.cz E7E9E1607 DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/simple; d=alsa-project.org; s=default; t=1585569112; bh=tuwxOsY821R7xy4a+uhP8W4QeDhGL4Ucyx0eYox10kE=; h=Date:From:To:Subject:In-Reply-To:References:Cc:List-Id: List-Unsubscribe:List-Archive:List-Post:List-Help:List-Subscribe: From; b=Uu+BelbfOl2hewvqQYGkfugOwvgZt8My39eDHe4CeF+PBp0zC2Aq30RrtOOwvJMWp p1D5Nrh8MTm035gghnByAtb/spJxx3v3l/te/izn4N0UEx2HcTwmRR5HeGGZIIPuG0 4pwyHYW34yX3OJ3IlDVAZl3asXfviCjXLJmt6tSU= Received: from alsa1.perex.cz (localhost.localdomain [127.0.0.1]) by alsa1.perex.cz (Postfix) with ESMTP id 6DE97F80145; Mon, 30 Mar 2020 13:51:01 +0200 (CEST) Received: by alsa1.perex.cz (Postfix, from userid 50401) id 2C92AF80148; Mon, 30 Mar 2020 13:51:00 +0200 (CEST) Received: from mx2.suse.de (mx2.suse.de [195.135.220.15]) (using TLSv1.2 with cipher AECDH-AES256-SHA (256/256 bits)) (No client certificate requested) by alsa1.perex.cz (Postfix) with ESMTPS id 63315F800AA for ; Mon, 30 Mar 2020 13:50:56 +0200 (CEST) DKIM-Filter: OpenDKIM Filter v2.11.0 alsa1.perex.cz 63315F800AA 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 8859CAC5F; Mon, 30 Mar 2020 11:50:53 +0000 (UTC) Date: Mon, 30 Mar 2020 13:50:53 +0200 Message-ID: From: Takashi Iwai To: Mark Brown Subject: Re: [GIT PULL] ASoC updates for v5.7 In-Reply-To: <20200330113404.GE4792@sirena.org.uk> References: <20200330113404.GE4792@sirena.org.uk> 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 Cc: alsa-devel@alsa-project.org, Liam Girdwood X-BeenThere: alsa-devel@alsa-project.org X-Mailman-Version: 2.1.15 Precedence: list List-Id: "Alsa-devel mailing list for ALSA developers - http://www.alsa-project.org" List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Errors-To: alsa-devel-bounces@alsa-project.org Sender: "Alsa-devel" On Mon, 30 Mar 2020 13:34:04 +0200, Mark Brown wrote: > > The following changes since commit 16fbf79b0f83bc752cee8589279f1ebfe57b3b6e: > > Linux 5.6-rc7 (2020-03-22 18:31:56 -0700) > > are available in the Git repository at: > > https://git.kernel.org/pub/scm/linux/kernel/git/broonie/sound.git tags/asoc-v5.7 > > for you to fetch changes up to 1c521d7e62262793789845989edca57dea24eb7d: > > Merge branch 'asoc-5.7' into asoc-next (2020-03-27 17:29:20 +0000) > > ---------------------------------------------------------------- > ASoC: Updates for v5.7 > > This is a very big update for the core since Morimoto-san has been > rather busy continuing his refactorings to clean up a lot of the cruft > that we have accumilated over the years. We've also gained several new > drivers, including initial (but still not complete) parts of the Intel > SoundWire support. > > - Lots of refactorings to modernize the code from Morimoto-san. > - Conversion of SND_SOC_ALL_CODECS to use imply from Geert Uytterhoeven. > - Continued refactoring and fixing of the Intel support. > - Soundwire and more advanced clocking support for Realtek RT5682. > - Support for amlogic GX, Meson 8, Meson 8B and T9015 DAC, Broadcom > DSL/PON, Ingenic JZ4760 and JZ4770, Realtek RL6231, and TI TAS2563 and > TLV320ADCX140. Pulled now. Thanks. Takashi