Re: [Alsa-user] Re: Problem with EMU10k1 driver

2004-01-14 Thread [EMAIL PROTECTED]
> just to be sure. raise "Wave Surround" and play a normal > 2ch file, and check whether any sounds come from rear > speakers. "Wave Surround" routes the front signal to the > rear speakers. Rears do not fire, no cross-talk on other channels DG

Re: [Alsa-user] Re: Problem with EMU10k1 driver

2004-01-14 Thread Takashi Iwai
At Wed, 14 Jan 2004 13:51:08 GMT, [EMAIL PROTECTED] wrote: > > > >now, try speaker_test with 2 channels. > >check whether left and right signals come correctly. > > Front two work fine. > > > > > 5. raise "Surround". you can only left or right of this > > channel via > >'Q'/'Y' or

Re: [Alsa-user] Re: Problem with EMU10k1 driver

2004-01-14 Thread [EMAIL PROTECTED]
>now, try speaker_test with 2 channels. >check whether left and right signals come correctly. Front two work fine. > > 5. raise "Surround". you can only left or right of this > channel via >'Q'/'Y' or 'E'/'C' keys, respectively. > >try speaker_test with 4 channels. Front two

Re: [Alsa-user] Re: Problem with EMU10k1 driver

2004-01-13 Thread Takashi Iwai
At Tue, 13 Jan 2004 11:47:27 GMT, [EMAIL PROTECTED] wrote: > > > on my current tree, there is a clean-up patch for this > > problem. try the attached patch. > > > > Takashi > > Progress! > > - driver now loads fine > - xmms (using OSS playback) functions as expected, ref: > volume and balance

Re: [Alsa-user] Re: Problem with EMU10k1 driver

2004-01-13 Thread [EMAIL PROTECTED]
> on my current tree, there is a clean-up patch for this > problem. try the attached patch. > > Takashi Progress! - driver now loads fine - xmms (using OSS playback) functions as expected, ref: volume and balance sliders But as far as 5.1 is concerned: ./speaker-test -Dsurround51 -c 6 does th

Re: [Alsa-user] Re: Problem with EMU10k1 driver

2004-01-12 Thread Takashi Iwai
At Mon, 12 Jan 2004 18:03:38 +0100, p z wrote: > > Hi, > > Looks like creative uses AC97 codec with center volume control. yep. on my current tree, there is a clean-up patch for this problem. try the attached patch. Takashi Index: alsa-kernel/pci/emu10k1/emufx.c =

RE: [Alsa-user] Re: Problem with EMU10k1 driver

2004-01-12 Thread p z oooo
Hi, Looks like creative uses AC97 codec with center volume control. Try this: Do not uncomment if ((err = snd_emu10k1_mixer(emu)) < 0) { snd_card_free(card); return err; } instead try find in file alsa-driver/alsa-kernel/pci/emu10k1/emufx.c in function _s