]> git.baikalelectronics.ru Git - kernel.git/commit
ASoC: ak4458: Remove component probe() and remove()
authorShengjiu Wang <shengjiu.wang@nxp.com>
Thu, 8 Sep 2022 07:31:56 +0000 (15:31 +0800)
committerMark Brown <broonie@kernel.org>
Thu, 8 Sep 2022 10:39:44 +0000 (11:39 +0100)
commit3f49a310398fed4a93eea5fb5d754ffbad99290f
tree6a47b8accb4441952f2375d4eda8d5c8111379e8
parent5ae5fa48e2ece7c3df529a4e3641f00822fe68b2
ASoC: ak4458: Remove component probe() and remove()

Most function in ak4458_probe() and ak4458_remove() are
duplicate with dai ops, so remove them and move dsd_path
setting to dai ops.

Signed-off-by: Shengjiu Wang <shengjiu.wang@nxp.com>
Reviewed-by: Daniel Baluta <daniel.baluta@nxp.com>
Link: https://lore.kernel.org/r/1662622316-23426-1-git-send-email-shengjiu.wang@nxp.com
Signed-off-by: Mark Brown <broonie@kernel.org>
sound/soc/codecs/ak4458.c