ASoC: Remove version display from the WM8731 driver
It makes boot a bit more noisy and I never remember to update it. Signed-off-by: Mark Brown <broonie@opensource.wolfsonmicro.com>
This commit is contained in:
parent
31b59cf9ce
commit
7b317b692a
@ -29,8 +29,6 @@
|
|||||||
|
|
||||||
#include "wm8731.h"
|
#include "wm8731.h"
|
||||||
|
|
||||||
#define WM8731_VERSION "0.13"
|
|
||||||
|
|
||||||
struct snd_soc_codec_device soc_codec_dev_wm8731;
|
struct snd_soc_codec_device soc_codec_dev_wm8731;
|
||||||
|
|
||||||
/* codec private data */
|
/* codec private data */
|
||||||
@ -702,8 +700,6 @@ static int wm8731_probe(struct platform_device *pdev)
|
|||||||
struct wm8731_priv *wm8731;
|
struct wm8731_priv *wm8731;
|
||||||
int ret = 0;
|
int ret = 0;
|
||||||
|
|
||||||
pr_info("WM8731 Audio Codec %s", WM8731_VERSION);
|
|
||||||
|
|
||||||
setup = socdev->codec_data;
|
setup = socdev->codec_data;
|
||||||
codec = kzalloc(sizeof(struct snd_soc_codec), GFP_KERNEL);
|
codec = kzalloc(sizeof(struct snd_soc_codec), GFP_KERNEL);
|
||||||
if (codec == NULL)
|
if (codec == NULL)
|
||||||
|
Loading…
Reference in New Issue
Block a user