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

Commit 40741dd5 authored by Vinod Koul's avatar Vinod Koul Committed by Takashi Iwai
Browse files

ALSA: core: add makefile and kconfig file for compress

parent b21c60a4
Loading
Loading
Loading
Loading
+10 −0
Original line number Diff line number Diff line
@@ -155,6 +155,16 @@ config SND_DYNAMIC_MINORS

	  If you are unsure about this, say N here.

config SND_COMPRESS_OFFLOAD
	tristate "ALSA Compressed audio offload support"
	default n
	help
	  If you want support for offloading compressed audio and have such
	  a hardware, then you should say Y here and also to the DSP driver
	  of your platform.

	  If you are unsure about this, say N here.

config SND_SUPPORT_OLD_API
	bool "Support old ALSA API"
	default y
+4 −0
Original line number Diff line number Diff line
@@ -21,6 +21,8 @@ snd-hrtimer-objs := hrtimer.o
snd-rtctimer-objs := rtctimer.o
snd-hwdep-objs    := hwdep.o

snd-compress-objs := compress_offload.o

obj-$(CONFIG_SND) 		+= snd.o
obj-$(CONFIG_SND_HWDEP)		+= snd-hwdep.o
obj-$(CONFIG_SND_TIMER)		+= snd-timer.o
@@ -31,3 +33,5 @@ obj-$(CONFIG_SND_RAWMIDI) += snd-rawmidi.o

obj-$(CONFIG_SND_OSSEMUL)	+= oss/
obj-$(CONFIG_SND_SEQUENCER)	+= seq/

obj-$(CONFIG_SND_COMPRESS_OFFLOAD)	+= snd-compress.o