/usr/share/doc/linpsk/asoundrc is in linpsk 1.2.5~rc1-1+b1.
This file is owned by root:root, with mode 0o644.
The actual contents of the file can be viewed below.
1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 | pcm.LinPSK_card {
type hw
# Replace the following line by the name of your card
card M5455
}
ctl.LinPSK_card {
type hw
# Replace the following line by the name of your card
card M5455
}
pcm.LinPSK_Play {
type plug
slave {
pcm "LinPSK_card"
}
}
pcm.LinPSK_Record {
type plug
slave {
pcm "LinPSK_card"
}
}
|