[<prev] [next>] [<thread-prev] [thread-next>] [day] [month] [year] [list]
Message-ID: <605944ac-6dfa-4620-84b6-392665cdc05d@gmail.com>
Date: Mon, 10 Jun 2024 17:46:43 +0300
From: Péter Ujfalusi <peter.ujfalusi@...il.com>
To: Primoz Fiser <primoz.fiser@...ik.com>,
Jarkko Nikula <jarkko.nikula@...mer.com>, Liam Girdwood
<lgirdwood@...il.com>, Mark Brown <broonie@...nel.org>,
Jaroslav Kysela <perex@...ex.cz>, Takashi Iwai <tiwai@...e.com>,
alsa-devel@...a-project.org, linux-omap@...r.kernel.org,
linux-sound@...r.kernel.org, linux-kernel@...r.kernel.org
Cc: upstream@...ts.phytec.de
Subject: Re: [PATCH v2] ASoC: ti: omap-hdmi: Fix too long driver name
Hi,
On 6/10/24 3:58 PM, Primoz Fiser wrote:
> Set driver name to "HDMI". This simplifies the code and gets rid of
> the following error messages:
>
> ASoC: driver name too long 'HDMI 58040000.encoder' -> 'HDMI_58040000_e'
Thank you for the update,
Acked-by: Peter Ujfalusi <peter.ujfalusi@...il.com>
> Signed-off-by: Primoz Fiser <primoz.fiser@...ik.com>
> ---
> Changes in v2:
> - use "HDMI" instead of DRV_NAME (requested)
>
> sound/soc/ti/omap-hdmi.c | 6 +-----
> 1 file changed, 1 insertion(+), 5 deletions(-)
>
> diff --git a/sound/soc/ti/omap-hdmi.c b/sound/soc/ti/omap-hdmi.c
> index 639bc83f4263..cf43ac19c4a6 100644
> --- a/sound/soc/ti/omap-hdmi.c
> +++ b/sound/soc/ti/omap-hdmi.c
> @@ -354,11 +354,7 @@ static int omap_hdmi_audio_probe(struct platform_device *pdev)
> if (!card)
> return -ENOMEM;
>
> - card->name = devm_kasprintf(dev, GFP_KERNEL,
> - "HDMI %s", dev_name(ad->dssdev));
> - if (!card->name)
> - return -ENOMEM;
> -
> + card->name = "HDMI";
> card->owner = THIS_MODULE;
> card->dai_link =
> devm_kzalloc(dev, sizeof(*(card->dai_link)), GFP_KERNEL);
--
Péter
Powered by blists - more mailing lists