ASoC: imx-audmux: Remove unused .id_table
authorFabio Estevam <festevam@gmail.com>
Mon, 23 Nov 2020 20:09:17 +0000 (17:09 -0300)
committerMark Brown <broonie@kernel.org>
Mon, 23 Nov 2020 20:39:50 +0000 (20:39 +0000)
commit6a8b8b582db13a18235f3b0400f103a0573c7859
tree599a833eea163bfdf158b25c5259a14f65c07c74
parentb3cf78e0dacb7fba50d0c1eb9dfa6f92d31529e2
ASoC: imx-audmux: Remove unused .id_table

Since 5.10-rc1 i.MX is a devicetree-only platform and the existing
.id_table support in this driver was only useful for old non-devicetree
platforms.

Get rid of the .id_table since it is no longer used.

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