public inbox for linux-kernel@vger.kernel.org
 help / color / mirror / Atom feed
From: Aaron Ma <aaron.ma@canonical.com>
To: mstrozek@opensource.cirrus.com
Cc: broonie@kernel.org, linux-kernel@vger.kernel.org,
	linux-sound@vger.kernel.org, patches@opensource.cirrus.com,
	perex@perex.cz, tiwai@suse.com, yung-chuan.liao@linux.intel.com
Subject: Re: [PATCH] ASoC: sdw_utils: cs42l43: allow spk component names to be combined
Date: Mon, 20 Apr 2026 15:47:39 +0800	[thread overview]
Message-ID: <20260420074739.705268-1-aaron.ma@canonical.com> (raw)
In-Reply-To: <20260417144529.2385360-1-mstrozek@opensource.cirrus.com>

Hi Maciej,

Tested on hardware, 4x CS35L57 on Links 1&2, cs42l43 on Link 3.
Card fails to probe with -524.

In spk_rtd_init(), snd_soc_rtd_to_codec(rtd, 0)->component gets
cs35l56 (enumerates first), not cs42l43. cs35l56 has no component-level
set_sysclk, so it returns -ENOTSUPP.

Fix: use dai->component instead of snd_soc_rtd_to_codec(rtd, 0)->component.

Thanks,
Aaron

  parent reply	other threads:[~2026-04-20  7:48 UTC|newest]

Thread overview: 7+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2026-04-17 14:45 [PATCH] ASoC: sdw_utils: cs42l43: allow spk component names to be combined Maciej Strozek
2026-04-20  1:02 ` Liao, Bard
2026-04-20  7:47 ` Aaron Ma [this message]
2026-04-20  8:01   ` Maciej Strozek
  -- strict thread matches above, loose matches on Subject: below --
2026-04-20 10:37 Maciej Strozek
2026-04-20 11:20 ` Mark Brown
2026-04-20 11:29   ` Maciej Strozek

Reply instructions:

You may reply publicly to this message via plain-text email
using any one of the following methods:

* Save the following mbox file, import it into your mail client,
  and reply-to-all from there: mbox

  Avoid top-posting and favor interleaved quoting:
  https://en.wikipedia.org/wiki/Posting_style#Interleaved_style

* Reply using the --to, --cc, and --in-reply-to
  switches of git-send-email(1):

  git send-email \
    --in-reply-to=20260420074739.705268-1-aaron.ma@canonical.com \
    --to=aaron.ma@canonical.com \
    --cc=broonie@kernel.org \
    --cc=linux-kernel@vger.kernel.org \
    --cc=linux-sound@vger.kernel.org \
    --cc=mstrozek@opensource.cirrus.com \
    --cc=patches@opensource.cirrus.com \
    --cc=perex@perex.cz \
    --cc=tiwai@suse.com \
    --cc=yung-chuan.liao@linux.intel.com \
    /path/to/YOUR_REPLY

  https://kernel.org/pub/software/scm/git/docs/git-send-email.html

* If your mail client supports setting the In-Reply-To header
  via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line before the message body.
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox