Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

With RPI3, disable sound card with config.txt #177

Open
kripskroll opened this issue May 10, 2017 · 1 comment
Open

With RPI3, disable sound card with config.txt #177

kripskroll opened this issue May 10, 2017 · 1 comment
Labels
notice Issues that are solved/do not require input, but preserved and marked of interest to users.

Comments

@kripskroll
Copy link

Hi,
Not an issue.
It is possible to completely disable the sound card by using the config.txt file in /boot
Just comment the line
#dtparam=audio=on

And that's it.

Hope that helps

@penfold42
Copy link
Contributor

Not on all distributions...

osmc in my case needed in /boot/config.txt :

hdmi_force_hotplug=1
hdmi_force_edid_audio=1

I dont know if its a firmware thing or a kernal thing but neither dtparam=audio changes nor blacklisting the module was sufficient.

@Gadgetoid Gadgetoid added the notice Issues that are solved/do not require input, but preserved and marked of interest to users. label Mar 6, 2018
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
notice Issues that are solved/do not require input, but preserved and marked of interest to users.
Projects
None yet
Development

No branches or pull requests

3 participants