From mboxrd@z Thu Jan 1 00:00:00 1970 From: LCID Fire Subject: Question on usbaudio.c: snd_usb_find_csint_desc Date: Sat, 24 Jan 2009 00:26:38 +0100 Message-ID: <497A522E.9060901@gmx.net> Mime-Version: 1.0 Content-Type: text/plain; charset="us-ascii" Content-Transfer-Encoding: 7bit Return-path: Received: from mail.gmx.net (mail.gmx.net [213.165.64.20]) by alsa0.perex.cz (Postfix) with SMTP id 8D56C1038FE for ; Sat, 24 Jan 2009 00:26:39 +0100 (CET) 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: Alsa-devel List-Id: alsa-devel@alsa-project.org I was looking at 'snd_usb_find_csint_desc' and I really wonder why there is a while loop since it seems to me that the variables don't really change. Am I missing something?