Skip to content

Commit

Permalink
ALSA: core: add makefile and kconfig file for compress
Browse files Browse the repository at this point in the history
Signed-off-by: Vinod Koul <vinod.koul@linux.intel.com>
Signed-off-by: Pierre-Louis Bossart <pierre-louis.bossart@linux.intel.com>
Signed-off-by: Takashi Iwai <tiwai@suse.de>
  • Loading branch information
Vinod Koul authored and Takashi Iwai committed Dec 23, 2011
1 parent b21c60a commit 40741dd
Show file tree
Hide file tree
Showing 2 changed files with 14 additions and 0 deletions.
10 changes: 10 additions & 0 deletions sound/core/Kconfig
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down
4 changes: 4 additions & 0 deletions sound/core/Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand All @@ -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

0 comments on commit 40741dd

Please sign in to comment.