Replies: 3 comments · 6 replies
-
|
@bardliao @shumingfan fyi |
Beta Was this translation helpful? Give feedback.
All reactions
-
|
@narcusx Please rename sof-dyndbg.conf.txt to sof-dyndbg.conf and put it in the |
Beta Was this translation helpful? Give feedback.
All reactions
-
|
Beta Was this translation helpful? Give feedback.
All reactions
-
|
@narcusx According to Both rt722(ALC3329) Speakers and rt1320 Speakers are used. Is it the case? Does your laptop have 4 speakers? |
Beta Was this translation helpful? Give feedback.
All reactions
-
|
@bardliao yes, 4 speakers. How would I go about loading up the correct drivers? |
Beta Was this translation helpful? Give feedback.
All reactions
-
|
@narcusx Please apply below patch diff --git a/sound/soc/intel/common/soc-acpi-intel-arl-match.c b/sound/soc/intel/common/soc-acpi-intel-arl-match.c
index 6bf7a6250ddc..c502442d4836 100644
--- a/sound/soc/intel/common/soc-acpi-intel-arl-match.c
+++ b/sound/soc/intel/common/soc-acpi-intel-arl-match.c
@@ -58,9 +58,9 @@ static const struct snd_soc_acpi_endpoint rt722_endpoints[] = {
},
{
.num = 1,
- .aggregated = 0,
+ .aggregated = 1,
.group_position = 0,
- .group_id = 0,
+ .group_id = 1,
},
{
.num = 2,
@@ -251,7 +251,7 @@ static const struct snd_soc_acpi_adr_device rt1320_2_single_adr[] = {
{
.adr = 0x000230025D132001ull,
.num_endpoints = 1,
- .endpoints = &single_endpoint,
+ .endpoints = &spk_r_endpoint,
.name_prefix = "rt1320-1"
}
};And uncompress sof-arl-rt722-l0_rt1320-l2.zip to /lib/firmware/intel/sof-ace-tplg/sof-arl-rt722-l0_rt1320-l2.tplg |
Beta Was this translation helpful? Give feedback.
All reactions
-
|
Apologies for being a noob - How do I go about applying the above patch? I’m currently running an immutable distro, so I’ll do some testing with the firmware on an alternate install. Will report back in the next few days. |
Beta Was this translation helpful? Give feedback.
All reactions
-
|
@narcusx You need to download a kernel source. Then Run |
Beta Was this translation helpful? Give feedback.
All reactions
-
|
Thank you much. I will test this out and report back. |
Beta Was this translation helpful? Give feedback.
Uh oh!
There was an error while loading. Please reload this page.
Uh oh!
There was an error while loading. Please reload this page.
-
Hi folks, I'm hoping someone will be able to point me in the right direction. I have a Dell laptop with a Realtek ALC3329 audio codec. My troubleshooting has lead me to believe that this is a driver issue.
On boot, the following messages appear in the log:
Please let me know if there are any additional steps I can take to rectify. Currently no audio input/output is recognized from this device.
Additional info:
Kernel is Fedora -- 6.15.10-200.fc42.x86_64
Beta Was this translation helpful? Give feedback.
All reactions