-
Notifications
You must be signed in to change notification settings - Fork 133
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
Conversation
@@ -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, |
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.
how did you missed this in #5223? ;)
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.
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.
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.
Also, the rt1320 ADR was wrong. I got a new AIOC from Realtek with the new rt1320 version today.
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.
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>
4321d00
to
b37ce2d
Compare
@@ -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, |
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.
Right, you know it best...
We need to use snd_soc_acpi_intel_sdca_is_device_rt712_vb to check if the rt712 is vb.