diff options
Diffstat (limited to 'sound/soc/codecs/wm9713.c')
-rw-r--r-- | sound/soc/codecs/wm9713.c | 4 |
1 files changed, 0 insertions, 4 deletions
diff --git a/sound/soc/codecs/wm9713.c b/sound/soc/codecs/wm9713.c index c58aab375edb..96e46d9a0171 100644 --- a/sound/soc/codecs/wm9713.c +++ b/sound/soc/codecs/wm9713.c | |||
@@ -28,8 +28,6 @@ | |||
28 | 28 | ||
29 | #include "wm9713.h" | 29 | #include "wm9713.h" |
30 | 30 | ||
31 | #define WM9713_VERSION "0.15" | ||
32 | |||
33 | struct wm9713_priv { | 31 | struct wm9713_priv { |
34 | u32 pll_in; /* PLL input frequency */ | 32 | u32 pll_in; /* PLL input frequency */ |
35 | }; | 33 | }; |
@@ -1186,8 +1184,6 @@ static int wm9713_soc_probe(struct platform_device *pdev) | |||
1186 | struct snd_soc_codec *codec; | 1184 | struct snd_soc_codec *codec; |
1187 | int ret = 0, reg; | 1185 | int ret = 0, reg; |
1188 | 1186 | ||
1189 | printk(KERN_INFO "WM9713/WM9714 SoC Audio Codec %s\n", WM9713_VERSION); | ||
1190 | |||
1191 | socdev->card->codec = kzalloc(sizeof(struct snd_soc_codec), | 1187 | socdev->card->codec = kzalloc(sizeof(struct snd_soc_codec), |
1192 | GFP_KERNEL); | 1188 | GFP_KERNEL); |
1193 | if (socdev->card->codec == NULL) | 1189 | if (socdev->card->codec == NULL) |