From mboxrd@z Thu Jan 1 00:00:00 1970 From: Takashi Iwai Subject: Re: [stable] [PATCH] us122l: add snd_us122l_free() Date: Wed, 22 Apr 2009 07:42:19 +0200 Message-ID: References: <200904161938.50539.fzu@wemgehoertderstaat.de> <200904171338.24877.fzu@wemgehoertderstaat.de> <20090421222043.GC24073@hera.kernel.org> 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 mx1.suse.de (cantor.suse.de [195.135.220.2]) by alsa0.perex.cz (Postfix) with ESMTP id C4E6524593 for ; Wed, 22 Apr 2009 07:42:19 +0200 (CEST) In-Reply-To: <20090421222043.GC24073@hera.kernel.org> 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: Chris Wright Cc: alsa-devel@alsa-project.org, stable@kernel.org List-Id: alsa-devel@alsa-project.org At Tue, 21 Apr 2009 22:20:43 +0000, Chris Wright wrote: > > * Takashi Iwai (tiwai@suse.de) wrote: > > At Fri, 17 Apr 2009 13:38:24 +0200, > > Karsten Wiese wrote: > > > > > > Am Freitag 17 April 2009 schrieb Takashi Iwai: > > > > At Thu, 16 Apr 2009 19:38:50 +0200, > > > > Karsten Wiese wrote: > > > > > > > > > > Use it to clean up snd_us122l_card_used[]. > > > > > > > > > > Signed-off-by: Karsten Wiese > > > > > Cc: stable@kernel.org > > > > > > > > Is it really for stable kernel? Any bug report for this? > > > > > > This really is for stable too. The bug it fixes happens if one does: > > > > > > Start on a pc with onboard soundcard at index 0. > > > $ modprobe snd_usb_us122l modprobe snd_usb_us122l index=2 > > > plug US122L soundcard > > > $ cat /proc/asound/devices > > > last command shows the US122L soundcard is at index 2. > > > > > > unplug US122L soundcard > > > plug US122L soundcard > > > $ cat /proc/asound/devices > > > last command shows the US122L soundcard is at index 1 now, which is the bug > > > the patch fixes. > > > > OK, then please write up the problem to be fixed in the changelog, > > too. > > This looks like it's still outstanding issue. It's already in sound git tree which I'll send a pull request soon later. The relevant commit contains Cc to stable@kernel.org, so that it can be handled easily (automatically?)). thanks, Takashi