ASoC: ux500: Dramatically reduce the size of the DAI driver data struct
authorLee Jones <lee.jones@linaro.org>
Thu, 19 Dec 2013 15:55:08 +0000 (15:55 +0000)
committerMark Brown <broonie@linaro.org>
Tue, 7 Jan 2014 15:37:20 +0000 (15:37 +0000)
commit33899b19851db3d5baf1bcde49fe90cd5f68c82c
treed2971387869e9d349ffc735d7168d2100b2109b0
parent86a3fdfc63402ffbcee226c4a2503eee14a41afe
ASoC: ux500: Dramatically reduce the size of the DAI driver data struct

We no longer have a means to differentiate between MSP devices at probe
time, mainly because we don't really have to. So rather than have an over-
sized static data structure in place, where the only difference between
devices is the ID and name (which are unused), we'll just create one
succinct, statically assigned and shared one instead.

Signed-off-by: Lee Jones <lee.jones@linaro.org>
Signed-off-by: Mark Brown <broonie@linaro.org>
sound/soc/ux500/ux500_msp_dai.c