summaryrefslogtreecommitdiff
path: root/include
diff options
context:
space:
mode:
authorMark Brown <broonie@linaro.org>2013-10-24 11:23:56 +0100
committerMark Brown <broonie@linaro.org>2013-10-24 11:23:56 +0100
commitebc0b3862507d1e3b15438de2b0cc4d85314c65b (patch)
tree9d898594fc462b61ddd062b26bd2a803f580c26f /include
parent3bd36a147fe65aaec4115c27fcb3c9eb1326c6b4 (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 fe66533e9b7a..fb0a312bcb81 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 */