summaryrefslogtreecommitdiffstats
path: root/include/sound
diff options
context:
space:
mode:
authorMark Brown2013-09-11 12:17:17 +0200
committerMark Brown2013-09-11 12:17:17 +0200
commit2ae2caff8348378c9e464353e9860ee97583c00b (patch)
tree189d100b8eb9dbfed0500ac5773596fe78030ef2 /include/sound
parentMerge remote-tracking branch 'asoc/fix/mc13783' into asoc-linus (diff)
parentASoC: rsnd: fixup flag name of rsnd_scu_platform_info (diff)
downloadkernel-qcow2-linux-2ae2caff8348378c9e464353e9860ee97583c00b.tar.gz
kernel-qcow2-linux-2ae2caff8348378c9e464353e9860ee97583c00b.tar.xz
kernel-qcow2-linux-2ae2caff8348378c9e464353e9860ee97583c00b.zip
Merge remote-tracking branch 'asoc/fix/rsnd' into asoc-linus
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;