From mboxrd@z Thu Jan 1 00:00:00 1970 From: Takashi Iwai Subject: Re: [RFC PATCH 00/24] Mandate to pass a device pointer at card creation Date: Fri, 14 Feb 2014 12:58:10 +0100 Message-ID: References: <1392201340-27113-1-git-send-email-tiwai@suse.de> 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 mx2.suse.de (cantor2.suse.de [195.135.220.15]) by alsa0.perex.cz (Postfix) with ESMTP id 162F2260864 for ; Fri, 14 Feb 2014 12:58:11 +0100 (CET) Received: from relay2.suse.de (charybdis-ext.suse.de [195.135.220.254]) by mx2.suse.de (Postfix) with ESMTP id 1AD23AB5F for ; Fri, 14 Feb 2014 11:58:10 +0000 (UTC) In-Reply-To: <1392201340-27113-1-git-send-email-tiwai@suse.de> 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: alsa-devel@alsa-project.org List-Id: alsa-devel@alsa-project.org At Wed, 12 Feb 2014 11:35:16 +0100, Takashi Iwai wrote: > > Hi, > > this is the first series of patches for a slight restructuring of > device management in ALSA core codes. This batch makes the association > of struct device mandatory to snd_card at the object creation time, > so that the driver can refer to the device at any time even before > registring the device. > > Basically, it rewrites snd_card_create() with the (re-)new > snd_card_new() that requires the struct device pointer. The only > upstream driver that had no device assignment was atmel/au1x00, and > I revived the old patch to convert to platform_device for that. Since I've got positive feedbacks, I merged the patches (some are fixed) with ack tags by people now to for-next branch. Takashi