From mboxrd@z Thu Jan 1 00:00:00 1970 From: Clemens Ladisch Subject: Re: USB Audio initialization race Date: Sat, 14 Sep 2013 21:33:14 +0200 Message-ID: <5234B9FA.2020806@ladisch.de> References: Mime-Version: 1.0 Content-Type: text/plain; charset="us-ascii" Content-Transfer-Encoding: 7bit Return-path: Received: from out3-smtp.messagingengine.com (out3-smtp.messagingengine.com [66.111.4.27]) by alsa0.perex.cz (Postfix) with ESMTP id E13CC2619DE for ; Sat, 14 Sep 2013 21:33:59 +0200 (CEST) In-Reply-To: List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Errors-To: alsa-devel-bounces@alsa-project.org Sender: alsa-devel-bounces@alsa-project.org To: Alan Stern Cc: alsa-devel@alsa-project.org, David Henningsson , zonque@gmail.com List-Id: alsa-devel@alsa-project.org Alan Stern wrote: > So here's my question: If the sound driver recognizes that interface B > is connected with interface A when B is probed, why can't it recognize > this fact when A is probed? It could claim B while A's probe is > running. Then the sound card would be registered with the PCM > component already in place. The sound driver already does this. Regards, Clemens