Skip to content

Commit

Permalink
ASoC: Remove version display from WM9713
Browse files Browse the repository at this point in the history
The version isn't being updated or used, the kernel revision
tracking is enough.

Signed-off-by: Mark Brown <broonie@opensource.wolfsonmicro.com>
Acked-by: Liam Girdwood <lrg@slimlogic.co.uk>
  • Loading branch information
Mark Brown committed Jan 28, 2010
1 parent c812459 commit fb58a2f
Showing 1 changed file with 0 additions and 4 deletions.
4 changes: 0 additions & 4 deletions sound/soc/codecs/wm9713.c
Original file line number Diff line number Diff line change
Expand Up @@ -28,8 +28,6 @@

#include "wm9713.h"

#define WM9713_VERSION "0.15"

struct wm9713_priv {
u32 pll_in; /* PLL input frequency */
};
Expand Down Expand Up @@ -1186,8 +1184,6 @@ static int wm9713_soc_probe(struct platform_device *pdev)
struct snd_soc_codec *codec;
int ret = 0, reg;

printk(KERN_INFO "WM9713/WM9714 SoC Audio Codec %s\n", WM9713_VERSION);

socdev->card->codec = kzalloc(sizeof(struct snd_soc_codec),
GFP_KERNEL);
if (socdev->card->codec == NULL)
Expand Down

0 comments on commit fb58a2f

Please sign in to comment.