]> git.baikalelectronics.ru Git - kernel.git/commit
ASoC: fsl-ssi: introduce SoC specific data
authorSascha Hauer <s.hauer@pengutronix.de>
Tue, 27 May 2014 08:24:18 +0000 (10:24 +0200)
committerMark Brown <broonie@linaro.org>
Sun, 1 Jun 2014 10:55:07 +0000 (11:55 +0100)
commit04d3cec6f54be741f19381bfffe3ab714ef9e3fa
tree8653171ca7facc25a719939a3392dfb4c8f21bf5
parentda2f8ce9818bff912d0316d045fac9502319c64a
ASoC: fsl-ssi: introduce SoC specific data

Introduce a SoC data struct which contains the differences between
the different SoCs this driver supports. This makes it easy to support
more differences without having to introduce a new switch/case each
time.

Signed-off-by: Sascha Hauer <s.hauer@pengutronix.de>
Signed-off-by: Markus Pargmann <mpa@pengutronix.de>
Tested-By: Michael Grzeschik <mgr@pengutronix.de>
Signed-off-by: Mark Brown <broonie@linaro.org>
sound/soc/fsl/fsl_ssi.c