ASoC: Samsung: I2S: Add quirks as driver data in I2S
authorPadmavathi Venna <padma.v@samsung.com>
Mon, 12 Aug 2013 09:49:51 +0000 (15:19 +0530)
committerMark Brown <broonie@linaro.org>
Tue, 13 Aug 2013 12:44:06 +0000 (13:44 +0100)
Samsung has different versions of I2S introduced in different
platforms. Each version has some new support added for multichannel,
secondary fifo, s/w reset control and internal mux for rclk src clk.
Each newly added change has a quirk. So this patch adds all the
required quirks as driver data and based on compatible string from
dtsi fetches the quirks.

Signed-off-by: Padmavathi Venna <padma.v@samsung.com>
Reviewed-by: Tomasz Figa <t.figa@samsung.com>
Signed-off-by: Mark Brown <broonie@linaro.org>

No differences found