diff options
Diffstat (limited to 'sound')
-rw-r--r-- | sound/soc/codecs/tlv320aic3x.c | 4 |
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 | ||
993 | struct snd_soc_dai aic3x_dai = { | 993 | struct 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; |