changed the PCM routing for the recent redesign of the driver.

This commit is contained in:
Takashi Iwai 2003-10-13 16:34:55 +00:00
parent ab61b62cb4
commit 85216d820e
2 changed files with 52 additions and 44 deletions

View file

@ -9,9 +9,31 @@ Audigy.pcm.front.0 {
@args.CARD { @args.CARD {
type string type string
} }
type hooks
slave.pcm {
type hw type hw
card $CARD card $CARD
device 0 device 0
}
hooks.0 {
type ctl_elems
hook_args [
{
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 8 9 0 1 0 0 0 0 8 9 0 1 0 0 0 0 ]
}
]
}
} }
<confdir:pcm/rear.conf> <confdir:pcm/rear.conf>
@ -30,12 +52,6 @@ Audigy.pcm.rear.0 {
hooks.0 { hooks.0 {
type ctl_elems type ctl_elems
hook_args [ hook_args [
{
name "Wave Surround Playback Volume"
preserve true
lock true
value [ 0 0 ]
}
{ {
name "EMU10K1 PCM Send Volume" name "EMU10K1 PCM Send Volume"
index { @func private_pcm_subdevice } index { @func private_pcm_subdevice }
@ -62,18 +78,6 @@ Audigy.pcm.center_lfe.0 {
hooks.0 { hooks.0 {
type ctl_elems type ctl_elems
hook_args [ 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" name "EMU10K1 PCM Send Volume"
index { @func private_pcm_subdevice } index { @func private_pcm_subdevice }

View file

@ -9,9 +9,31 @@ Audigy2.pcm.front.0 {
@args.CARD { @args.CARD {
type string type string
} }
type hooks
slave.pcm {
type hw type hw
card $CARD card $CARD
device 0 device 0
}
hooks.0 {
type ctl_elems
hook_args [
{
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 8 9 0 1 0 0 0 0 8 9 0 1 0 0 0 0 ]
}
]
}
} }
<confdir:pcm/rear.conf> <confdir:pcm/rear.conf>
@ -30,12 +52,6 @@ Audigy2.pcm.rear.0 {
hooks.0 { hooks.0 {
type ctl_elems type ctl_elems
hook_args [ hook_args [
{
name "Wave Surround Playback Volume"
preserve true
lock true
value [ 0 0 ]
}
{ {
name "EMU10K1 PCM Send Volume" name "EMU10K1 PCM Send Volume"
index { @func private_pcm_subdevice } index { @func private_pcm_subdevice }
@ -62,18 +78,6 @@ Audigy2.pcm.center_lfe.0 {
hooks.0 { hooks.0 {
type ctl_elems type ctl_elems
hook_args [ 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" name "EMU10K1 PCM Send Volume"
index { @func private_pcm_subdevice } index { @func private_pcm_subdevice }