From mboxrd@z Thu Jan 1 00:00:00 1970 From: Liam Girdwood Subject: Re: [PATCH] ASoC: Add basic WM8918 support Date: Thu, 23 Jun 2011 13:18:29 +0100 Message-ID: <4E032F15.1040506@ti.com> References: <1308769674-19579-1-git-send-email-broonie@opensource.wolfsonmicro.com> Mime-Version: 1.0 Content-Type: text/plain; charset="us-ascii" Content-Transfer-Encoding: 7bit Return-path: Received: from arroyo.ext.ti.com (arroyo.ext.ti.com [192.94.94.40]) by alsa0.perex.cz (Postfix) with ESMTP id 5E657103AE3 for ; Thu, 23 Jun 2011 14:18:32 +0200 (CEST) In-Reply-To: <1308769674-19579-1-git-send-email-broonie@opensource.wolfsonmicro.com> 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: Mark Brown Cc: "alsa-devel@alsa-project.org" , "patches@opensource.wolfsonmicro.com" List-Id: alsa-devel@alsa-project.org On 22/06/11 20:07, Mark Brown wrote: > The WM8918 is register compatible with the WM8904 with a subset of the > functionality. Add the device ID, a subsequent patch will ensure that only > the relevant functionality is exported to userspace. > > Signed-off-by: Mark Brown > --- > sound/soc/codecs/wm8904.c | 1 + > 1 files changed, 1 insertions(+), 0 deletions(-) > > diff --git a/sound/soc/codecs/wm8904.c b/sound/soc/codecs/wm8904.c > index 9b3bba4..b085575 100644 > --- a/sound/soc/codecs/wm8904.c > +++ b/sound/soc/codecs/wm8904.c > @@ -2560,6 +2560,7 @@ static __devexit int wm8904_i2c_remove(struct i2c_client *client) > static const struct i2c_device_id wm8904_i2c_id[] = { > { "wm8904", WM8904 }, > { "wm8912", WM8912 }, > + { "wm8918", WM8904 }, /* Actually a subset, updates to follow */ > { } > }; > MODULE_DEVICE_TABLE(i2c, wm8904_i2c_id); Acked-by: Liam Girdwood