New issue by medanisjbara on void-packages repository https://github.com/void-linux/void-packages/issues/38755 Description: ### Is this a new report? Yes ### System Info Void 5.18.17_1 x86_64 AuthenticAMD uptodate rFF ### Package(s) Affected linux5.18-5.18.17_1 ### Does a report exist for this bug with the project's home (upstream) and/or another distro? _No response_ ### Expected behaviour Sound should work out of the box. ### Actual behaviour `alsamixer` didn't detect my sound card. But when using another kernel (e.g. [arch's zen kernel](https://archlinux.org/packages/extra/x86_64/linux-zen/) ) and everything was working fine. After checking the differences in `lsmod` and looking through both configs. I was able to find the module `snd_hda_intel_hdmi` present in the kernel that had sound working. And void's kernel config contained this. ``` # CONFIG_SND_HDA_INTEL_HDMI_SILENT_STREAM is not set ``` I tried rebuilding the kernel with void linux's config file (from `/proc/config.gz`) with that option both enabled and disabled. And I can confirm that enabling it does solve my problem. ### Steps to reproduce * Buy a computer with the same hardware as mine. * Install void linux (I installed void for the first time only a couple of days ago). * Use `alsamixer` or try to get sound working in any way (using the default kernel that comes with void. PS: Thank you for this amazing distribution!!!!