mirror of
https://github.com/team-infusion-developers/android_kernel_samsung_msm8976.git
synced 2024-11-01 10:33:27 +00:00
ASoC: Remove version display from WM8580 driver
Signed-off-by: Mark Brown <broonie@opensource.wolfsonmicro.com>
This commit is contained in:
parent
aaf1e176fa
commit
02b7cbc399
1 changed files with 0 additions and 4 deletions
|
@ -35,8 +35,6 @@
|
|||
|
||||
#include "wm8580.h"
|
||||
|
||||
#define WM8580_VERSION "0.1"
|
||||
|
||||
struct pll_state {
|
||||
unsigned int in;
|
||||
unsigned int out;
|
||||
|
@ -972,8 +970,6 @@ static int wm8580_probe(struct platform_device *pdev)
|
|||
struct wm8580_priv *wm8580;
|
||||
int ret = 0;
|
||||
|
||||
pr_info("WM8580 Audio Codec %s\n", WM8580_VERSION);
|
||||
|
||||
setup = socdev->codec_data;
|
||||
codec = kzalloc(sizeof(struct snd_soc_codec), GFP_KERNEL);
|
||||
if (codec == NULL)
|
||||
|
|
Loading…
Reference in a new issue