Return-Path: Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S1753573AbYCRNzx (ORCPT ); Tue, 18 Mar 2008 09:55:53 -0400 Received: (majordomo@vger.kernel.org) by vger.kernel.org id S1752900AbYCRNzn (ORCPT ); Tue, 18 Mar 2008 09:55:43 -0400 Received: from v320-147-lb.its.uwo.ca ([129.100.74.147]:57373 "EHLO uwo.ca" rhost-flags-OK-OK-OK-FAIL) by vger.kernel.org with ESMTP id S1752862AbYCRNzm (ORCPT ); Tue, 18 Mar 2008 09:55:42 -0400 MIME-version: 1.0 Content-type: multipart/mixed; boundary="Boundary_(ID_98liMu7+TuUKDPKBB+/fRw)" Message-id: <47DFC9E6.5050304@uwo.ca> Date: Tue, 18 Mar 2008 09:55:50 -0400 From: Tyson Whitehead User-Agent: Mozilla-Thunderbird 2.0.0.9 (X11/20080109) To: Rene Herman Cc: Bob Tracy , Michael Cree , Takashi Iwai , ALSA devel , linux-kernel@vger.kernel.org, Ivan Kokshaysky , linux-alpha@vger.kernel.org, Krzysztof Helt Subject: Re: [alsa-devel] [regression] 2.6.25-rc4 snd-es18xx broken on Alpha References: <20080314131344.62A59DBA2@gherkin.frus.com> <200803142118.31974.twhitehe@uwo.ca> <47DEEB07.7010504@keyaccess.nl> In-reply-to: <47DEEB07.7010504@keyaccess.nl> Sender: linux-kernel-owner@vger.kernel.org List-ID: X-Mailing-List: linux-kernel@vger.kernel.org Content-Length: 1304 Lines: 47 This is a multi-part message in MIME format. --Boundary_(ID_98liMu7+TuUKDPKBB+/fRw) Content-type: text/plain; charset=ISO-8859-15; format=flowed Content-transfer-encoding: 7BIT Rene Herman wrote: > On 15-03-08 02:18, Tyson Whitehead wrote: > > Could you attach that patch? Links I'm finding are to > > http://whitehead.apmaths.uwo.ca/~tyson/ > > which seems to be dead. Sorry about that. I finally graduated. : ) Cheers! -Tyson --Boundary_(ID_98liMu7+TuUKDPKBB+/fRw) Content-type: text/x-diff; name=alpha-alsa.patch Content-transfer-encoding: 7BIT Content-disposition: inline; filename=alpha-alsa.patch --- sound/isa/es18xx.c~ 2003-04-23 06:01:33.000000000 -0400 +++ sound/isa/es18xx.c 2003-06-24 15:14:25.000000000 -0400 @@ -736,10 +736,10 @@ /* Read Interrupt status */ status = inb(chip->ctrl_port + 6); +#if 0 } else { /* Read Interrupt status */ status = snd_es18xx_mixer_read(chip, 0x7f) >> 4; - } -#if 0 - else { +#else + } else { status = 0; if (inb(chip->port + 0x0C) & 0x01) --Boundary_(ID_98liMu7+TuUKDPKBB+/fRw)-- -- To unsubscribe from this list: send the line "unsubscribe linux-kernel" in the body of a message to majordomo@vger.kernel.org More majordomo info at http://vger.kernel.org/majordomo-info.html Please read the FAQ at http://www.tux.org/lkml/