mirror of
https://github.com/alsa-project/alsa-lib.git
synced 2025-11-02 09:01:48 -05: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>
|
<confdir:pcm/front.conf>
|
||||||
|
|
||||||
RME9636.pcm.front.0 {
|
RME9652.pcm.front.0 {
|
||||||
@args [ CARD ]
|
@args [ CARD ]
|
||||||
@args.CARD {
|
@args.CARD {
|
||||||
type string
|
type string
|
||||||
|
|
@ -18,7 +18,7 @@ RME9636.pcm.front.0 {
|
||||||
|
|
||||||
<confdir:pcm/iec958.conf>
|
<confdir:pcm/iec958.conf>
|
||||||
|
|
||||||
RME9636.pcm.iec958.0 {
|
RME9652.pcm.iec958.0 {
|
||||||
@args [ CARD AES0 AES1 AES2 AES3 ]
|
@args [ CARD AES0 AES1 AES2 AES3 ]
|
||||||
@args.CARD {
|
@args.CARD {
|
||||||
type string
|
type string
|
||||||
|
|
@ -53,6 +53,7 @@ RME9636.pcm.iec958.0 {
|
||||||
type ctl_elems
|
type ctl_elems
|
||||||
hook_args [
|
hook_args [
|
||||||
{
|
{
|
||||||
|
interface PCM
|
||||||
name "IEC958 Playback PCM Stream"
|
name "IEC958 Playback PCM Stream"
|
||||||
lock true
|
lock true
|
||||||
value [ $AES0 $AES1 $AES2 $AES3 ]
|
value [ $AES0 $AES1 $AES2 $AES3 ]
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue