Codec Zero sound card
This commit is contained in:
26
.asoundrc
26
.asoundrc
@@ -1,17 +1,13 @@
|
||||
pcm.my_sound_device {
|
||||
type hw
|
||||
card USB
|
||||
# card PCH
|
||||
# card Headphones
|
||||
device 0
|
||||
#pcm.!default {
|
||||
# type hw
|
||||
# card Zero
|
||||
## card USB
|
||||
#}
|
||||
|
||||
pcm.hw0mix {
|
||||
type dmix
|
||||
ipc_key 1939 # must be unique
|
||||
slave { pcm "hw:Zero" }
|
||||
}
|
||||
|
||||
pcm.my_sound_device_with_converter {
|
||||
type plug
|
||||
slave {
|
||||
pcm my_sound_device
|
||||
format S16_LE
|
||||
channels 2
|
||||
rate 48000
|
||||
}
|
||||
}
|
||||
pcm.!default hw0mix
|
||||
|
||||
Reference in New Issue
Block a user