diff options
Diffstat (limited to 'sound/soc')
-rw-r--r-- | sound/soc/codecs/wm8903.c | 2 | ||||
-rw-r--r-- | sound/soc/tegra/harmony.c | 2 |
2 files changed, 2 insertions, 2 deletions
diff --git a/sound/soc/codecs/wm8903.c b/sound/soc/codecs/wm8903.c index 3d4c55f3c7b5..7c84ebf3420a 100644 --- a/sound/soc/codecs/wm8903.c +++ b/sound/soc/codecs/wm8903.c | |||
@@ -1932,7 +1932,7 @@ MODULE_DEVICE_TABLE(i2c, wm8903_i2c_id); | |||
1932 | 1932 | ||
1933 | static struct i2c_driver wm8903_i2c_driver = { | 1933 | static struct i2c_driver wm8903_i2c_driver = { |
1934 | .driver = { | 1934 | .driver = { |
1935 | .name = "wm8903-codec", | 1935 | .name = "wm8903", |
1936 | .owner = THIS_MODULE, | 1936 | .owner = THIS_MODULE, |
1937 | }, | 1937 | }, |
1938 | .probe = wm8903_i2c_probe, | 1938 | .probe = wm8903_i2c_probe, |
diff --git a/sound/soc/tegra/harmony.c b/sound/soc/tegra/harmony.c index be95405df3f4..61befcc281a8 100644 --- a/sound/soc/tegra/harmony.c +++ b/sound/soc/tegra/harmony.c | |||
@@ -225,7 +225,7 @@ static int harmony_asoc_init(struct snd_soc_pcm_runtime *rtd) | |||
225 | static struct snd_soc_dai_link harmony_wm8903_dai = { | 225 | static struct snd_soc_dai_link harmony_wm8903_dai = { |
226 | .name = "WM8903", | 226 | .name = "WM8903", |
227 | .stream_name = "WM8903 PCM", | 227 | .stream_name = "WM8903 PCM", |
228 | .codec_name = "wm8903-codec.0-001a", | 228 | .codec_name = "wm8903.0-001a", |
229 | .platform_name = "tegra-pcm-audio", | 229 | .platform_name = "tegra-pcm-audio", |
230 | .cpu_dai_name = "tegra-i2s.0", | 230 | .cpu_dai_name = "tegra-i2s.0", |
231 | .codec_dai_name = "wm8903-hifi", | 231 | .codec_dai_name = "wm8903-hifi", |