summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorGuneshwor Singh <guneshwor.o.singh@intel.com>2017-12-04 10:30:11 +0530
committerMark Brown <broonie@kernel.org>2017-12-04 18:02:17 +0000
commit8e79ec98e1f613f6fda5d91b16f5e38cf0bd4627 (patch)
treed7cf29a000662bf50b7c795bb5d58b76cedebc00
parent00a5cc096774fbc9ac979765fa820e7c8d9121c4 (diff)
downloadlinux-stable-8e79ec98e1f613f6fda5d91b16f5e38cf0bd4627.tar.gz
linux-stable-8e79ec98e1f613f6fda5d91b16f5e38cf0bd4627.tar.bz2
linux-stable-8e79ec98e1f613f6fda5d91b16f5e38cf0bd4627.zip
ASoC: Intel: Skylake: Make local functions static
Some functions are local to the source and do not need to be in global scope, so make them static. Signed-off-by: Guneshwor Singh <guneshwor.o.singh@intel.com> Acked-By: Vinod Koul <vinod.koul@intel.com> Signed-off-by: Mark Brown <broonie@kernel.org>
-rw-r--r--sound/soc/intel/skylake/skl-nhlt.c4
-rw-r--r--sound/soc/intel/skylake/skl.c2
2 files changed, 3 insertions, 3 deletions
diff --git a/sound/soc/intel/skylake/skl-nhlt.c b/sound/soc/intel/skylake/skl-nhlt.c
index 4d2136c0389a..ca5dc2be7b68 100644
--- a/sound/soc/intel/skylake/skl-nhlt.c
+++ b/sound/soc/intel/skylake/skl-nhlt.c
@@ -269,7 +269,7 @@ void skl_nhlt_remove_sysfs(struct skl *skl)
* stores all possible rates supported in a rate table for the corresponding
* sclk/sclkfs.
*/
-void skl_get_ssp_clks(struct skl *skl, struct skl_ssp_clk *ssp_clks,
+static void skl_get_ssp_clks(struct skl *skl, struct skl_ssp_clk *ssp_clks,
struct nhlt_fmt *fmt, u8 id)
{
struct skl_i2s_config_blob_legacy *i2s_config;
@@ -360,7 +360,7 @@ void skl_get_ssp_clks(struct skl *skl, struct skl_ssp_clk *ssp_clks,
}
}
-void skl_get_mclk(struct skl *skl, struct skl_ssp_clk *mclk,
+static void skl_get_mclk(struct skl *skl, struct skl_ssp_clk *mclk,
struct nhlt_fmt *fmt, u8 id)
{
struct skl_i2s_config_blob_legacy *i2s_config;
diff --git a/sound/soc/intel/skylake/skl.c b/sound/soc/intel/skylake/skl.c
index 63e5456ef401..a89592b2850e 100644
--- a/sound/soc/intel/skylake/skl.c
+++ b/sound/soc/intel/skylake/skl.c
@@ -545,7 +545,7 @@ struct skl_clk_parent_src *skl_get_parent_clk(u8 clk_id)
return NULL;
}
-void init_skl_xtal_rate(int pci_id)
+static void init_skl_xtal_rate(int pci_id)
{
switch (pci_id) {
case 0x9d70: