summaryrefslogtreecommitdiffstats
path: root/sound/soc
diff options
context:
space:
mode:
authorKuninori Morimoto2013-09-09 06:21:41 +0200
committerMark Brown2013-09-09 17:06:20 +0200
commit34e4447515a18e0602f6df1a08b6a6ea63dea14b (patch)
treeca288c55f7feb1360c27e62a5193fa6dc14175ce /sound/soc
parentMerge remote-tracking branch 'asoc/topic/ssm2602' into tmp (diff)
downloadkernel-qcow2-linux-34e4447515a18e0602f6df1a08b6a6ea63dea14b.tar.gz
kernel-qcow2-linux-34e4447515a18e0602f6df1a08b6a6ea63dea14b.tar.xz
kernel-qcow2-linux-34e4447515a18e0602f6df1a08b6a6ea63dea14b.zip
ASoC: rsnd: fixup flag name of rsnd_scu_platform_info
it should be *USE*, not *USB* Signed-off-by: Kuninori Morimoto <kuninori.morimoto.gx@renesas.com> Signed-off-by: Mark Brown <broonie@linaro.org>
Diffstat (limited to 'sound/soc')
-rw-r--r--sound/soc/sh/rcar/scu.c4
1 files changed, 2 insertions, 2 deletions
diff --git a/sound/soc/sh/rcar/scu.c b/sound/soc/sh/rcar/scu.c
index 184d9008cecd..2df2e9150b89 100644
--- a/sound/soc/sh/rcar/scu.c
+++ b/sound/soc/sh/rcar/scu.c
@@ -157,9 +157,9 @@ static int rsnd_scu_start(struct rsnd_mod *mod,
int ret;
/*
- * SCU will be used if it has RSND_SCU_USB_HPBIF flags
+ * SCU will be used if it has RSND_SCU_USE_HPBIF flags
*/
- if (!(flags & RSND_SCU_USB_HPBIF)) {
+ if (!(flags & RSND_SCU_USE_HPBIF)) {
/* it use PIO transter */
dev_dbg(dev, "%s%d is not used\n",
rsnd_mod_name(mod), rsnd_mod_id(mod));