From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S933354AbbI3Sxz (ORCPT ); Wed, 30 Sep 2015 14:53:55 -0400 Received: from mga09.intel.com ([134.134.136.24]:25118 "EHLO mga09.intel.com" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S933108AbbI3Sxw (ORCPT ); Wed, 30 Sep 2015 14:53:52 -0400 X-ExtLoop1: 1 X-IronPort-AV: E=Sophos;i="5.17,613,1437462000"; d="scan'208";a="655300636" Date: Thu, 1 Oct 2015 02:52:46 +0800 From: kbuild test robot To: codekipper@gmail.com Cc: kbuild-all@01.org, maxime.ripard@free-electrons.com, lgirdwood@gmail.com, linux-arm-kernel@lists.infradead.org, broonie@kernel.org, linux-sunxi@googlegroups.com, linux-kernel@vger.kernel.org, alsa-devel@alsa-project.org, be17068@iperbole.bo.it, Marcus Cooper Subject: [RFC PATCH] ASOC: sunxi: sun4i_snd_txctrl_on() can be static Message-ID: <20150930185246.GA82847@lkp-hsx03> References: <201510010231.FvvWaROC%fengguang.wu@intel.com> MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline In-Reply-To: <1443635458-8873-5-git-send-email-codekipper@gmail.com> User-Agent: Mutt/1.5.23 (2014-03-12) X-SA-Exim-Connect-IP: X-SA-Exim-Mail-From: fengguang.wu@intel.com X-SA-Exim-Scanned: No (on bee); SAEximRunCond expanded to false Sender: linux-kernel-owner@vger.kernel.org List-ID: X-Mailing-List: linux-kernel@vger.kernel.org Signed-off-by: Fengguang Wu --- sun4i-spdif.c | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/sound/soc/sunxi/sun4i-spdif.c b/sound/soc/sunxi/sun4i-spdif.c index 5fff6f6..cf0ed80 100644 --- a/sound/soc/sunxi/sun4i-spdif.c +++ b/sound/soc/sunxi/sun4i-spdif.c @@ -204,7 +204,7 @@ static void sun4i_spdif_configure(struct sun4i_spdif_dev *host) } -void sun4i_snd_txctrl_on(struct snd_pcm_substream *substream, +static void sun4i_snd_txctrl_on(struct snd_pcm_substream *substream, struct sun4i_spdif_dev *host) { if (substream->runtime->channels == 1) @@ -228,7 +228,7 @@ void sun4i_snd_txctrl_on(struct snd_pcm_substream *substream, SUN4I_SPDIF_CTL_GEN); } -void sun4i_snd_txctrl_off(struct snd_pcm_substream *substream, +static void sun4i_snd_txctrl_off(struct snd_pcm_substream *substream, struct sun4i_spdif_dev *host) { /* SPDIF TX DISABLE */