Skip to content
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

fixup! ASoC: Intel: soc-acpi-intel-lnl-match: add rt712_vb + rt1320 support #5237

Merged
merged 1 commit into from
Nov 12, 2024

Conversation

bardliao
Copy link
Collaborator

We need to use snd_soc_acpi_intel_sdca_is_device_rt712_vb to check if the rt712 is vb.

ujfalusi
ujfalusi previously approved these changes Nov 11, 2024
@@ -546,6 +547,7 @@ struct snd_soc_acpi_mach snd_soc_acpi_intel_lnl_sdw_machines[] = {
.link_mask = BIT(1) | BIT(2),
.links = lnl_sdw_rt712_vb_l2_rt1320_l1,
.drv_name = "sof_sdw",
.machine_check = snd_soc_acpi_intel_sdca_is_device_rt712_vb,
Copy link
Collaborator

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

how did you missed this in #5223? ;)

Copy link
Collaborator Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

how did you missed this in #5223? ;)

There is no proper acpi table in my RVP. And I just realized that why don't I need to remove the .machine_check in my test.

Copy link
Collaborator Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Also, the rt1320 ADR was wrong. I got a new AIOC from Realtek with the new rt1320 version today.

Copy link
Collaborator

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Right, you know it best...

…upport

We need to use snd_soc_acpi_intel_sdca_is_device_rt712_vb to check if
the rt712 is vb. Also, fix the rt1320 ADR. I was testing with an old
rt1320 version with class_id = 0. But, the class_id is 1 in the
production version.

Signed-off-by: Bard Liao <yung-chuan.liao@linux.intel.com>
@@ -546,6 +547,7 @@ struct snd_soc_acpi_mach snd_soc_acpi_intel_lnl_sdw_machines[] = {
.link_mask = BIT(1) | BIT(2),
.links = lnl_sdw_rt712_vb_l2_rt1320_l1,
.drv_name = "sof_sdw",
.machine_check = snd_soc_acpi_intel_sdca_is_device_rt712_vb,
Copy link
Collaborator

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Right, you know it best...

@ranj063 ranj063 merged commit 54d8adc into thesofproject:topic/sof-dev Nov 12, 2024
9 of 14 checks passed
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

3 participants