From patchwork Thu Dec 6 17:16:21 2018 Content-Type: text/plain; charset="utf-8" MIME-Version: 1.0 Content-Transfer-Encoding: 7bit X-Patchwork-Submitter: Vinod Koul X-Patchwork-Id: 10716471 Return-Path: Received: from mail.wl.linuxfoundation.org (pdx-wl-mail.web.codeaurora.org [172.30.200.125]) by pdx-korg-patchwork-2.web.codeaurora.org (Postfix) with ESMTP id AD5D51759 for ; Thu, 6 Dec 2018 17:16:40 +0000 (UTC) Received: from mail.wl.linuxfoundation.org (localhost [127.0.0.1]) by mail.wl.linuxfoundation.org (Postfix) with ESMTP id 8E3F62EC14 for ; Thu, 6 Dec 2018 17:16:40 +0000 (UTC) Received: by mail.wl.linuxfoundation.org (Postfix, from userid 486) id 81E952EEB2; Thu, 6 Dec 2018 17:16:40 +0000 (UTC) X-Spam-Checker-Version: SpamAssassin 3.3.1 (2010-03-16) on pdx-wl-mail.web.codeaurora.org X-Spam-Level: X-Spam-Status: No, score=-2.7 required=2.0 tests=BAYES_00,DKIM_INVALID, DKIM_SIGNED,MAILING_LIST_MULTI,RCVD_IN_DNSWL_NONE autolearn=ham version=3.3.1 Received: from alsa0.perex.cz (alsa0.perex.cz [77.48.224.243]) by mail.wl.linuxfoundation.org (Postfix) with ESMTP id 0DB642EC14 for ; Thu, 6 Dec 2018 17:16:38 +0000 (UTC) Received: from alsa0.perex.cz (localhost [127.0.0.1]) by alsa0.perex.cz (Postfix) with ESMTP id 6F027267C8A; Thu, 6 Dec 2018 18:16:37 +0100 (CET) X-Original-To: alsa-devel@alsa-project.org Delivered-To: alsa-devel@alsa-project.org Received: by alsa0.perex.cz (Postfix, from userid 1000) id 64707267C88; Thu, 6 Dec 2018 18:16:35 +0100 (CET) Received: from mail.kernel.org (mail.kernel.org [198.145.29.99]) by alsa0.perex.cz (Postfix) with ESMTP id 14C8C267AF2 for ; Thu, 6 Dec 2018 18:16:32 +0100 (CET) Received: from localhost (unknown [106.201.124.178]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (No client certificate requested) by mail.kernel.org (Postfix) with ESMTPSA id 9DAFF20878; Thu, 6 Dec 2018 17:16:29 +0000 (UTC) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/simple; d=kernel.org; s=default; t=1544116590; bh=ENikqDty4r1hggV3L2+ynpdXm1PK0/frQn0v0yjYglU=; h=Date:From:To:Cc:Subject:From; b=l6BQxTvJoOmsq+v5XsAfYxxdbD3nGDqbtNqDhgybXjelRM+vuEyDYxai9j+e+RCCR kmL+sn/QXGrYXijN3L5r3+vPmb6zeRiKDjgQZIU7un62jA7hnp6YG7UM999iCZ5tIK jkFo/N1FuzbWEjMtkT5TXMrIQFB41ZI6OOF0MT2Q= Date: Thu, 6 Dec 2018 22:46:21 +0530 From: Vinod Koul To: Greg KH Message-ID: <20181206171621.GA2847@vkoul-mobl> MIME-Version: 1.0 User-Agent: Mutt/1.10.1 (2018-07-13) Cc: alsa-devel@alsa-project.org, Pierre-Louis Bossart Subject: [alsa-devel] [GIT PULL] soundwire updates X-BeenThere: alsa-devel@alsa-project.org X-Mailman-Version: 2.1.14 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-bounces@alsa-project.org X-Virus-Scanned: ClamAV using ClamSMTP Hey Greg, Please pull to receive a single commit for soundwire tree for this cycle. Am off next week so sending this bit early The following changes since commit 651022382c7f8da46cb4872a545ee1da6d097d2a: Linux 4.20-rc1 (2018-11-04 15:37:52 -0800) are available in the Git repository at: git://git.kernel.org/pub/scm/linux/kernel/git/vkoul/soundwire.git tags/soundwire-4.21-rc1 for you to fetch changes up to b1635596860dd3229645e41276f6c83ca788e4c1: soundwire: intel: constify snd_soc_dai_ops structures (2018-11-12 15:36:06 +0530) ---------------------------------------------------------------- soundwire updates for 4.21-rc1 A single change: - constify snd_soc_dai_ops struct by Julia ---------------------------------------------------------------- Julia Lawall (1): soundwire: intel: constify snd_soc_dai_ops structures drivers/soundwire/intel.c | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-)