Created attachment 305734 [details] the patch i used to patch the manjaro kernel First time reporting a bug on Bugzilla. I have looked at the most recent version of the source on GitHub and it does not include the fix i need (https://github.com/torvalds/linux/blob/master/sound/soc/amd/yc/acp6x-mach.c) i am running kernel version 6.6.12-1-MANJARO there are no steps to reproduce. the mic just does not show up even though there is a module loaded for the ACP6X device. I have patched the kernel and it does work. expected result of `arecord -l` **** List of CAPTURE Hardware Devices **** card 2: Generic_1 [HD-Audio Generic], device 0: ALC256 Analog [ALC256 Analog] Subdevices: 0/1 Subdevice #0: subdevice #0 card 3: acp6x [acp6x], device 0: DMIC capture dmic-hifi-0 [] Subdevices: 0/1 Subdevice #0: subdevice #0 **** List of CAPTURE Hardware Devices **** card 2: Generic_1 [HD-Audio Generic], device 0: ALC256 Analog [ALC256 Analog] Subdevices: 0/1 Subdevice #0: subdevice #0 card 3: acp6x [acp6x], device 0: DMIC capture dmic-hifi-0 [] Subdevices: 0/1 Subdevice #0: subdevice #0
Created attachment 305735 [details] the patch i made to the manjaro kernel
(In reply to techno.mooney from comment #0) > Created attachment 305734 [details] > the patch i used to patch the manjaro kernel > > First time reporting a bug on Bugzilla. I have looked at the most recent > version of the source on GitHub and it does not include the fix i need > (https://github.com/torvalds/linux/blob/master/sound/soc/amd/yc/acp6x-mach.c) > > i am running kernel version 6.6.12-1-MANJARO > > there are no steps to reproduce. the mic just does not show up even though > there is a module loaded for the ACP6X device. > > I have patched the kernel and it does work. > Can you submit the patch to LKML (see Documentation/process/submitting-patches.rst for instructions)?
(In reply to Bagas Sanjaya from comment #2) > (In reply to techno.mooney from comment #0) > > Created attachment 305734 [details] > > the patch i used to patch the manjaro kernel > > > > First time reporting a bug on Bugzilla. I have looked at the most recent > > version of the source on GitHub and it does not include the fix i need > > > (https://github.com/torvalds/linux/blob/master/sound/soc/amd/yc/acp6x-mach.c) > > > > i am running kernel version 6.6.12-1-MANJARO > > > > there are no steps to reproduce. the mic just does not show up even though > > there is a module loaded for the ACP6X device. > > > > I have patched the kernel and it does work. > > > > Can you submit the patch to LKML (see > Documentation/process/submitting-patches.rst for instructions)? I dont think gmail works with the mailing list, hence why i made a bugzilla report. I'm not really a kernel developer so I am hesitent to go through all the hubub to get something setup just for this patch.
(In reply to techno.mooney from comment #3) > (In reply to Bagas Sanjaya from comment #2) > > (In reply to techno.mooney from comment #0) > > > Created attachment 305734 [details] > > > the patch i used to patch the manjaro kernel > > > > > > First time reporting a bug on Bugzilla. I have looked at the most recent > > > version of the source on GitHub and it does not include the fix i need > > > > > > (https://github.com/torvalds/linux/blob/master/sound/soc/amd/yc/acp6x-mach.c) > > > > > > i am running kernel version 6.6.12-1-MANJARO > > > > > > there are no steps to reproduce. the mic just does not show up even > though > > > there is a module loaded for the ACP6X device. > > > > > > I have patched the kernel and it does work. > > > > > > > Can you submit the patch to LKML (see > > Documentation/process/submitting-patches.rst for instructions)? > > I dont think gmail works with the mailing list, hence why i made a bugzilla > report. I'm not really a kernel developer so I am hesitent to go through all > the hubub to get something setup just for this patch. Patch forwarded to LKML at [1]. [1]: https://lore.kernel.org/lkml/20240129081148.1044891-1-bagasdotme@gmail.com/