浏览代码

Merge branch 'fix/asoc' into for-linus

* fix/asoc:
  ASoC: Add missing DRV_NAME definitions for fsl/* drivers
Takashi Iwai 15 年之前
父节点
当前提交
909a2607a5
共有 2 个文件被更改,包括 4 次插入0 次删除
  1. 2 0
      sound/soc/fsl/efika-audio-fabric.c
  2. 2 0
      sound/soc/fsl/pcm030-audio-fabric.c

+ 2 - 0
sound/soc/fsl/efika-audio-fabric.c

@@ -30,6 +30,8 @@
 #include "mpc5200_psc_ac97.h"
 #include "mpc5200_psc_ac97.h"
 #include "../codecs/stac9766.h"
 #include "../codecs/stac9766.h"
 
 
+#define DRV_NAME "efika-audio-fabric"
+
 static struct snd_soc_device device;
 static struct snd_soc_device device;
 static struct snd_soc_card card;
 static struct snd_soc_card card;
 
 

+ 2 - 0
sound/soc/fsl/pcm030-audio-fabric.c

@@ -30,6 +30,8 @@
 #include "mpc5200_psc_ac97.h"
 #include "mpc5200_psc_ac97.h"
 #include "../codecs/wm9712.h"
 #include "../codecs/wm9712.h"
 
 
+#define DRV_NAME "pcm030-audio-fabric"
+
 static struct snd_soc_device device;
 static struct snd_soc_device device;
 static struct snd_soc_card card;
 static struct snd_soc_card card;