diff options
author | Mark Brown <broonie@linaro.org> | 2014-08-04 16:31:20 +0100 |
---|---|---|
committer | Mark Brown <broonie@linaro.org> | 2014-08-04 16:31:20 +0100 |
commit | 2fd537346756d1f306a4ef8532552284aa457408 (patch) | |
tree | a206d551c7304923aef022a076bb21807192238d /include/sound | |
parent | 0e76ee41fc87a17541e32d6be5a4701e24391da0 (diff) | |
parent | cd2b65741e72da64508957cd1cde85116102d8dd (diff) |
Merge remote-tracking branch 'asoc/topic/rcar' into asoc-next
Diffstat (limited to 'include/sound')
-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 f4a706f82cb7..d76412b84b48 100644 --- a/include/sound/rcar_snd.h +++ b/include/sound/rcar_snd.h @@ -34,6 +34,7 @@ * B : SSI direction */ #define RSND_SSI_CLK_PIN_SHARE (1 << 31) +#define RSND_SSI_NO_BUSIF (1 << 30) /* SSI+DMA without BUSIF */ #define RSND_SSI(_dma_id, _pio_irq, _flags) \ { .dma_id = _dma_id, .pio_irq = _pio_irq, .flags = _flags } |