diff options
author | Mark Brown <broonie@linaro.org> | 2013-10-24 14:23:56 +0400 |
---|---|---|
committer | Mark Brown <broonie@linaro.org> | 2013-10-24 14:23:56 +0400 |
commit | ebc0b3862507d1e3b15438de2b0cc4d85314c65b (patch) | |
tree | 9d898594fc462b61ddd062b26bd2a803f580c26f /include | |
parent | 3bd36a147fe65aaec4115c27fcb3c9eb1326c6b4 (diff) | |
parent | c5d5a58d7ff977289c4bba8eae447c9afa66516b (diff) | |
download | linux-ebc0b3862507d1e3b15438de2b0cc4d85314c65b.tar.xz |
Merge remote-tracking branch 'asoc/fix/rcar' into asoc-linus
Diffstat (limited to 'include')
-rw-r--r-- | include/sound/rcar_snd.h | 1 |
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 */ |