]> git.karo-electronics.de Git - linux-beck.git/commit
ASoC: mxs-sgtl5000: Remove unneeded fields from snd_soc_dai_link
authorFabio Estevam <fabio.estevam@freescale.com>
Wed, 24 Apr 2013 16:23:15 +0000 (13:23 -0300)
committerMark Brown <broonie@opensource.wolfsonmicro.com>
Sun, 12 May 2013 16:50:02 +0000 (20:50 +0400)
commit24279dcee5456bb141a1ca007a3f0abe02bf91d0
treef5a274b948964843ece39ef7f3b53dc2f6e6e154
parent29f421c2107f28976dacc9f1fca4bbfebee5b10f
ASoC: mxs-sgtl5000: Remove unneeded fields from snd_soc_dai_link

It makes no sense to hardcode the I2C bus into the codec_name field.

cpu_dai_name and platform_name are also overwritten later in
mxs_sgtl5000_probe_dt().

So remove the three fields, as mxs platform is dt-only platform.

Signed-off-by: Fabio Estevam <fabio.estevam@freescale.com>
Acked-by: Shawn Guo <shawn.guo@linaro.org>
Signed-off-by: Mark Brown <broonie@opensource.wolfsonmicro.com>
sound/soc/mxs/mxs-sgtl5000.c