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


Groups > linux.kernel > #1236652

[RFC PATCH] ASOC: sunxi: sun4i_snd_txctrl_on() can be static

From kbuild test robot <lkp@intel.com>
Newsgroups linux.kernel
Subject [RFC PATCH] ASOC: sunxi: sun4i_snd_txctrl_on() can be static
Date 2015-09-30 21:00 +0200
Message-ID <qeuLD-57k-5@gated-at.bofh.it> (permalink)
References <qeuLD-57k-7@gated-at.bofh.it> <qetPA-3L1-11@gated-at.bofh.it>
Organization linux.* mail to news gateway

Show all headers | View raw


Signed-off-by: Fengguang Wu <fengguang.wu@intel.com>
---
 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 */
--
To unsubscribe from this list: send the line "unsubscribe linux-kernel" in
the body of a message to majordomo@vger.kernel.org
More majordomo info at  http://vger.kernel.org/majordomo-info.html
Please read the FAQ at  http://www.tux.org/lkml/

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


Thread

[PATCH v2 0/4] Add SPDIF support for Allwinner SoCs codekipper@gmail.com - 2015-09-30 20:00 +0200
  [PATCH v2 3/4] ASoC: sunxi: Add S/PDIF machine driver. codekipper@gmail.com - 2015-09-30 20:00 +0200
  [PATCH v2 1/4] dt-bindings: add sunxi SPDIF transceiver bindings codekipper@gmail.com - 2015-09-30 20:00 +0200
    Re: [PATCH v2 1/4] dt-bindings: add sunxi SPDIF transceiver bindings Maxime Ripard <maxime.ripard@free-electrons.com> - 2015-10-01 22:50 +0200
      Re: [PATCH v2 1/4] dt-bindings: add sunxi SPDIF transceiver bindings Code Kipper <codekipper@gmail.com> - 2015-10-02 07:30 +0200
        Re: [PATCH v2 1/4] dt-bindings: add sunxi SPDIF transceiver bindings Maxime Ripard <maxime.ripard@free-electrons.com> - 2015-10-05 10:50 +0200
          Re: [PATCH v2 1/4] dt-bindings: add sunxi SPDIF transceiver bindings Code Kipper <codekipper@gmail.com> - 2015-10-05 12:50 +0200
  [PATCH v2 4/4] ASOC: sunxi: Add support for the spdif block codekipper@gmail.com - 2015-09-30 20:00 +0200
    [PATCH] ASOC: sunxi: fix platform_no_drv_owner.cocci warnings kbuild test robot <lkp@intel.com> - 2015-09-30 20:30 +0200
    Re: [PATCH v2 4/4] ASOC: sunxi: Add support for the spdif block kbuild test robot <lkp@intel.com> - 2015-09-30 20:30 +0200
    [RFC PATCH] ASOC: sunxi: sun4i_snd_txctrl_on() can be static kbuild test robot <lkp@intel.com> - 2015-09-30 21:00 +0200
    Re: [PATCH v2 4/4] ASOC: sunxi: Add support for the spdif block kbuild test robot <lkp@intel.com> - 2015-09-30 21:00 +0200
    Re: [PATCH v2 4/4] ASOC: sunxi: Add support for the spdif block Maxime Ripard <maxime.ripard@free-electrons.com> - 2015-10-01 22:50 +0200
      Re: [PATCH v2 4/4] ASOC: sunxi: Add support for the spdif block Code Kipper <codekipper@gmail.com> - 2015-10-02 08:50 +0200

csiph-web