Re: [PATCH] ASoC: ti: omap-twl4030: Check for missing card name after parsing
Jarkko Nikula <[email protected]>
| Newsgroups | org.kernel.vger.linux-omap,org.kernel.vger.linux-kernel,org.kernel.vger.linux-sound |
|---|---|
| Message-ID | <[email protected]> |
On 05/08/2026 7:45 am, [email protected] wrote: > From: bui duc phuc <[email protected]> > > Return any error from snd_soc_of_parse_card_name() directly. If the > helper returns successfully but card->name remains unset, report the > missing card name explicitly before returning -ENODEV. > > Suggested-by: Andreas Kemnade <[email protected]> > Signed-off-by: bui duc phuc <[email protected]> > --- > sound/soc/ti/omap-twl4030.c | 6 +++++- > 1 file changed, 5 insertions(+), 1 deletion(-) Acked-by: Jarkko Nikula <[email protected]>