aboutsummaryrefslogtreecommitdiffstats
path: root/include/sound
diff options
context:
space:
mode:
authorKuninori Morimoto <kuninori.morimoto.gx@renesas.com>2013-09-08 21:21:41 -0700
committerMark Brown <broonie@linaro.org>2013-09-09 16:06:20 +0100
commit34e4447515a18e0602f6df1a08b6a6ea63dea14b (patch)
treeca288c55f7feb1360c27e62a5193fa6dc14175ce /include/sound
parentMerge remote-tracking branch 'asoc/topic/ssm2602' into tmp (diff)
downloadlinux-dev-34e4447515a18e0602f6df1a08b6a6ea63dea14b.tar.xz
linux-dev-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 'include/sound')
-rw-r--r--include/sound/rcar_snd.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/include/sound/rcar_snd.h b/include/sound/rcar_snd.h
index d35412ae03b3..fe66533e9b7a 100644
--- a/include/sound/rcar_snd.h
+++ b/include/sound/rcar_snd.h
@@ -55,7 +55,7 @@ struct rsnd_ssi_platform_info {
/*
* flags
*/
-#define RSND_SCU_USB_HPBIF (1 << 31) /* it needs RSND_SSI_DEPENDENT */
+#define RSND_SCU_USE_HPBIF (1 << 31) /* it needs RSND_SSI_DEPENDENT */
struct rsnd_scu_platform_info {
u32 flags;