it is not working for me
though I don't have any ~/.asoundrc
can you send me yours? maybe it's one of my problems


Code: Select all
(define devices '(alsa))
(define speaker-num 2)
(define alsa-out-device "hw:0,0")
(define alsa-in-device "hw:0,0")
Code: Select all
code:pcm.dmix51 {
type dmix
ipc_key 1024
slave {
pcm "hw:0,0"
rate 44100
channels 6
period_time 0
period_size 1024
buffer_time 0
buffer_size 4096
}
}
pcm.mixed51 {
type plug
slave {
pcm "dmix51"
channels 6
rate 44100
}
ttable.0.0 1
ttable.1.1 1
ttable.0.2 1
ttable.1.3 1
ttable.0.4 0.5
ttable.1.4 0.5
ttable.0.5 0.5
ttable.1.5 0.5
}
pcm.dsp0 {
type plug
slave {
pcm "dmix51"
channels 6
rate 44100
}
ttable.0.0 1
ttable.1.1 1
ttable.0.2 1
ttable.1.3 1
ttable.0.4 0.5
ttable.1.4 0.5
ttable.0.5 0.5
ttable.1.5 0.5
}
ctl.mixer0 {
type hw
card 0
device 0
}
Code: Select all
Linux nazgul 2.6.11.7-cko4 #1 Sun Apr 17 19:16:07 CEST 2005 i686 AMD Athlon(tm) AuthenticAMD GNU/Linux

