Enable audio on Rpi in config (#3479)

* Enable audio on Rpi in config
* Add asound.state
This commit is contained in:
Igor Pečovnik
2022-02-12 19:36:06 +01:00
committed by GitHub
parent ff4346c468
commit 84944eaaf4
2 changed files with 13 additions and 1 deletions

View File

@@ -0,0 +1,9 @@
pcm.!default {
type hw
card 0
}
ctl.!default {
type hw
card 0
}