Bug 216590
Summary: | No internal microphone available on Alienware m17 R5 (AMD ACP/ACP3X/ACP6X Audio Coprocessor) | ||
---|---|---|---|
Product: | Drivers | Reporter: | Brent Mendelsohn (mendiebm) |
Component: | Sound(ALSA) | Assignee: | Jaroslav Kysela (perex) |
Status: | RESOLVED CODE_FIX | ||
Severity: | normal | CC: | mario.limonciello, mendiebm |
Priority: | P1 | ||
Hardware: | AMD | ||
OS: | Linux | ||
See Also: |
https://bugzilla.kernel.org/show_bug.cgi?id=216270 https://bugzilla.kernel.org/show_bug.cgi?id=216299 |
||
Kernel Version: | 5.19.13 | Subsystem: | |
Regression: | No | Bisected commit-id: |
Description
Brent Mendelsohn
2022-10-15 11:18:07 UTC
https://git.kernel.org/pub/scm/linux/kernel/git/stable/linux.git/tree/sound/soc/amd/yc/acp6x-mach.c?h=v6.0.2 shows only quirks for Lenovo models, and https://git.kernel.org/pub/scm/linux/kernel/git/broonie/sound.git/tree/sound/soc/amd/yc/acp6x-mach.c has the extra one for the Asus model, but the Alienware model does not appear to be covered As you already identified the solution would you mind submitting a patch to the mailing list for this? I'll give it a go. I've never done a kernel patch submission before though, so I'll need to have a look at how that should be done. Just to confirm - checking the MAINTAINERS file it would be to alsa-devel@alsa-project.org right? Thanks! (In reply to Brent Mendelsohn from comment #3) > I'll give it a go. I've never done a kernel patch submission before though, > so I'll need to have a look at how that should be done. Just to confirm - > checking the MAINTAINERS file it would be to alsa-devel@alsa-project.org > right? Thanks! My apologies for replying without having done my homework. I have found previous submissions to this file for the other models as https://mailman.alsa-project.org/pipermail/alsa-devel/2022-October/206838.html and https://mailman.alsa-project.org/pipermail/alsa-devel/2022-October/206839.html. I will post to that list. Great thanks! A few suggestions to help you with your first time submitting a patch: 1) in the commit message you should add a Link: back to this bug. 2) Make sure that address it to the maintainers in the subsystem too (Mark Brown) so they're not missed. 3) You can CC Syed and I too if you want and one of us can review your submission and if it looks good add a Reviewed-by response. Confirming as fixed by https://git.kernel.org/pub/scm/linux/kernel/git/stable/linux.git/commit/?h=linux-6.0.y&id=dba5186f836a76245863eff143b3e7353eed26b8 in 6.0.11. Thanks all, especially Mario, for bumping this along. |