feat(kernel): enable ALSA core - #18304
Open
sirredbeard wants to merge 1 commit into
Open
Conversation
sirredbeard
force-pushed
the
enable-alsa-hda-usb
branch
from
August 4, 2026 00:18
6617071 to
f2a465c
Compare
Contributor
There was a problem hiding this comment.
Pull request overview
Enables modular ALSA USB audio on x86_64/aarch64 and Intel HDA on x86_64.
Changes:
- Adds architecture-specific ALSA configuration.
- Bumps the kernel release, changelog, and lock fingerprint.
- Leaves rendering failed, deleting generated kernel build inputs; the new configs are also incomplete for strict Kconfig validation.
Reviewed changes
Copilot reviewed 8 out of 9 changed files in this pull request and generated 2 comments.
Show a summary per file
| File | Description |
|---|---|
base/comps/kernel/6.18-x86_64-azl.config |
Enables ALSA, HDA, codecs, and USB audio. |
base/comps/kernel/6.18-aarch64-azl.config |
Enables ALSA and USB audio. |
base/comps/kernel/kernel.azl.macros |
Bumps package release to 12. |
base/comps/kernel/kernel.spec |
Adds the release changelog entry. |
locks/kernel.lock |
Refreshes the input fingerprint. |
specs/k/kernel/RENDER_FAILED |
Records the unsuccessful render. |
specs/k/kernel/x509.genkey.rhel |
Removed by the failed render. |
specs/k/kernel/x509.genkey.fedora |
Removed by the failed render. |
specs/k/kernel/x509.genkey.centos |
Removed by the failed render. |
specs/k/kernel/uki.sbat.template |
Removed by the failed render. |
specs/k/kernel/uki-addons.sbat.template |
Removed by the failed render. |
specs/k/kernel/uki_create_addons.py |
Removed by the failed render. |
specs/k/kernel/uki_addons.json |
Removed by the failed render. |
specs/k/kernel/sources |
Removed by the failed render. |
specs/k/kernel/rpminspect.yaml |
Removed by the failed render. |
specs/k/kernel/README.rst |
Removed by the failed render. |
specs/k/kernel/process_configs.sh |
Removed by the failed render. |
specs/k/kernel/Patchlist.changelog |
Removed by the failed render. |
specs/k/kernel/partial-kgcov-snip.config |
Removed by the failed render. |
specs/k/kernel/partial-kgcov-debug-snip.config |
Removed by the failed render. |
specs/k/kernel/partial-clang-snip.config |
Removed by the failed render. |
specs/k/kernel/partial-clang-debug-snip.config |
Removed by the failed render. |
specs/k/kernel/partial-clang_lto-x86_64-snip.config |
Removed by the failed render. |
specs/k/kernel/partial-clang_lto-x86_64-debug-snip.config |
Removed by the failed render. |
specs/k/kernel/partial-clang_lto-aarch64-snip.config |
Removed by the failed render. |
specs/k/kernel/partial-clang_lto-aarch64-debug-snip.config |
Removed by the failed render. |
specs/k/kernel/Module.kabi_x86_64 |
Removed by the failed render. |
specs/k/kernel/Module.kabi_s390x |
Removed by the failed render. |
specs/k/kernel/Module.kabi_riscv64 |
Removed by the failed render. |
specs/k/kernel/Module.kabi_ppc64le |
Removed by the failed render. |
specs/k/kernel/Module.kabi_dup_x86_64 |
Removed by the failed render. |
specs/k/kernel/Module.kabi_dup_s390x |
Removed by the failed render. |
specs/k/kernel/Module.kabi_dup_riscv64 |
Removed by the failed render. |
specs/k/kernel/Module.kabi_dup_ppc64le |
Removed by the failed render. |
specs/k/kernel/Module.kabi_dup_aarch64 |
Removed by the failed render. |
specs/k/kernel/Module.kabi_aarch64 |
Removed by the failed render. |
specs/k/kernel/mod-sign.sh |
Removed by the failed render. |
specs/k/kernel/mod-denylist.sh |
Removed by the failed render. |
specs/k/kernel/merge.py |
Removed by the failed render. |
specs/k/kernel/Makefile.rhelver |
Removed by the failed render. |
specs/k/kernel/linux-kernel-test.patch |
Removed by the failed render. |
specs/k/kernel/kvm_stat.logrotate |
Removed by the failed render. |
specs/k/kernel/kmod-nvidia-open.inc |
Removed by the failed render. |
specs/k/kernel/kmod-nvidia-open-modprobe.conf |
Removed by the failed render. |
specs/k/kernel/kernel.sbat.template |
Removed by the failed render. |
specs/k/kernel/kernel.azl.macros |
Removed by the failed render. |
specs/k/kernel/kernel-local |
Removed by the failed render. |
specs/k/kernel/generate_all_configs.sh |
Removed by the failed render. |
specs/k/kernel/gating.yaml |
Removed by the failed render. |
specs/k/kernel/flavors |
Removed by the failed render. |
specs/k/kernel/filtermods.py |
Removed by the failed render. |
specs/k/kernel/dracut-virt.conf |
Removed by the failed render. |
specs/k/kernel/def_variants.yaml.rhel |
Removed by the failed render. |
specs/k/kernel/def_variants.yaml.fedora |
Removed by the failed render. |
specs/k/kernel/check-kabi |
Removed by the failed render. |
specs/k/kernel/azurelinux-ca-20230216.pem |
Removed by the failed render. |
Contributor
There was a problem hiding this comment.
Pull request overview
Copilot reviewed 8 out of 9 changed files in this pull request and generated no new comments.
Suppressed comments (2)
base/comps/kernel/6.18-aarch64-azl.config:8948
- Enabling the parent SOUND/SND menus exposes additional prompts that remain unassigned in this config. In particular,
SND_USB_AUDIO_MIDI_V2is active onceSND_USB_AUDIO=m, but there is no value or# ... is not setentry for it. Because the spec invokesprocess_configs.sh -w -n -c(kernel.spec:2250-2252),listnewconfigtreats this and the other newly visible ALSA options as fatal (process_configs.sh:421-429), so the aarch64 build will stop during config validation. Regenerate the complete config and explicitly resolve every newly exposed option.
CONFIG_SOUND=m
base/comps/kernel/6.18-x86_64-azl.config:5800
- Enabling the parent SOUND/SND menus makes many previously hidden prompts newly visible, but this config does not assign them. For example,
SND_USB_AUDIO_MIDI_V2is now active underSND_USB_AUDIOand has no entry here. The spec runsprocess_configs.sh -w -n -c(kernel.spec:2250-2252), and-nrejects every item reported bylistnewconfig(process_configs.sh:421-429), so the x86_64 kernel build will fail before compilation. Regenerate the complete config and explicitly record values (including# ... is not set) for all newly exposed ALSA options.
CONFIG_SOUND=m
sirredbeard
force-pushed
the
enable-alsa-hda-usb
branch
from
August 4, 2026 00:38
f2a465c to
efc4830
Compare
sirredbeard
force-pushed
the
enable-alsa-hda-usb
branch
from
August 4, 2026 00:58
efc4830 to
769db35
Compare
Enable `CONFIG_SOUND=m` / ALSA core as modules on x86_64 and aarch64. Neither architecture currently enables `CONFIG_SOUND`. This adds the ALSA core only. Codec and USB audio drivers stay off.
sirredbeard
force-pushed
the
enable-alsa-hda-usb
branch
from
August 4, 2026 01:12
769db35 to
c7fc1e9
Compare
Author
|
Configs regenerated for process_configs -n on both arches. This PR is ALSA core only now; codec and USB audio drivers stay off. |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
Enable
CONFIG_SOUND=m/ ALSA core as modules on x86_64 and aarch64.Neither architecture currently enables
CONFIG_SOUND. This adds the ALSA core only. Codec and USB audio drivers stay off.