From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S1758737AbYDATU1 (ORCPT ); Tue, 1 Apr 2008 15:20:27 -0400 Received: (majordomo@vger.kernel.org) by vger.kernel.org id S1756131AbYDATUS (ORCPT ); Tue, 1 Apr 2008 15:20:18 -0400 Received: from smtp1.linux-foundation.org ([140.211.169.13]:46760 "EHLO smtp1.linux-foundation.org" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S1751922AbYDATUQ (ORCPT ); Tue, 1 Apr 2008 15:20:16 -0400 Date: Tue, 1 Apr 2008 12:20:00 -0700 From: Andrew Morton To: Pavel Machek Cc: perex@perex.cz, linux-kernel@vger.kernel.org, tiwai@suse.de Subject: Re: usb audio: Fix another Dallas quirk Message-Id: <20080401122000.83ce5a3e.akpm@linux-foundation.org> In-Reply-To: <20080329223241.GA5348@elf.ucw.cz> References: <20080329223241.GA5348@elf.ucw.cz> X-Mailer: Sylpheed version 2.2.4 (GTK+ 2.8.20; i486-pc-linux-gnu) Mime-Version: 1.0 Content-Type: text/plain; charset=US-ASCII Content-Transfer-Encoding: 7bit Sender: linux-kernel-owner@vger.kernel.org List-ID: X-Mailing-List: linux-kernel@vger.kernel.org On Sat, 29 Mar 2008 23:32:41 +0100 Pavel Machek wrote: > > Dallas USB speakers are buggy in more than one way. One of configs > they offer does not work at all. > > Signed-off-by: Pavel Machek > > diff --git a/sound/usb/usbaudio.c b/sound/usb/usbaudio.c > index 257a4e1..b6b2490 100644 > --- a/sound/usb/usbaudio.c > +++ b/sound/usb/usbaudio.c > int format; > struct audioformat *fp; > unsigned char *fmt, *csep; > + int num; This is not a patch - something munched the "@@ -2676,12 +2676,23 @@" line. I typed it in again.