aboutsummaryrefslogtreecommitdiffstats
path: root/sound
diff options
context:
space:
mode:
authorMark Brown <broonie@linaro.org>2013-09-11 11:17:17 +0100
committerMark Brown <broonie@linaro.org>2013-09-11 11:17:17 +0100
commit2ae2caff8348378c9e464353e9860ee97583c00b (patch)
tree189d100b8eb9dbfed0500ac5773596fe78030ef2 /sound
parentMerge remote-tracking branch 'asoc/fix/mc13783' into asoc-linus (diff)
parentASoC: rsnd: fixup flag name of rsnd_scu_platform_info (diff)
downloadlinux-dev-2ae2caff8348378c9e464353e9860ee97583c00b.tar.xz
linux-dev-2ae2caff8348378c9e464353e9860ee97583c00b.zip
Merge remote-tracking branch 'asoc/fix/rsnd' into asoc-linus
Diffstat (limited to 'sound')
-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));