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 <dan...@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@lists.openwrt.org
https://lists.openwrt.org/cgi-bin/mailman/listinfo/openwrt-devel

Reply via email to