ASoC: Add missing DRV_NAME definitions for fsl/* drivers
authorTakashi Iwai <tiwai@suse.de>
Fri, 7 Aug 2009 14:33:53 +0000 (16:33 +0200)
committerTakashi Iwai <tiwai@suse.de>
Fri, 7 Aug 2009 14:33:53 +0000 (16:33 +0200)
Module builds are broken due to missing DRV_NAME for
efika-audio-fabric and pcm030-audio-fabric.

Signed-off-by: Takashi Iwai <tiwai@suse.de>
sound/soc/fsl/efika-audio-fabric.c
sound/soc/fsl/pcm030-audio-fabric.c

index 85b0e75..3326e2a 100644 (file)
@@ -30,6 +30,8 @@
 #include "mpc5200_psc_ac97.h"
 #include "../codecs/stac9766.h"
 
+#define DRV_NAME "efika-audio-fabric"
+
 static struct snd_soc_device device;
 static struct snd_soc_card card;
 
index 8766f7a..b928ef7 100644 (file)
@@ -30,6 +30,8 @@
 #include "mpc5200_psc_ac97.h"
 #include "../codecs/wm9712.h"
 
+#define DRV_NAME "pcm030-audio-fabric"
+
 static struct snd_soc_device device;
 static struct snd_soc_card card;