mirror of
https://github.com/alsa-project/alsa-lib.git
synced 2025-12-17 08:56:45 -05:00
- Added the support for AC3 passthrough on Audigy.
- New config for Audigy2 (for incompatibility with Audigy1).
This commit is contained in:
parent
093e07cdf8
commit
c0e493eb5a
3 changed files with 257 additions and 4 deletions
|
|
@ -91,6 +91,8 @@ Audigy.pcm.center_lfe.0 {
|
||||||
}
|
}
|
||||||
|
|
||||||
<confdir:pcm/surround40.conf>
|
<confdir:pcm/surround40.conf>
|
||||||
|
<confdir:pcm/surround41.conf>
|
||||||
|
<confdir:pcm/surround50.conf>
|
||||||
|
|
||||||
Audigy.pcm.surround40.0 {
|
Audigy.pcm.surround40.0 {
|
||||||
@args [ CARD ]
|
@args [ CARD ]
|
||||||
|
|
@ -126,8 +128,6 @@ Audigy.pcm.surround40.0 {
|
||||||
]
|
]
|
||||||
}
|
}
|
||||||
|
|
||||||
<confdir:pcm/surround41.conf>
|
|
||||||
<confdir:pcm/surround50.conf>
|
|
||||||
<confdir:pcm/surround51.conf>
|
<confdir:pcm/surround51.conf>
|
||||||
|
|
||||||
Audigy.pcm.surround51.0 {
|
Audigy.pcm.surround51.0 {
|
||||||
|
|
@ -198,8 +198,9 @@ Audigy.pcm.iec958.0 {
|
||||||
slave.pcm {
|
slave.pcm {
|
||||||
type hw
|
type hw
|
||||||
card $CARD
|
card $CARD
|
||||||
device 3
|
device 0
|
||||||
}
|
}
|
||||||
|
|
||||||
hooks.0 {
|
hooks.0 {
|
||||||
type ctl_elems
|
type ctl_elems
|
||||||
hook_args [
|
hook_args [
|
||||||
|
|
@ -216,7 +217,19 @@ Audigy.pcm.iec958.0 {
|
||||||
value [ 1 1 ]
|
value [ 1 1 ]
|
||||||
}
|
}
|
||||||
{
|
{
|
||||||
name "SB Live Analog/Digital Output Jack"
|
name "EMU10K1 PCM Send Volume"
|
||||||
|
index { @func private_pcm_subdevice }
|
||||||
|
lock true
|
||||||
|
value [ 0 0 0 0 0 0 0 0 255 0 0 0 0 0 0 0 0 255 0 0 0 0 0 0 ]
|
||||||
|
}
|
||||||
|
{
|
||||||
|
name "EMU10K1 PCM Send Routing"
|
||||||
|
index { @func private_pcm_subdevice }
|
||||||
|
lock true
|
||||||
|
value [ 0 1 2 3 0 0 0 0 20 21 0 1 0 0 0 0 20 21 0 1 0 0 0 0 ]
|
||||||
|
}
|
||||||
|
{
|
||||||
|
name "Audigy Analog/Digital Output Jack"
|
||||||
lock true
|
lock true
|
||||||
preserve true
|
preserve true
|
||||||
value 1
|
value 1
|
||||||
|
|
|
||||||
239
src/conf/cards/Audigy2.conf
Normal file
239
src/conf/cards/Audigy2.conf
Normal file
|
|
@ -0,0 +1,239 @@
|
||||||
|
#
|
||||||
|
# Configuration for the Audigy2 chip
|
||||||
|
#
|
||||||
|
|
||||||
|
<confdir:pcm/front.conf>
|
||||||
|
|
||||||
|
Audigy2.pcm.front.0 {
|
||||||
|
@args [ CARD ]
|
||||||
|
@args.CARD {
|
||||||
|
type string
|
||||||
|
}
|
||||||
|
type hw
|
||||||
|
card $CARD
|
||||||
|
device 0
|
||||||
|
}
|
||||||
|
|
||||||
|
<confdir:pcm/rear.conf>
|
||||||
|
|
||||||
|
Audigy2.pcm.rear.0 {
|
||||||
|
@args [ CARD ]
|
||||||
|
@args.CARD {
|
||||||
|
type string
|
||||||
|
}
|
||||||
|
type hooks
|
||||||
|
slave.pcm {
|
||||||
|
type hw
|
||||||
|
card $CARD
|
||||||
|
device 0
|
||||||
|
}
|
||||||
|
hooks.0 {
|
||||||
|
type ctl_elems
|
||||||
|
hook_args [
|
||||||
|
{
|
||||||
|
name "Wave Surround Playback Volume"
|
||||||
|
preserve true
|
||||||
|
lock true
|
||||||
|
value [ 0 0 ]
|
||||||
|
}
|
||||||
|
{
|
||||||
|
name "EMU10K1 PCM Send Volume"
|
||||||
|
index { @func private_pcm_subdevice }
|
||||||
|
lock true
|
||||||
|
value [ 0 0 0 0 0 0 0 0 0 0 255 0 0 0 0 0 0 0 0 255 0 0 0 0 ]
|
||||||
|
}
|
||||||
|
]
|
||||||
|
}
|
||||||
|
}
|
||||||
|
|
||||||
|
<confdir:pcm/center_lfe.conf>
|
||||||
|
|
||||||
|
Audigy2.pcm.center_lfe.0 {
|
||||||
|
@args [ CARD ]
|
||||||
|
@args.CARD {
|
||||||
|
type string
|
||||||
|
}
|
||||||
|
type hooks
|
||||||
|
slave.pcm {
|
||||||
|
type hw
|
||||||
|
card $CARD
|
||||||
|
device 0
|
||||||
|
}
|
||||||
|
hooks.0 {
|
||||||
|
type ctl_elems
|
||||||
|
hook_args [
|
||||||
|
{
|
||||||
|
name "Wave Center Playback Volume"
|
||||||
|
preserve true
|
||||||
|
lock true
|
||||||
|
value 0
|
||||||
|
}
|
||||||
|
{
|
||||||
|
name "Wave LFE Playback Volume"
|
||||||
|
preserve true
|
||||||
|
lock true
|
||||||
|
value 0
|
||||||
|
}
|
||||||
|
{
|
||||||
|
name "EMU10K1 PCM Send Volume"
|
||||||
|
index { @func private_pcm_subdevice }
|
||||||
|
lock true
|
||||||
|
value [ 0 0 0 0 0 0 0 0 255 0 0 0 0 0 0 0 0 255 0 0 0 0 0 0 ]
|
||||||
|
}
|
||||||
|
{
|
||||||
|
name "EMU10K1 PCM Send Routing"
|
||||||
|
index { @func private_pcm_subdevice }
|
||||||
|
lock true
|
||||||
|
value [ 0 1 2 3 0 0 0 0 6 7 0 1 0 0 0 0 6 7 0 1 0 0 0 0 ]
|
||||||
|
}
|
||||||
|
]
|
||||||
|
}
|
||||||
|
}
|
||||||
|
|
||||||
|
<confdir:pcm/surround40.conf>
|
||||||
|
<confdir:pcm/surround41.conf>
|
||||||
|
<confdir:pcm/surround50.conf>
|
||||||
|
|
||||||
|
Audigy2.pcm.surround40.0 {
|
||||||
|
@args [ CARD ]
|
||||||
|
@args.CARD {
|
||||||
|
type string
|
||||||
|
}
|
||||||
|
type multi
|
||||||
|
slaves [
|
||||||
|
{
|
||||||
|
pcm {
|
||||||
|
@func concat
|
||||||
|
strings [
|
||||||
|
"cards.Audigy2.pcm.front.0:CARD=" $CARD
|
||||||
|
]
|
||||||
|
}
|
||||||
|
channels 2
|
||||||
|
}
|
||||||
|
{
|
||||||
|
pcm {
|
||||||
|
@func concat
|
||||||
|
strings [
|
||||||
|
"cards.Audigy2.pcm.rear.0:CARD=" $CARD
|
||||||
|
]
|
||||||
|
}
|
||||||
|
channels 2
|
||||||
|
}
|
||||||
|
]
|
||||||
|
bindings [
|
||||||
|
{ slave 0 channel 0 }
|
||||||
|
{ slave 0 channel 1 }
|
||||||
|
{ slave 1 channel 0 }
|
||||||
|
{ slave 1 channel 1 }
|
||||||
|
]
|
||||||
|
}
|
||||||
|
|
||||||
|
<confdir:pcm/surround51.conf>
|
||||||
|
|
||||||
|
Audigy2.pcm.surround51.0 {
|
||||||
|
@args [ CARD ]
|
||||||
|
@args.CARD {
|
||||||
|
type string
|
||||||
|
}
|
||||||
|
type multi
|
||||||
|
slaves [
|
||||||
|
{
|
||||||
|
pcm {
|
||||||
|
@func concat
|
||||||
|
strings [
|
||||||
|
"cards.Audigy2.pcm.front.0:CARD=" $CARD
|
||||||
|
]
|
||||||
|
}
|
||||||
|
channels 2
|
||||||
|
}
|
||||||
|
{
|
||||||
|
pcm {
|
||||||
|
@func concat
|
||||||
|
strings [
|
||||||
|
"cards.Audigy2.pcm.rear.0:CARD=" $CARD
|
||||||
|
]
|
||||||
|
}
|
||||||
|
channels 2
|
||||||
|
}
|
||||||
|
{
|
||||||
|
pcm {
|
||||||
|
@func concat
|
||||||
|
strings [
|
||||||
|
"cards.Audigy2.pcm.center_lfe.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>
|
||||||
|
|
||||||
|
Audigy2.pcm.iec958.0 {
|
||||||
|
@args [ CARD AES0 AES1 AES2 AES3 ]
|
||||||
|
@args.CARD {
|
||||||
|
type string
|
||||||
|
}
|
||||||
|
@args.AES0 {
|
||||||
|
type integer
|
||||||
|
}
|
||||||
|
@args.AES1 {
|
||||||
|
type integer
|
||||||
|
}
|
||||||
|
@args.AES2 {
|
||||||
|
type integer
|
||||||
|
}
|
||||||
|
@args.AES3 {
|
||||||
|
type integer
|
||||||
|
}
|
||||||
|
type hooks
|
||||||
|
slave.pcm {
|
||||||
|
type hw
|
||||||
|
card $CARD
|
||||||
|
device 0
|
||||||
|
}
|
||||||
|
|
||||||
|
hooks.0 {
|
||||||
|
type ctl_elems
|
||||||
|
hook_args [
|
||||||
|
{
|
||||||
|
name "IEC958 Playback Default"
|
||||||
|
lock true
|
||||||
|
preserve true
|
||||||
|
value [ $AES0 $AES1 $AES2 $AES3 ]
|
||||||
|
}
|
||||||
|
{
|
||||||
|
name "IEC958 Optical Raw Playback Switch"
|
||||||
|
lock true
|
||||||
|
preserve true
|
||||||
|
value [ 1 1 ]
|
||||||
|
}
|
||||||
|
{
|
||||||
|
name "EMU10K1 PCM Send Volume"
|
||||||
|
index { @func private_pcm_subdevice }
|
||||||
|
lock true
|
||||||
|
value [ 0 0 0 0 0 0 0 0 0 255 0 0 0 0 0 0 255 0 0 0 0 0 0 0 ]
|
||||||
|
}
|
||||||
|
{
|
||||||
|
name "EMU10K1 PCM Send Routing"
|
||||||
|
index { @func private_pcm_subdevice }
|
||||||
|
lock true
|
||||||
|
value [ 0 1 2 3 0 0 0 0 20 21 0 1 0 0 0 0 20 21 0 1 0 0 0 0 ]
|
||||||
|
}
|
||||||
|
{
|
||||||
|
name "Audigy Analog/Digital Output Jack"
|
||||||
|
lock true
|
||||||
|
preserve true
|
||||||
|
value 1
|
||||||
|
}
|
||||||
|
]
|
||||||
|
}
|
||||||
|
}
|
||||||
|
|
@ -1,6 +1,7 @@
|
||||||
alsadir = $(datadir)/alsa/cards
|
alsadir = $(datadir)/alsa/cards
|
||||||
cfg_files = aliases.conf \
|
cfg_files = aliases.conf \
|
||||||
Audigy.conf \
|
Audigy.conf \
|
||||||
|
Audigy2.conf \
|
||||||
CMI8338.conf \
|
CMI8338.conf \
|
||||||
CMI8738-MC6.conf \
|
CMI8738-MC6.conf \
|
||||||
CS46xx.conf \
|
CS46xx.conf \
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue