Conversation
kraj
reviewed
Jul 17, 2026
| Audio driver for BCM2835 depends on the 'snd_bcm2835' module. | ||
| To enable the audio support explicitly set it in `local.conf` | ||
|
|
||
| ENABLE_AUDIO = "1" |
Collaborator
There was a problem hiding this comment.
is this specific to rpi3? if so perhaps the option should be tailored to just rpi3
Author
There was a problem hiding this comment.
Hello Khem !
Actually you introduced these changes in 2017 for the RPi 3 x64 and it stayed limited to it (bb51049),
I initially wanted to keep the new variable name generic like the others for future use on other audio parts.
Renamed it to ENABLE_AUDIO_BCM2835, let me know if you have other suggestions 👍.
Signed-off-by: Adrian DC <radian.dc@gmail.com>
…M2835' By enabling the audio module automatically only on RPi 3 x64 machines, the PWM* lines may get reused for audio purposes unwillingly, introducing a disparity with other RPi boards using the same sources Create 'ENABLE_AUDIO_BCM2835' build constant to enable the audio support --- Signed-off-by: Adrian DC <radian.dc@gmail.com>
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.
By enabling the audio module automatically only on RPi 3 x64 machines, the PWM* lines may get reused for audio purposes unwillingly, introducing a disparity with other RPi boards using the same sources
Create 'ENABLE_AUDIO' build constant to enable the audio support