Apply asound config to RG351x
This commit is contained in:
parent
021db178ef
commit
b0b6d90380
3 changed files with 22 additions and 0 deletions
1
packages/jelos/sources/asound/RG351MP
Symbolic link
1
packages/jelos/sources/asound/RG351MP
Symbolic link
|
@ -0,0 +1 @@
|
|||
RG351P
|
20
packages/jelos/sources/asound/RG351P/asound.conf
Normal file
20
packages/jelos/sources/asound/RG351P/asound.conf
Normal file
|
@ -0,0 +1,20 @@
|
|||
pcm.!default {
|
||||
type plug
|
||||
slave.pcm "dmixer"
|
||||
}
|
||||
|
||||
pcm.dmixer {
|
||||
type dmix
|
||||
ipc_key 1024
|
||||
slave {
|
||||
pcm "hw:0,0"
|
||||
period_time 0
|
||||
period_size 1024
|
||||
buffer_size 4096
|
||||
rate 44100
|
||||
}
|
||||
bindings {
|
||||
0 0
|
||||
1 1
|
||||
}
|
||||
}
|
1
packages/jelos/sources/asound/RG351V
Symbolic link
1
packages/jelos/sources/asound/RG351V
Symbolic link
|
@ -0,0 +1 @@
|
|||
RG351P
|
Loading…
Reference in a new issue