mirror of
https://github.com/alsa-project/alsa-lib.git
synced 2025-11-01 22:58:49 -04:00
- fixed the wrong driver name (just copied from RME9636).
- fixed the control type of "IEC958 Playback PCM Stream".
This commit is contained in:
parent
a3149ac3f5
commit
4f8254f654
1 changed files with 4 additions and 3 deletions
|
|
@ -1,10 +1,10 @@
|
|||
#
|
||||
# Configuration for the RME9636
|
||||
# Configuration for the RME9652
|
||||
#
|
||||
|
||||
<confdir:pcm/front.conf>
|
||||
|
||||
RME9636.pcm.front.0 {
|
||||
RME9652.pcm.front.0 {
|
||||
@args [ CARD ]
|
||||
@args.CARD {
|
||||
type string
|
||||
|
|
@ -18,7 +18,7 @@ RME9636.pcm.front.0 {
|
|||
|
||||
<confdir:pcm/iec958.conf>
|
||||
|
||||
RME9636.pcm.iec958.0 {
|
||||
RME9652.pcm.iec958.0 {
|
||||
@args [ CARD AES0 AES1 AES2 AES3 ]
|
||||
@args.CARD {
|
||||
type string
|
||||
|
|
@ -53,6 +53,7 @@ RME9636.pcm.iec958.0 {
|
|||
type ctl_elems
|
||||
hook_args [
|
||||
{
|
||||
interface PCM
|
||||
name "IEC958 Playback PCM Stream"
|
||||
lock true
|
||||
value [ $AES0 $AES1 $AES2 $AES3 ]
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue