]> git.kernelconcepts.de Git - karo-tx-linux.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)
commitfcdbadef378bc9cc64cb8cbfd96c23fc15812923
tree8653171ca7facc25a719939a3392dfb4c8f21bf5
parentb20e53a826a7adc3bfd2772bd49a83b6f21b4cce
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