-
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-ptl-match: add rt712_vb_l3_rt1320_l2 and rt713_vb_l3_rt1320_l12 support #5315
base: topic/sof-dev
Are you sure you want to change the base?
Conversation
f3f67f8
to
9e81c1e
Compare
{ | ||
.adr = 0x000230025d132000ull, | ||
.num_endpoints = 1, | ||
.endpoints = &single_endpoint, |
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.
We should use group 1 as rt1320 works with rt712_vb's amp. IOW, rt712_vb and rt1320 are aggregated.
9e81c1e
to
15d705a
Compare
Changes since v1:
|
15d705a
to
fae423b
Compare
Changes since v2:
|
fae423b
to
5e39f93
Compare
Changes since v2:
|
5e39f93
to
7089f62
Compare
Add rt712_vb on SDW link 3 and 1 rt1320 on SDW link 2 configuration support. Signed-off-by: Peter Ujfalusi <peter.ujfalusi@linux.intel.com>
…port Add rt713_vb on SDW link 3 and 2 rt1320 on SDW link 1 and 2 configuration support. Signed-off-by: Peter Ujfalusi <peter.ujfalusi@linux.intel.com>
Changes since v3:
|
.adr = 0x000230025D132001ull, | ||
.num_endpoints = 1, | ||
.endpoints = &spk_r_endpoint, | ||
.name_prefix = "rt1320-1" |
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.
not sure I follow why this one needs to have the '-1' suffix for group 1 but the rt712 above does not. IIRC the -1 and -2 where related to amps, not groups.
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.
The '-1' suffix will be used by the ucm. https://github.com/alsa-project/alsa-ucm-conf/blob/master/ucm2/sof-soundwire/rt1320.conf. It assume the '-1', '-2' prefix in the control names.
Not sure what happened to the LNL SDW test https://sof-ci.01.org/linuxpr/PR5315/build6111/devicetest/index.html. Let rerun the test. |
SOFCI TEST |
This seems unrelated to PTL, but could we be including a shared topology file that breaks ?
|
Someone left the device in mockup mode?
@kv2019i ? |
@ujfalusi That's my fault. I used |
The aml is not in the
I did it by the |
I have manually removed them, rebuilt the initramfs and rebooted the machine |
SOFCI TEST |
Add rt712_vb on SDW link 3 and 1 rt1320 on SDW link 2 configuration support.