From mboxrd@z Thu Jan 1 00:00:00 1970 From: Mark Brown Subject: Re: [PATCH 1/2] ASoC: tlv320dac33: add MODULE_DEVICE_TABLE Date: Mon, 7 Mar 2011 11:46:11 +0000 Message-ID: <20110307114611.GC13471@opensource.wolfsonmicro.com> References: <1299223098.20907.1.camel@mola> Mime-Version: 1.0 Content-Type: text/plain; charset="us-ascii" Content-Transfer-Encoding: 7bit Return-path: Received: from opensource2.wolfsonmicro.com (opensource.wolfsonmicro.com [80.75.67.52]) by alsa0.perex.cz (Postfix) with ESMTP id E4BB710382B for ; Mon, 7 Mar 2011 12:46:12 +0100 (CET) Content-Disposition: inline In-Reply-To: <1299223098.20907.1.camel@mola> 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: Axel Lin Cc: alsa-devel@alsa-project.org, Peter Ujfalusi , linux-kernel@vger.kernel.org, Liam Girdwood List-Id: alsa-devel@alsa-project.org On Fri, Mar 04, 2011 at 03:18:18PM +0800, Axel Lin wrote: > The device table is required to load modules based on modaliases. > > Signed-off-by: Axel Lin Applied both, thanks. From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S1754478Ab1CGLqO (ORCPT ); Mon, 7 Mar 2011 06:46:14 -0500 Received: from opensource.wolfsonmicro.com ([80.75.67.52]:59024 "EHLO opensource2.wolfsonmicro.com" rhost-flags-OK-OK-OK-FAIL) by vger.kernel.org with ESMTP id S1752747Ab1CGLqN (ORCPT ); Mon, 7 Mar 2011 06:46:13 -0500 Date: Mon, 7 Mar 2011 11:46:11 +0000 From: Mark Brown To: Axel Lin Cc: linux-kernel@vger.kernel.org, Peter Ujfalusi , Liam Girdwood , alsa-devel@alsa-project.org Subject: Re: [PATCH 1/2] ASoC: tlv320dac33: add MODULE_DEVICE_TABLE Message-ID: <20110307114611.GC13471@opensource.wolfsonmicro.com> References: <1299223098.20907.1.camel@mola> MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline In-Reply-To: <1299223098.20907.1.camel@mola> X-Cookie: Today is what happened to yesterday. User-Agent: Mutt/1.5.20 (2009-06-14) Sender: linux-kernel-owner@vger.kernel.org List-ID: X-Mailing-List: linux-kernel@vger.kernel.org On Fri, Mar 04, 2011 at 03:18:18PM +0800, Axel Lin wrote: > The device table is required to load modules based on modaliases. > > Signed-off-by: Axel Lin Applied both, thanks.