aboutsummaryrefslogtreecommitdiff
path: root/include
diff options
context:
space:
mode:
authorMark Brown <broonie@linaro.org>2013-10-18 14:17:14 +0100
committerMark Brown <broonie@linaro.org>2013-10-18 14:17:14 +0100
commit2a5e9dab9acfb76cf0a4f96a9a17dc6eab2e472b (patch)
tree597933dc20456219f38173b640a8a07e83c2f1b8 /include
parentd55f0691c041dba46daad7790b8f2631acb55f9a (diff)
parentc5d5a58d7ff977289c4bba8eae447c9afa66516b (diff)
Merge remote-tracking branch 'asoc/fix/rcar' into asoc-linus
Diffstat (limited to 'include')
-rw-r--r--include/sound/rcar_snd.h1
1 files changed, 1 insertions, 0 deletions
diff --git a/include/sound/rcar_snd.h b/include/sound/rcar_snd.h
index fe66533e9b7..fb0a312bcb8 100644
--- a/include/sound/rcar_snd.h
+++ b/include/sound/rcar_snd.h
@@ -68,6 +68,7 @@ struct rsnd_scu_platform_info {
*
* A : generation
*/
+#define RSND_GEN_MASK (0xF << 0)
#define RSND_GEN1 (1 << 0) /* fixme */
#define RSND_GEN2 (2 << 0) /* fixme */