[OpenWrt-Devel] [PATCH] modules/sound: enable ALSA PCM timer and procfs interface
John Crispin
blogic at openwrt.org
Sun Mar 20 10:39:44 EDT 2016
On 16/03/2016 14:02, Daniel Golle wrote:
> pcm-timer and /proc/asound/* is needed for basic things (e.g. aplay).
> Without those two symbols set, only OSS emulation works.
>
are you certain ? i am sure i tried alsa 3-4 months ago and aplay worked
even without this fix. i dont mind adding the patch, however i want ot
make sure the description is correct.
John
> Signed-off-by: Daniel Golle <daniel at makrotopia.org>
> ---
> package/kernel/linux/modules/sound.mk | 2 ++
> 1 file changed, 2 insertions(+)
>
> diff --git a/package/kernel/linux/modules/sound.mk b/package/kernel/linux/modules/sound.mk
> index d09cf21..9f6923b 100644
> --- a/package/kernel/linux/modules/sound.mk
> +++ b/package/kernel/linux/modules/sound.mk
> @@ -49,6 +49,8 @@ define KernelPackage/sound-core
> CONFIG_SND_RAWMIDI \
> CONFIG_SND_TIMER \
> CONFIG_SND_PCM \
> + CONFIG_SND_PCM_TIMER=y \
> + CONFIG_SND_PROC_FS=y \
> CONFIG_SND_SEQUENCER \
> CONFIG_SND_VIRMIDI \
> CONFIG_SND_SEQ_DUMMY \
>
_______________________________________________
openwrt-devel mailing list
openwrt-devel at lists.openwrt.org
https://lists.openwrt.org/cgi-bin/mailman/listinfo/openwrt-devel
More information about the openwrt-devel
mailing list