Re: [PATCH v1 2/2] ASoC: sdw_utils: add spk component string for tac5xx2 family
From: Mark Brown
Date: Wed Aug 19 2026 - 09:53:10 EST
On Wed, Aug 19, 2026 at 11:04:27AM +0530, Niranjan H Y wrote:
> The tac5xx2 RTD init does not populate card->components with the
> spk:<prefix> string. With this change, "amixer -D hw:<card> info"
> includes the spk identifier for each tac5xx2 speaker component,
> following the same pattern used by other codec families.
> + card->components = devm_kasprintf(card->dev, GFP_KERNEL,
> + "%s spk:%s", card->components,
> + dai->component->name_prefix);
> + if (!card->components)
> + return -ENOMEM;
See 0f60ecffbfe3 (ASoC: sdw_utils: generate combined spk components
string) for how other drivers do the same thing.
Attachment:
signature.asc
Description: PGP signature