]> git.proxmox.com Git - mirror_ubuntu-kernels.git/commit
ASoC: imx-audio-rpmsg: use module_rpmsg_driver to simplify the code
authorYang Yingliang <yangyingliang@huawei.com>
Wed, 2 Jun 2021 08:26:10 +0000 (16:26 +0800)
committerMark Brown <broonie@kernel.org>
Thu, 3 Jun 2021 12:59:57 +0000 (13:59 +0100)
commitb82d0759a3b1e23d4247523c89bdfb27fffb6089
tree2175c00ef22bebce6e305cece15237c9f31636e8
parent6522a8486c00d130a32a57c6c8a365572958b4df
ASoC: imx-audio-rpmsg: use module_rpmsg_driver to simplify the code

module_rpmsg_driver() makes the code simpler by eliminating
boilerplate code.

Signed-off-by: Yang Yingliang <yangyingliang@huawei.com>
Link: https://lore.kernel.org/r/20210602082610.3828408-1-yangyingliang@huawei.com
Signed-off-by: Mark Brown <broonie@kernel.org>
sound/soc/fsl/imx-audio-rpmsg.c