[CM] alsa problem .. SOLVED

errordeveloper@gmail.com errordeveloper at gmail.com
Thu, 11 Oct 2007 01:34:09 +0000


Hello.

So finally i have discovered that was a bug that i picked up don't know
how ..
basicly it heppend that whatever i set in the shell environment,
(mus-alsa-playback-device) gave "hw:0",
and it couldn't be 'set!,  so i just studied lisp tiny bit more ..so

(undefine mus-alsa-playback-device)
(define (mus-alsa-playback-device) (mus-alsa-device))

. . that just fixed it .. i was very confused cause all other
(mus-alsa-*device) procedures gave me right output ..

strange that is..
but now all fixed.