Skip to content
Snippets Groups Projects
Commit f03bf608 authored by John Crispin's avatar John Crispin
Browse files

kernel: Add dummy sound driver


Useful when using sound players that can send to icecast, etc. without any sound device attached.

Signed-off-by: default avatarTed Hess <thess@kitschensync.net>

SVN-Revision: 47852
parent 0938233f
No related branches found
No related tags found
No related merge requests found
......@@ -273,3 +273,19 @@ define KernelPackage/pcspkr/description
endef
$(eval $(call KernelPackage,pcspkr))
define KernelPackage/sound-dummy
$(call AddDepends/sound)
TITLE:=Null sound output driver (sink)
KCONFIG:= \
CONFIG_SND_DUMMY
FILES:= \
$(LINUX_DIR)/sound/drivers/snd-dummy.ko
AUTOLOAD:=$(call AutoLoad,32,snd-dummy)
endef
define KernelPackage/sound_dummy/description
Dummy sound device for Alsa when no hardware present
endef
$(eval $(call KernelPackage,sound-dummy))
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment