On Fri, 2020-04-24 at 08:14 +0900, Kuninori Morimoto wrote: > From: Kuninori Morimoto <kuninori.morimoto.gx@xxxxxxxxxxx> > > We have soc-dai.c today. DAI related functions > should be implemented in it. > These patches are v2 of doing it. > > Link: > https://lore.kernel.org/r/871rofunaq.wl-kuninori.morimoto.gx@xxxxxxxxxxx > > Kuninori Morimoto (17): > ASoC: soc-dai: add soc_dai_err() > ASoC: soc-dai: don't overwide dai->driver->ops > ASoC: soc-dai: add snd_soc_pcm_dai_new() > ASoC: soc-dai: add snd_soc_pcm_dai_prepare() > ASoC: soc-dai: add snd_soc_pcm_dai_trigger() > ASoC: soc-dai: add snd_soc_pcm_dai_bespoke_trigger() > ASoC: soc-dai: add snd_soc_pcm_dai_probe() > ASoC: soc-dai: add snd_soc_pcm_dai_remove() > ASoC: soc-dai: add snd_soc_dai_compr_start() > ASoC: soc-dai: add snd_soc_dai_compr_shutdown() > ASoC: soc-dai: add snd_soc_dai_compr_trigger() > ASoC: soc-dai: add snd_soc_dai_compr_set_params() > ASoC: soc-dai: add snd_soc_dai_compr_get_params() > ASoC: soc-dai: add snd_soc_dai_compr_ack() > ASoC: soc-dai: add snd_soc_dai_compr_pointer() > ASoC: soc-dai: add snd_soc_dai_compr_set_metadata() > ASoC: soc-dai: add snd_soc_dai_compr_get_metadata() LGTM, thanks Morimoto-san, except for the typo in the commit title/message in the first patch that Pierre pointed out. Reviewed-By: Ranjani Sridharan <ranjani.sridharan@xxxxxxxxxxxxxxx>