]> git.proxmox.com Git - mirror_ubuntu-kernels.git/commit
ASoC: fsl_audmix: Remove unneeded data field
authorFabio Estevam <festevam@gmail.com>
Thu, 3 Dec 2020 01:34:39 +0000 (22:34 -0300)
committerMark Brown <broonie@kernel.org>
Thu, 3 Dec 2020 13:13:23 +0000 (13:13 +0000)
commit5057d108d69a55f97f3e436aefbabb9c4064d9d6
tree3da08bcffba7375b2e19a243ce480725fc4b9a2d
parent7a51b4cb97087d6b9e7769ba5f9d4cad20c4c1aa
ASoC: fsl_audmix: Remove unneeded data field

The .data field is only used to pass the string name to
platform_device_register_data().

Pass the string name directly to make the code simpler.

Signed-off-by: Fabio Estevam <festevam@gmail.com>
Link: https://lore.kernel.org/r/20201203013439.10617-1-festevam@gmail.com
Signed-off-by: Mark Brown <broonie@kernel.org>
sound/soc/fsl/fsl_audmix.c