projects
/
GitHub
/
moto-9609
/
android_kernel_motorola_exynos9610.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
6db1c6b
)
ASoC: qcom: ipq806x_lpass_alloc_dma_channel() can be static
author
kbuild test robot
<fengguang.wu@intel.com>
Thu, 21 May 2015 23:12:27 +0000
(07:12 +0800)
committer
Mark Brown
<broonie@kernel.org>
Fri, 22 May 2015 11:14:32 +0000
(12:14 +0100)
Signed-off-by: Fengguang Wu <fengguang.wu@intel.com>
Signed-off-by: Mark Brown <broonie@kernel.org>
sound/soc/qcom/lpass-ipq806x.c
patch
|
blob
|
blame
|
history
diff --git
a/sound/soc/qcom/lpass-ipq806x.c
b/sound/soc/qcom/lpass-ipq806x.c
index 2eab828644e86a197cfb9c98791945375b966edc..7356d3a766d6907d13812acbc1af0745befe0e3b 100644
(file)
--- a/
sound/soc/qcom/lpass-ipq806x.c
+++ b/
sound/soc/qcom/lpass-ipq806x.c
@@
-63,12
+63,12
@@
static struct snd_soc_dai_driver ipq806x_lpass_cpu_dai_driver = {
.ops = &asoc_qcom_lpass_cpu_dai_ops,
};
-int ipq806x_lpass_alloc_dma_channel(struct lpass_data *drvdata)
+
static
int ipq806x_lpass_alloc_dma_channel(struct lpass_data *drvdata)
{
return IPQ806X_LPAIF_RDMA_CHAN_MI2S;
}
-int ipq806x_lpass_free_dma_channel(struct lpass_data *drvdata, int chan)
+
static
int ipq806x_lpass_free_dma_channel(struct lpass_data *drvdata, int chan)
{
return 0;
}