Re: [PATCH v2 2/2] sound: soc: Add Cygnus audio driver

2015-11-04 Thread Mark Brown
On Mon, Nov 02, 2015 at 02:11:24PM -0800, Simran Rai wrote: > sound/soc/bcm/Kconfig | 18 + > sound/soc/bcm/Makefile |5 + > sound/soc/bcm/cygnus-pcm.c | 903 ++ > sound/soc/bcm/cygnus-ssp.c | 1532 > > sound/so

[PATCH v2 2/2] sound: soc: Add Cygnus audio driver

2015-11-02 Thread Simran Rai
This patch adds Cygnus audio driver. It supports I2S, TDM and SPDIF modes and uses three clocks derived from PLL. This patchset has been tested on Cygnus wireless audio bcm958305K board. Signed-off-by: Lori Hikichi Signed-off-by: Simran Rai Reviewed-by: Ray Jui Reviewed-by: Arun Parameswaran