mirror of
https://github.com/alsa-project/alsa-lib.git
synced 2025-11-21 07:00:05 -05:00
Added surround41 and surround50 definitions
This commit is contained in:
parent
63c19961b9
commit
e09736109e
16 changed files with 205 additions and 2 deletions
|
|
@ -126,6 +126,8 @@ Audigy.pcm.surround40.0 {
|
|||
]
|
||||
}
|
||||
|
||||
<confdir:pcm/surround41.conf>
|
||||
<confdir:pcm/surround50.conf>
|
||||
<confdir:pcm/surround51.conf>
|
||||
|
||||
Audigy.pcm.surround51.0 {
|
||||
|
|
|
|||
|
|
@ -55,6 +55,8 @@ CMI8738-MC6.pcm.surround40.0 {
|
|||
}
|
||||
|
||||
|
||||
<confdir:pcm/surround41.conf>
|
||||
<confdir:pcm/surround50.conf>
|
||||
<confdir:pcm/surround51.conf>
|
||||
|
||||
CMI8738-MC6.pcm.surround51.0 "cards.CMI8738-MC6.pcm.front.0"
|
||||
|
|
|
|||
|
|
@ -74,6 +74,8 @@ CS46xx.pcm.surround40.0 {
|
|||
]
|
||||
}
|
||||
|
||||
<confdir:pcm/surround41.conf>
|
||||
<confdir:pcm/surround50.conf>
|
||||
<confdir:pcm/surround51.conf>
|
||||
|
||||
CS46xx.pcm.surround51.0 {
|
||||
|
|
|
|||
|
|
@ -146,6 +146,8 @@ EMU10K1.pcm.surround40.0 {
|
|||
]
|
||||
}
|
||||
|
||||
<confdir:pcm/surround41.conf>
|
||||
<confdir:pcm/surround50.conf>
|
||||
<confdir:pcm/surround51.conf>
|
||||
|
||||
EMU10K1.pcm.surround51.0 {
|
||||
|
|
|
|||
|
|
@ -18,6 +18,8 @@ FM801.pcm.front.0 {
|
|||
|
||||
FM801.pcm.surround40.0 "cards.FM801.pcm.front.0"
|
||||
|
||||
<confdir:pcm/surround41.conf>
|
||||
<confdir:pcm/surround50.conf>
|
||||
<confdir:pcm/surround51.conf>
|
||||
|
||||
FM801.pcm.surround51.0 "cards.FM801.pcm.front.0"
|
||||
|
|
|
|||
|
|
@ -36,6 +36,8 @@ ICE1712.pcm.surround40.0 {
|
|||
}
|
||||
}
|
||||
|
||||
<confdir:pcm/surround41.conf>
|
||||
<confdir:pcm/surround50.conf>
|
||||
<confdir:pcm/surround51.conf>
|
||||
|
||||
ICE1712.pcm.surround51.0 {
|
||||
|
|
|
|||
|
|
@ -36,6 +36,8 @@ ICE1724.pcm.surround40.0 {
|
|||
}
|
||||
}
|
||||
|
||||
<confdir:pcm/surround41.conf>
|
||||
<confdir:pcm/surround50.conf>
|
||||
<confdir:pcm/surround51.conf>
|
||||
|
||||
ICE1724.pcm.surround51.0 {
|
||||
|
|
|
|||
|
|
@ -18,6 +18,8 @@ ICH.pcm.front.0 {
|
|||
|
||||
ICH.pcm.surround40.0 "cards.ICH.pcm.front.0"
|
||||
|
||||
<confdir:pcm/surround41.conf>
|
||||
<confdir:pcm/surround50.conf>
|
||||
<confdir:pcm/surround51.conf>
|
||||
|
||||
ICH.pcm.surround51.0 {
|
||||
|
|
|
|||
|
|
@ -18,6 +18,8 @@ NFORCE.pcm.front.0 {
|
|||
|
||||
NFORCE.pcm.surround40.0 "cards.NFORCE.pcm.front.0"
|
||||
|
||||
<confdir:pcm/surround41.conf>
|
||||
<confdir:pcm/surround50.conf>
|
||||
<confdir:pcm/surround51.conf>
|
||||
|
||||
NFORCE.pcm.surround51.0 {
|
||||
|
|
|
|||
|
|
@ -78,6 +78,55 @@ SI7018.pcm.surround40.0 {
|
|||
]
|
||||
}
|
||||
|
||||
<confdir:pcm/surround41.conf>
|
||||
<confdir:pcm/surround50.conf>
|
||||
<confdir:pcm/surround51.conf>
|
||||
|
||||
SI7018.pcm.surround51.0 {
|
||||
@args [ CARD ]
|
||||
@args.CARD {
|
||||
type string
|
||||
}
|
||||
type multi
|
||||
slaves [
|
||||
{
|
||||
pcm {
|
||||
@func concat
|
||||
strings [
|
||||
"cards.SI7018.pcm.front.0:CARD=" $CARD
|
||||
]
|
||||
}
|
||||
channels 2
|
||||
}
|
||||
{
|
||||
pcm {
|
||||
@func concat
|
||||
strings [
|
||||
"cards.SI7018.pcm.rear.0:CARD=" $CARD
|
||||
]
|
||||
}
|
||||
channels 2
|
||||
}
|
||||
{
|
||||
pcm {
|
||||
@func concat
|
||||
strings [
|
||||
"cards.SI7018.pcm.front.0:CARD=" $CARD
|
||||
]
|
||||
}
|
||||
channels 2
|
||||
}
|
||||
]
|
||||
bindings [
|
||||
{ slave 0 channel 0 }
|
||||
{ slave 0 channel 1 }
|
||||
{ slave 1 channel 0 }
|
||||
{ slave 1 channel 1 }
|
||||
{ slave 2 channel 0 }
|
||||
{ slave 2 channel 1 }
|
||||
]
|
||||
}
|
||||
|
||||
<confdir:pcm/iec958.conf>
|
||||
|
||||
SI7018.pcm.iec958.0 {
|
||||
|
|
|
|||
|
|
@ -26,6 +26,8 @@ VIA8233.pcm.surround40.0 {
|
|||
device 1
|
||||
}
|
||||
|
||||
<confdir:pcm/surround41.conf>
|
||||
<confdir:pcm/surround50.conf>
|
||||
<confdir:pcm/surround51.conf>
|
||||
|
||||
VIA8233.pcm.surround51.0 "cards.VIA8233.pcm.surround40.0"
|
||||
|
|
|
|||
|
|
@ -42,6 +42,8 @@ VIA8233A.pcm.surround40.0 {
|
|||
}
|
||||
}
|
||||
|
||||
<confdir:pcm/surround41.conf>
|
||||
<confdir:pcm/surround50.conf>
|
||||
<confdir:pcm/surround51.conf>
|
||||
|
||||
VIA8233A.pcm.surround51.0 {
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue