diff options
author | Mark Brown <broonie@linaro.org> | 2013-07-10 11:31:58 -0400 |
---|---|---|
committer | Mark Brown <broonie@linaro.org> | 2013-07-15 06:11:03 -0400 |
commit | b641edfbf253a67a87698df275e3a35a7deac5d4 (patch) | |
tree | d900d87676477dd6c40251743b0b584a2df680e6 /sound/soc/codecs/pcm3008.c | |
parent | ad81f0545ef01ea651886dddac4bef6cec930092 (diff) |
ASoC: pcm3008: Remove noisy version print
The version number has never been updated and the printk isn't based on
any interaction with the device.
Signed-off-by: Mark Brown <broonie@linaro.org>
Diffstat (limited to 'sound/soc/codecs/pcm3008.c')
-rw-r--r-- | sound/soc/codecs/pcm3008.c | 4 |
1 files changed, 0 insertions, 4 deletions
diff --git a/sound/soc/codecs/pcm3008.c b/sound/soc/codecs/pcm3008.c index f2a6282b41f4..32e5a591f921 100644 --- a/sound/soc/codecs/pcm3008.c +++ b/sound/soc/codecs/pcm3008.c | |||
@@ -28,8 +28,6 @@ | |||
28 | 28 | ||
29 | #include "pcm3008.h" | 29 | #include "pcm3008.h" |
30 | 30 | ||
31 | #define PCM3008_VERSION "0.2" | ||
32 | |||
33 | #define PCM3008_RATES (SNDRV_PCM_RATE_32000 | SNDRV_PCM_RATE_44100 | \ | 31 | #define PCM3008_RATES (SNDRV_PCM_RATE_32000 | SNDRV_PCM_RATE_44100 | \ |
34 | SNDRV_PCM_RATE_48000) | 32 | SNDRV_PCM_RATE_48000) |
35 | 33 | ||
@@ -64,8 +62,6 @@ static int pcm3008_soc_probe(struct snd_soc_codec *codec) | |||
64 | struct pcm3008_setup_data *setup = codec->dev->platform_data; | 62 | struct pcm3008_setup_data *setup = codec->dev->platform_data; |
65 | int ret = 0; | 63 | int ret = 0; |
66 | 64 | ||
67 | printk(KERN_INFO "PCM3008 SoC Audio Codec %s\n", PCM3008_VERSION); | ||
68 | |||
69 | /* DEM1 DEM0 DE-EMPHASIS_MODE | 65 | /* DEM1 DEM0 DE-EMPHASIS_MODE |
70 | * Low Low De-emphasis 44.1 kHz ON | 66 | * Low Low De-emphasis 44.1 kHz ON |
71 | * Low High De-emphasis OFF | 67 | * Low High De-emphasis OFF |