Update asound.conf changed to card 2

fc-mic
Alan Johnston 7 months ago committed by GitHub
parent df451a81cb
commit f9c2ced703
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

@ -6,7 +6,7 @@ pcm.!default {
ctl.!default { ctl.!default {
type hw type hw
card 1 card 2
} }
# Playback with software volume and mixing # Playback with software volume and mixing
@ -15,7 +15,7 @@ pcm.softvol {
slave.pcm "shared_speaker" slave.pcm "shared_speaker"
control { control {
name "Master" name "Master"
card 1 card 2
} }
} }
@ -23,7 +23,7 @@ pcm.shared_speaker {
type dmix type dmix
ipc_key 1024 ipc_key 1024
slave { slave {
pcm "hw:1,0" pcm "hw:2,0"
rate 48000 rate 48000
period_time 0 period_time 0
period_size 1024 period_size 1024
@ -36,7 +36,7 @@ pcm.shared_mic {
type dsnoop type dsnoop
ipc_key 2048 ipc_key 2048
slave { slave {
pcm "hw:1,0" pcm "hw:2,0"
# channels 1 # channels 1
rate 48000 rate 48000
period_time 0 period_time 0

Loading…
Cancel
Save

Powered by TurnKey Linux.