]> 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)
commitcc8c0047a7ee655b05deb56f0ab935ced198dc10
tree8653171ca7facc25a719939a3392dfb4c8f21bf5
parent05f36334e07da104ca0b6803e1ef9244ba0cc900
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