]> git.proxmox.com Git - mirror_ubuntu-artful-kernel.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:45:34 +0000 (20:45 +0400)
commit666c25e3d759dfd33c6df4cd3a26f1bfed65215e
tree4cf67dbadcf23cf39aefe488ca95cb05718841a1
parentf8b24fcbd05bf7a9112812bf6ec60679ae928801
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