Groups | Search | Server Info | Keyboard shortcuts | Login | Register [http] [https] [nntp] [nntps]


Groups > linux.kernel > #1714676

Re: [PATCH 1/6] ASoC: fsl: make snd_pcm_hardware const

Path csiph.com!aioe.org!bofh.it!news.nic.it!robomod
From Nicolin Chen <nicoleotsuka@gmail.com>
Newsgroups linux.kernel
Subject Re: [PATCH 1/6] ASoC: fsl: make snd_pcm_hardware const
Date Fri, 18 Aug 2017 10:20:02 +0200
Message-ID <ufKFA-RX-15@gated-at.bofh.it> (permalink)
References <ufq49-3s3-11@gated-at.bofh.it> <ufq4a-3s3-37@gated-at.bofh.it>
X-Original-To Bhumika Goyal <bhumirks@gmail.com>
Dkim-Signature v=1; a=rsa-sha256; c=relaxed/relaxed; d=gmail.com; s=20161025; h=date:from:to:cc:subject:message-id:references:mime-version :content-disposition:in-reply-to:user-agent; bh=yt1KU8vX5nCPC+80nXVInTsQeAzJGNtoqnpteojZEf4=; b=te7ues3pgsxWs1MUnbQYRJiEF3hayjMhflLWFsobeVTmpOxmYERbex4Ix+ishI5UpW 8+QOUvepVLH77qCDddJI3oD3kfhBJrI910Y8Vbd4y1uR7NTAr0y5zdDjviozSyCWodSU n3uADTHoyTLIVLYR3QCGOEtv7D4WumFhDvLMR7strs2hFVFBZJra4FA05DlyhcukUoml 6VK+fWPOpkIXmNroODpMnYG/HMlF0RebLJA2UNbTkEJWopSC71PIo3HI8bsnLDauBp0B CeWcBkFqji8NrA6FOQ0muIZvNH3KeXG8ihCk7tWFGKyYSmAus2u1F5jJB/3xlYLMULPw PF/g==
X-Google-Dkim-Signature v=1; a=rsa-sha256; c=relaxed/relaxed; d=1e100.net; s=20161025; h=x-gm-message-state:date:from:to:cc:subject:message-id:references :mime-version:content-disposition:in-reply-to:user-agent; bh=yt1KU8vX5nCPC+80nXVInTsQeAzJGNtoqnpteojZEf4=; b=oAqnlg8ZTBQSadT67tqBI3KWLBQdlEkq3LLGRqtk30IJZizl18/+xkdLN+HPgbVhAi NJjDDSKGX7S1/8Gnizl95lCiTBDKFv4I49+WjSu3uYh9/USVODSeBlshdWHKsYzbwgFp yr4JK/dlkxBK6yVGSuQBFIpuezrHlmTv54rHNlo5u67Ad+s7zTtkH50c57AFVfFZHbN6 cUdk6OiOYSlJlzFjLGEWZFIG19YSrM1KkoWVI1O64jZ5Q9jvmmWr1r8AOoBoI7zCsTVK Dw9ndjYgFudlsS8p6Y9uU+UG8xGuuV3JSvJ4NbKxtuS/RQ+D8TiX2H9Hs4XultYDQwdh M7cA==
X-Gm-Message-State AHYfb5hq2+QGmrgUiSN2vr+874yqaZGbaBx35fIkd0mjKTZU76LJh6kc F50qqcMeQh3nFqwl
X-Received by 10.99.113.14 with SMTP id m14mr7788353pgc.185.1503043896107; Fri, 18 Aug 2017 01:11:36 -0700 (PDT)
MIME-Version 1.0
Content-Type text/plain; charset=us-ascii
Content-Disposition inline
User-Agent Mutt/1.5.22 (2013-10-16)
Sender robomod@news.nic.it
List-ID <linux-kernel.vger.kernel.org>
X-Mailing-List linux-kernel@vger.kernel.org
Approved robomod@news.nic.it
Lines 8
Organization linux.* mail to news gateway
X-Original-Cc julia.lawall@lip6.fr, timur@tabi.org, Xiubo.Lee@gmail.com, fabio.estevam@nxp.com, lgirdwood@gmail.com, broonie@kernel.org, perex@perex.cz, tiwai@suse.com, plai@codeaurora.org, bgoswami@codeaurora.org, alsa-devel@alsa-project.org, linuxppc-dev@lists.ozlabs.org, linux-kernel@vger.kernel.org
X-Original-Date Fri, 18 Aug 2017 01:11:23 -0700
X-Original-Message-ID <20170818081122.GA10136@Asurada>
X-Original-References <1502964972-22722-1-git-send-email-bhumirks@gmail.com> <1502964972-22722-2-git-send-email-bhumirks@gmail.com>
X-Original-Sender linux-kernel-owner@vger.kernel.org
Xref csiph.com linux.kernel:1714676

Show key headers only | View raw


On Thu, Aug 17, 2017 at 03:46:07PM +0530, Bhumika Goyal wrote:
> Make these const as they are only passed as the 2nd argument to the
> function snd_soc_set_runtime_hwparams, which is const.
> Done using Coccinelle.
> 
> Signed-off-by: Bhumika Goyal <bhumirks@gmail.com>

Acked-by: Nicolin Chen <nicoleotsuka@gmail.com>

Back to linux.kernel | Previous | NextPrevious in thread | Next in thread | Find similar | Unroll thread


Thread

[PATCH 0/6] ASoC: make snd_pcm_hardware const Bhumika Goyal <bhumirks@gmail.com> - 2017-08-17 12:20 +0200
  [PATCH 6/6] ASoC: qcom: make snd_pcm_hardware const Bhumika Goyal <bhumirks@gmail.com> - 2017-08-17 12:20 +0200
    Applied "ASoC: qcom: make snd_pcm_hardware const" to the asoc tree Mark Brown <broonie@kernel.org> - 2017-08-17 19:20 +0200
  [PATCH 2/6] ASoC: Intel: Atom: make snd_pcm_hardware const Bhumika Goyal <bhumirks@gmail.com> - 2017-08-17 12:20 +0200
    Applied "ASoC: Intel: Atom: make snd_pcm_hardware const" to the asoc tree Mark Brown <broonie@kernel.org> - 2017-08-17 19:20 +0200
  [PATCH 3/6] ASoC: Intel: Skylake: make snd_pcm_hardware const Bhumika Goyal <bhumirks@gmail.com> - 2017-08-17 12:20 +0200
    Applied "ASoC: Intel: Skylake: make snd_pcm_hardware const" to the asoc tree Mark Brown <broonie@kernel.org> - 2017-08-17 19:20 +0200
  [PATCH 1/6] ASoC: fsl: make snd_pcm_hardware const Bhumika Goyal <bhumirks@gmail.com> - 2017-08-17 12:20 +0200
    Applied "ASoC: fsl: make snd_pcm_hardware const" to the asoc tree Mark Brown <broonie@kernel.org> - 2017-08-17 19:20 +0200
    Re: [PATCH 1/6] ASoC: fsl: make snd_pcm_hardware const Nicolin Chen <nicoleotsuka@gmail.com> - 2017-08-18 10:20 +0200
  [PATCH 4/6] ASoC: kirkwood: make snd_pcm_hardware const Bhumika Goyal <bhumirks@gmail.com> - 2017-08-17 12:20 +0200
    Applied "ASoC: kirkwood: make snd_pcm_hardware const" to the asoc tree Mark Brown <broonie@kernel.org> - 2017-08-17 19:20 +0200

csiph-web