aboutsummaryrefslogtreecommitdiffstats
path: root/sound
diff options
context:
space:
mode:
authorJarkko Nikula <jarkko.nikula@nokia.com>2008-10-07 07:49:23 -0400
committerTakashi Iwai <tiwai@suse.de>2008-10-12 20:17:21 -0400
commite78cc18d91f23edd9c5319bc1b15a540e351d942 (patch)
tree83fdac458d5d8ea0729b71c105b5dde49df54fbe /sound
parent5e357952b186555afa0ff4da87431c16503a8ad7 (diff)
ALSA: ASoC: tlv320aic3x: Use uniform tlv320aic naming
Signed-off-by: Jarkko Nikula <jarkko.nikula@nokia.com> Signed-off-by: Mark Brown <broonie@opensource.wolfsonmicro.com> Signed-off-by: Takashi Iwai <tiwai@suse.de>
Diffstat (limited to 'sound')
-rw-r--r--sound/soc/codecs/tlv320aic3x.c4
1 files changed, 2 insertions, 2 deletions
diff --git a/sound/soc/codecs/tlv320aic3x.c b/sound/soc/codecs/tlv320aic3x.c
index 566a427c928f..57fc5aff0543 100644
--- a/sound/soc/codecs/tlv320aic3x.c
+++ b/sound/soc/codecs/tlv320aic3x.c
@@ -991,7 +991,7 @@ EXPORT_SYMBOL_GPL(aic3x_headset_detected);
991 SNDRV_PCM_FMTBIT_S24_3LE | SNDRV_PCM_FMTBIT_S32_LE) 991 SNDRV_PCM_FMTBIT_S24_3LE | SNDRV_PCM_FMTBIT_S32_LE)
992 992
993struct snd_soc_dai aic3x_dai = { 993struct snd_soc_dai aic3x_dai = {
994 .name = "aic3x", 994 .name = "tlv320aic3x",
995 .playback = { 995 .playback = {
996 .stream_name = "Playback", 996 .stream_name = "Playback",
997 .channels_min = 1, 997 .channels_min = 1,
@@ -1055,7 +1055,7 @@ static int aic3x_init(struct snd_soc_device *socdev)
1055 struct aic3x_setup_data *setup = socdev->codec_data; 1055 struct aic3x_setup_data *setup = socdev->codec_data;
1056 int reg, ret = 0; 1056 int reg, ret = 0;
1057 1057
1058 codec->name = "aic3x"; 1058 codec->name = "tlv320aic3x";
1059 codec->owner = THIS_MODULE; 1059 codec->owner = THIS_MODULE;
1060 codec->read = aic3x_read_reg_cache; 1060 codec->read = aic3x_read_reg_cache;
1061 codec->write = aic3x_write; 1061 codec->write = aic3x_write;