Message ID | 8738j790ql.wl%kuninori.morimoto.gx@gmail.com (mailing list archive) |
---|---|
State | Accepted |
Commit | 697dce94ed37e0653e5bba593f11e2b14877cd63 |
Headers | show |
On Mon, Feb 24, 2014 at 10:15:33PM -0800, Kuninori Morimoto wrote: > From: Kuninori Morimoto <kuninori.morimoto.gx@renesas.com> > > 6f3ab6c1c022e7a4877d38940cd45ae7804a15e2 > (ASoC: rsnd: remove pin sync option) > added unused RSND_SSI_CLK_FROM_ADG flag. > It should remove RSND_SSI_SYNC. Applied, thanks.
diff --git a/include/sound/rcar_snd.h b/include/sound/rcar_snd.h index 2be05ae..e3d585c 100644 --- a/include/sound/rcar_snd.h +++ b/include/sound/rcar_snd.h @@ -34,9 +34,6 @@ * B : SSI direction */ #define RSND_SSI_CLK_PIN_SHARE (1 << 31) -#define RSND_SSI_SYNC (1 << 29) /* SSI34_sync etc */ -#define RSND_SSI_CLK_FROM_ADG (1 << 30) /* clock parent is master */ - #define RSND_SSI_PLAY (1 << 24) #define RSND_SSI_SET(_dai_id, _dma_id, _pio_irq, _flags) \