From mboxrd@z Thu Jan 1 00:00:00 1970 From: Mark Brown Subject: [PATCH 2/3] ASoC: Clarify naming for SMDK WM9713 driver Date: Thu, 23 Sep 2010 15:40:44 +0100 Message-ID: <1285252845-24171-2-git-send-email-broonie@opensource.wolfsonmicro.com> References: <1285252845-24171-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 opensource2.wolfsonmicro.com (opensource.wolfsonmicro.com [80.75.67.52]) by alsa0.perex.cz (Postfix) with ESMTP id 05CF62440B for ; Thu, 23 Sep 2010 16:40:49 +0200 (CEST) In-Reply-To: <1285252845-24171-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: Liam Girdwood , Jassi Brar Cc: alsa-devel@alsa-project.org, patches@opensource.wolfsonmicro.com, Mark Brown List-Id: alsa-devel@alsa-project.org At least some of the systems using this device have multiple audio subsystems so provide some guidance to userspace about which one this is. Signed-off-by: Mark Brown --- sound/soc/s3c24xx/smdk_wm9713.c | 2 +- 1 files changed, 1 insertions(+), 1 deletions(-) diff --git a/sound/soc/s3c24xx/smdk_wm9713.c b/sound/soc/s3c24xx/smdk_wm9713.c index 8619a9a..78a4a30 100644 --- a/sound/soc/s3c24xx/smdk_wm9713.c +++ b/sound/soc/s3c24xx/smdk_wm9713.c @@ -52,7 +52,7 @@ static struct snd_soc_dai_link smdk_dai = { }; static struct snd_soc_card smdk = { - .name = "SMDK", + .name = "SMDK WM9713", .dai_link = &smdk_dai, .num_links = 1, }; -- 1.7.1