emu10k1.conf - Fix no sound problem when using SB Live! Platinum

Add asym to front, rear and center_lfe to prevent route change after
removed the lock.

After removed the lock, when application using "hw", "front", "rear",
"surround40" and "surround51",  the route of the front channel is
changed (lost right channel or both channels) when other application
using "front", "rear" or "center_lfe" to record

Signed-off-by: Raymond Yau <superquad.vortex2@gmail.com>
Signed-off-by: Takashi Iwai <tiwai@suse.de>
This commit is contained in:
Raymond Yau 2011-05-13 10:40:28 +08:00 committed by Takashi Iwai
parent 922ff0da83
commit ea020c3b2e

View file

@ -9,6 +9,8 @@ EMU10K1.pcm.front.0 {
@args.CARD { @args.CARD {
type string type string
} }
type asym
playback.pcm {
type hooks type hooks
slave.pcm { slave.pcm {
type hw type hw
@ -52,6 +54,11 @@ EMU10K1.pcm.front.0 {
] ]
} }
} }
capture.pcm {
type hw
card $CARD
}
}
<confdir:pcm/rear.conf> <confdir:pcm/rear.conf>
@ -60,6 +67,8 @@ EMU10K1.pcm.rear.0 {
@args.CARD { @args.CARD {
type string type string
} }
type asym
playback.pcm {
type hooks type hooks
slave.pcm { slave.pcm {
type hw type hw
@ -87,6 +96,7 @@ EMU10K1.pcm.rear.0 {
] ]
} }
} }
}
<confdir:pcm/center_lfe.conf> <confdir:pcm/center_lfe.conf>
@ -95,6 +105,8 @@ EMU10K1.pcm.center_lfe.0 {
@args.CARD { @args.CARD {
type string type string
} }
type asym
playback.pcm {
type hooks type hooks
slave.pcm { slave.pcm {
type hw type hw
@ -164,6 +176,7 @@ EMU10K1.pcm.center_lfe.0 {
] ]
} }
} }
}
<confdir:pcm/surround40.conf> <confdir:pcm/surround40.conf>