arm64: defconfig: Enable RT5616 codec in Pi configurations - #7575
Merged
Conversation
Contributor
|
Is there a good reason not to include the other 3 config files? |
Contributor
Author
|
Are you referring to the need to make corresponding changes to three of these four files as well?
|
Contributor
|
Yes - items 1-3 in your list. |
Enable CONFIG_SND_SOC_RT5616 in all Pi kernel configurations so the kernel build produces snd-soc-rt5616.ko (and its dependency snd-soc-rl6231.ko) for the RT5616 audio codec overlay: - arch/arm64/configs/bcm2711_defconfig - arch/arm64/configs/bcm2712_defconfig - arch/arm64/configs/bcm2711_rt_defconfig - arch/arm/configs/bcm2709_defconfig - arch/arm/configs/bcmrpi_defconfig Signed-off-by: zjzhao <zjzhao@edatec.cn>
zjzhao-eda
force-pushed
the
rt5616-defconfig
branch
from
August 27, 2026 06:55
8649e2e to
ba05966
Compare
Contributor
Author
|
Okay, the changes have been added to: |
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_SND_SOC_RT5616 in both bcm2711_defconfig and bcm2712_defconfig so the kernel build produces snd-soc-rt5616.ko (and its dependency snd-soc-rl6231.ko) for the RT5616 audio codec overlay.