ASoC: Remove version display from WM8750
Signed-off-by: Mark Brown <broonie@opensource.wolfsonmicro.com> Acked-by: Liam Girdwood <lrg@slimlogic.co.uk>
This commit is contained in:
@@ -29,8 +29,6 @@
|
|||||||
|
|
||||||
#include "wm8750.h"
|
#include "wm8750.h"
|
||||||
|
|
||||||
#define WM8750_VERSION "0.12"
|
|
||||||
|
|
||||||
/* codec private data */
|
/* codec private data */
|
||||||
struct wm8750_priv {
|
struct wm8750_priv {
|
||||||
unsigned int sysclk;
|
unsigned int sysclk;
|
||||||
@@ -912,7 +910,6 @@ static int wm8750_probe(struct platform_device *pdev)
|
|||||||
struct wm8750_priv *wm8750;
|
struct wm8750_priv *wm8750;
|
||||||
int ret;
|
int ret;
|
||||||
|
|
||||||
pr_info("WM8750 Audio Codec %s", WM8750_VERSION);
|
|
||||||
codec = kzalloc(sizeof(struct snd_soc_codec), GFP_KERNEL);
|
codec = kzalloc(sizeof(struct snd_soc_codec), GFP_KERNEL);
|
||||||
if (codec == NULL)
|
if (codec == NULL)
|
||||||
return -ENOMEM;
|
return -ENOMEM;
|
||||||
|
|||||||
Reference in New Issue
Block a user