guh..,ugh

This commit is contained in:
legop3
2025-11-27 19:21:25 -05:00
parent 6eac64beab
commit 63f788c16e
4 changed files with 12 additions and 10 deletions
+3 -3
View File
@@ -4,11 +4,11 @@ options snd_rpi_googlevoicehat_soundcard index=0
# Simple defaults: direct playback/capture on the voice HAT
pcm.!default {
type asym
playback.pcm "plughw:sndrpigooglevoi,0"
capture.pcm "plughw:sndrpigooglevoi,0"
playback.pcm "plughw:0,0"
capture.pcm "plughw:0,0"
}
ctl.!default {
type hw
card sndrpigooglevoi
card 0
}