From mboxrd@z Thu Jan 1 00:00:00 1970 From: Takashi Iwai Subject: Re: Backported sbxfi driver (UNTESTED!) Date: Thu, 16 Oct 2008 15:48:23 +0200 Message-ID: References: <48F739F4.5070303@nostalgicnetworxx.org> <48F74344.4090509@gmail.com> Mime-Version: 1.0 (generated by SEMI 1.14.6 - "Maruoka") Content-Type: text/plain; charset="us-ascii" Content-Transfer-Encoding: 7bit Return-path: Received: from mx2.suse.de (mx2.suse.de [195.135.220.15]) by alsa0.perex.cz (Postfix) with ESMTP id 9B92624354 for ; Thu, 16 Oct 2008 15:49:00 +0200 (CEST) In-Reply-To: <48F74344.4090509@gmail.com> List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Sender: alsa-devel-bounces@alsa-project.org Errors-To: alsa-devel-bounces@alsa-project.org To: The Source Cc: alsa-devel@alsa-project.org, Xarteras List-Id: alsa-devel@alsa-project.org At Thu, 16 Oct 2008 17:36:04 +0400, The Source wrote: > > >> And, which X-Fi model do you have? > >> Please show the lspci -nv output, too. > >> > >> > > > > I've got the X-Fi Elite Pro. > > That's The one with the external In/Out box. > > > > Speaking of which, the headphone jack on it does not output a signal > > yet, the signal only goes to line out. > > > > There's some relais on the card that seem to switch these, they click > > multiple times with the windows driver and not all all with yours, I > > think that's the reason :) > > > Original OSS driver doesn't output to external block also, so it > wouldn't be easy to make this support I think. The values for port->conv[0] and [1] values in sbxfi_playback_open() might play some role. It's I2SA_L and I2SA_R, alias DAI_CH_I2SAL and DAI_CH_I2SAR, as default. You can try other values, such as, DAI_CH_I2SBL, DAI_CH_I2SA1L, and so on. Takashi