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

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

Merge branch 'topic/aoa' into to-push

parents 4a6908a3 888dcb7c
Loading
Loading
Loading
Loading
+4 −0
Original line number Diff line number Diff line
snd-aoa-codec-onyx-objs := onyx.o
snd-aoa-codec-tas-objs := tas.o
snd-aoa-codec-toonie-objs := toonie.o

obj-$(CONFIG_SND_AOA_ONYX) += snd-aoa-codec-onyx.o
obj-$(CONFIG_SND_AOA_TAS) += snd-aoa-codec-tas.o
obj-$(CONFIG_SND_AOA_TOONIE) += snd-aoa-codec-toonie.o
+6 −6
Original line number Diff line number Diff line
@@ -37,7 +37,7 @@ MODULE_AUTHOR("Johannes Berg <johannes@sipsolutions.net>");
MODULE_LICENSE("GPL");
MODULE_DESCRIPTION("pcm3052 (onyx) codec driver for snd-aoa");

#include "snd-aoa-codec-onyx.h"
#include "onyx.h"
#include "../aoa.h"
#include "../soundbus/soundbus.h"

Loading