Donate to e Foundation | Murena handsets with /e/OS | Own a part of Murena! Learn more

Commit afc5e652 authored by Takashi Iwai's avatar Takashi Iwai
Browse files

ASoC: Add missing DRV_NAME definitions for fsl/* drivers



Module builds are broken due to missing DRV_NAME for
efika-audio-fabric and pcm030-audio-fabric.

Signed-off-by: default avatarTakashi Iwai <tiwai@suse.de>
parent 06c71282
Loading
Loading
Loading
Loading
+2 −0
Original line number Diff line number Diff line
@@ -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;

+2 −0
Original line number Diff line number Diff line
@@ -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;