From mboxrd@z Thu Jan 1 00:00:00 1970 From: Takashi Iwai Subject: Re: [PATCH] Add missing break to sound_core.c Date: Fri, 19 Apr 2002 11:06:43 +0200 Sender: alsa-devel-admin@lists.sourceforge.net Message-ID: References: Mime-Version: 1.0 (generated by SEMI 1.14.3 - "Ushinoya") Content-Type: text/plain; charset=US-ASCII Return-path: Received: from Cantor.suse.de (ns.suse.de [213.95.15.193]) by alsa.alsa-project.org (8.9.3/8.9.3/SuSE Linux 8.9.3-0.1) with ESMTP id LAA01289 for ; Fri, 19 Apr 2002 11:06:53 +0200 In-Reply-To: Errors-To: alsa-devel-admin@lists.sourceforge.net List-Help: List-Post: List-Subscribe: , List-Unsubscribe: , List-Archive: To: Duncan Sands Cc: alsa-devel@alsa-project.org List-Id: alsa-devel@alsa-project.org Hi, At Fri, 19 Apr 2002 09:19:44 +0200, Duncan Sands wrote: > > This patch is against 2.5.8. It is not needed for 2.4.18. > It adds in a missing break. thanks, fixed on cvs. ciao, Takashi > All the best, > > Duncan. > > --- linux-2.5.8.orig/sound/sound_core.c Sun Apr 14 21:18:51 2002 > +++ linux-2.5.8/sound/sound_core.c Fri Apr 19 09:14:39 2002 > @@ -243,6 +243,7 @@ > if (unit >= SOUND_STEP) > goto __unknown; > max_unit = unit + 1; > + break; > case 2: > name = "midi"; > break; > > _______________________________________________ > Alsa-devel mailing list > Alsa-devel@lists.sourceforge.net > https://lists.sourceforge.net/lists/listinfo/alsa-devel >