mirror of
https://github.com/AuxXxilium/linux_dsm_epyc7002.git
synced 2025-01-20 15:27:52 +07:00
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>
This commit is contained in:
parent
ad81f0545e
commit
b641edfbf2
@ -28,8 +28,6 @@
|
|||||||
|
|
||||||
#include "pcm3008.h"
|
#include "pcm3008.h"
|
||||||
|
|
||||||
#define PCM3008_VERSION "0.2"
|
|
||||||
|
|
||||||
#define PCM3008_RATES (SNDRV_PCM_RATE_32000 | SNDRV_PCM_RATE_44100 | \
|
#define PCM3008_RATES (SNDRV_PCM_RATE_32000 | SNDRV_PCM_RATE_44100 | \
|
||||||
SNDRV_PCM_RATE_48000)
|
SNDRV_PCM_RATE_48000)
|
||||||
|
|
||||||
@ -64,8 +62,6 @@ static int pcm3008_soc_probe(struct snd_soc_codec *codec)
|
|||||||
struct pcm3008_setup_data *setup = codec->dev->platform_data;
|
struct pcm3008_setup_data *setup = codec->dev->platform_data;
|
||||||
int ret = 0;
|
int ret = 0;
|
||||||
|
|
||||||
printk(KERN_INFO "PCM3008 SoC Audio Codec %s\n", PCM3008_VERSION);
|
|
||||||
|
|
||||||
/* DEM1 DEM0 DE-EMPHASIS_MODE
|
/* DEM1 DEM0 DE-EMPHASIS_MODE
|
||||||
* Low Low De-emphasis 44.1 kHz ON
|
* Low Low De-emphasis 44.1 kHz ON
|
||||||
* Low High De-emphasis OFF
|
* Low High De-emphasis OFF
|
||||||
|
Loading…
Reference in New Issue
Block a user