From mboxrd@z Thu Jan 1 00:00:00 1970 From: Takashi Iwai Subject: Re: Backported sbxfi driver (UNTESTED!) Date: Tue, 14 Oct 2008 12:52:59 +0200 Message-ID: References: <20081012165353.a084d158.baz@irc.msk.ru> <20081013165805.735bf06e.baz@irc.msk.ru> <48F35C4C.40307@gmail.com> <20081013232147.026f38c9.baz@irc.msk.ru> <48F463AC.1000307@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 BD5C7244AE for ; Tue, 14 Oct 2008 12:53:30 +0200 (CEST) In-Reply-To: <48F463AC.1000307@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 List-Id: alsa-devel@alsa-project.org At Tue, 14 Oct 2008 13:17:32 +0400, The Source wrote: > > Ok, got the dmesg output with debug=3. Hope that helps. Thanks. Is it the output with the system timer (XXX_SYSTEM_TIMER)? I updated the GIT and snapshot tarball again. It's just some more additions of debug log points and typo corrections. Anyway, try to update. Regarding your silent output: it seems your device is detected as SB055x, and it goes to a special DAC initialization unlike others. Maybe that's the cause. Does the patch below have any change? thanks, Takashi diff --git a/sound/pci/sbxfi/sbxfi.c b/sound/pci/sbxfi/sbxfi.c index 6ae83aa..100b265 100644 --- a/sound/pci/sbxfi/sbxfi.c +++ b/sound/pci/sbxfi/sbxfi.c @@ -671,6 +671,7 @@ static void sbxfi_init_dac(struct sbxfi *chip) int i; LOG(1, "INIT DAC\n"); +#if 0 if (chip->type == SBXFI_HW_055x) { /* XXX what this? */ gpio = sbxfi_read(chip, GPIO); @@ -679,6 +680,7 @@ static void sbxfi_init_dac(struct sbxfi *chip) sbxfi_write(chip, GPIO, gpio); return; } +#endif /* Mute outputs: GPIO6 low */ gpio = sbxfi_read(chip, GPIO);