Re: [PATCH 08/25] ASoC: sun8i-codec: Use snd_soc_dai_get_drvdata

2020-10-05 Thread Maxime Ripard
On Wed, Sep 30, 2020 at 09:11:31PM -0500, Samuel Holland wrote: > Remove a level of indirection by getting the device directly from the > passed-in struct snd_soc_dai, instead of going through its component. > > Signed-off-by: Samuel Holland Acked-by: Maxime Ripard Maxime signature.asc

[PATCH 08/25] ASoC: sun8i-codec: Use snd_soc_dai_get_drvdata

2020-09-30 Thread Samuel Holland
Remove a level of indirection by getting the device directly from the passed-in struct snd_soc_dai, instead of going through its component. Signed-off-by: Samuel Holland --- sound/soc/sunxi/sun8i-codec.c | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git