From 1a5456a28f54ef77786b2e1db449080373cd1e25 Mon Sep 17 00:00:00 2001 From: Jarkko Nikula Date: Tue, 7 Oct 2008 14:49:23 +0300 Subject: [PATCH] --- yaml --- r: 113695 b: refs/heads/master c: e78cc18d91f23edd9c5319bc1b15a540e351d942 h: refs/heads/master i: 113693: 8f49e49ee6e75407c79b9ea70bf3047aed934fc4 113691: f2f5cf53d876ef5788982a15740a4a19aa753c06 113687: 65e65a21ecf01b14ad28d092dbe77e11c937422e 113679: 06751f721687244c1260bfaf4e01182da280b47a 113663: e6a0e50f2abe5324c8482d471a7fd66bbdab35a8 v: v3 --- [refs] | 2 +- trunk/sound/soc/codecs/tlv320aic3x.c | 4 ++-- 2 files changed, 3 insertions(+), 3 deletions(-) diff --git a/[refs] b/[refs] index 68a2da5961f6..c013985013c1 100644 --- a/[refs] +++ b/[refs] @@ -1,2 +1,2 @@ --- -refs/heads/master: 5e357952b186555afa0ff4da87431c16503a8ad7 +refs/heads/master: e78cc18d91f23edd9c5319bc1b15a540e351d942 diff --git a/trunk/sound/soc/codecs/tlv320aic3x.c b/trunk/sound/soc/codecs/tlv320aic3x.c index 566a427c928f..57fc5aff0543 100644 --- a/trunk/sound/soc/codecs/tlv320aic3x.c +++ b/trunk/sound/soc/codecs/tlv320aic3x.c @@ -991,7 +991,7 @@ EXPORT_SYMBOL_GPL(aic3x_headset_detected); SNDRV_PCM_FMTBIT_S24_3LE | SNDRV_PCM_FMTBIT_S32_LE) struct snd_soc_dai aic3x_dai = { - .name = "aic3x", + .name = "tlv320aic3x", .playback = { .stream_name = "Playback", .channels_min = 1, @@ -1055,7 +1055,7 @@ static int aic3x_init(struct snd_soc_device *socdev) struct aic3x_setup_data *setup = socdev->codec_data; int reg, ret = 0; - codec->name = "aic3x"; + codec->name = "tlv320aic3x"; codec->owner = THIS_MODULE; codec->read = aic3x_read_reg_cache; codec->write = aic3x_write;