Re: [PATCH 2/3] ASoC: ti: tidyup not to use *card on rx51_soc_probe()
Jarkko Nikula <[email protected]>
| Newsgroups | org.kernel.vger.linux-sound |
|---|---|
| Message-ID | <[email protected]> |
On 21/07/2026 4:43 am, Kuninori Morimoto wrote: > struct snd_soc_card will be capsuled soon, its member will not be > able to access from non soc-card.c. > > To reduce the difference during conversion, replace dev. > > - card->dev, ... > + dev, ... > > No functional change, but is preparation for Card capsuling. > > Signed-off-by: Kuninori Morimoto <[email protected]> > --- > sound/soc/ti/rx51.c | 31 ++++++++++++++++--------------- > 1 file changed, 16 insertions(+), 15 deletions(-) Acked-by: Jarkko Nikula <[email protected]> Tested-by: Jarkko Nikula <[email protected]>