From: Mark Brown Date: Tue, 31 Jan 2023 17:07:49 +0000 (+0000) Subject: ASoC: use helper function and cleanup X-Git-Tag: v6.6.7~3340^2~4^2~96 X-Git-Url: http://review.tizen.org/git/?a=commitdiff_plain;h=6570befb4fccce7ba49e5c74adbdae9bba5d9824;p=platform%2Fkernel%2Flinux-starfive.git ASoC: use helper function and cleanup Merge series from Kuninori Morimoto : struct snd_soc_dai need to have info for playback/capture, but it is using "playback/capture_xxx" or "tx/tx_xxx" or array. This kind of random definition is very difficult to read. This patch-set add helper functions and each driver use it. And cleanup the definition. --- 6570befb4fccce7ba49e5c74adbdae9bba5d9824