diff options
author | Mark Brown <broonie@linaro.org> | 2013-09-11 11:17:17 +0100 |
---|---|---|
committer | Mark Brown <broonie@linaro.org> | 2013-09-11 11:17:17 +0100 |
commit | 2ae2caff8348378c9e464353e9860ee97583c00b (patch) | |
tree | 189d100b8eb9dbfed0500ac5773596fe78030ef2 /include | |
parent | bf612730bf2e760688a14060a8356229bbb0fa5f (diff) | |
parent | 34e4447515a18e0602f6df1a08b6a6ea63dea14b (diff) | |
download | linux-2ae2caff8348378c9e464353e9860ee97583c00b.tar.bz2 |
Merge remote-tracking branch 'asoc/fix/rsnd' into asoc-linus
Diffstat (limited to 'include')
-rw-r--r-- | include/sound/rcar_snd.h | 2 |
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; |