-
Notifications
You must be signed in to change notification settings - Fork 132
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
ASoC: Intel: soc-acpi-intel-lnl-match: add cs42l43 6x cs35l56 support #5331
base: topic/sof-dev
Are you sure you want to change the base?
Conversation
@simontrimmer @rfvirgil I vaguely remember that you have a naming rule for acpi adr devices but I can't find it. Could you correct me if |
Hi @bardliao I think the naming convention recollection you may be thinking of was this one:
Will have a look at the naming in a mo |
@@ -159,6 +187,33 @@ static const struct snd_soc_acpi_endpoint cs42l43_endpoints[] = { | |||
}, | |||
}; | |||
|
|||
static const struct snd_soc_acpi_endpoint cs42l43_amp_spkagg_ndpoints[] = { |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
cs42l43_amp_spkagg_ndpoints -> cs42l43_amp_spkagg_endpoints ?
This add a match for cs42l43 on sdw link 2, 3 cs35l56 on sdw link 1 and 3. All speakers are aggregated. Signed-off-by: Bard Liao <yung-chuan.liao@linux.intel.com>
This add a match for cs42l43 on sdw link 2, 3 cs35l56 on sdw link 1 and 3. All speakers are aggregated. Signed-off-by: Bard Liao <yung-chuan.liao@linux.intel.com>
8c0fc01
to
990849f
Compare
This add a match for cs42l43 on sdw link 2, 3 cs35l56 on sdw link 1 and
3. All speakers are aggregated.