Re: [OpenWrt-Devel] [PATCH] modules/sound: enable ALSA PCM timer and procfs interface

2016-03-20 Thread John Crispin
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 pa

[OpenWrt-Devel] [PATCH] modules/sound: enable ALSA PCM timer and procfs interface

2016-03-19 Thread Daniel Golle
pcm-timer and /proc/asound/* is needed for basic things (e.g. aplay). Without those two symbols set, only OSS emulation works. Signed-off-by: Daniel Golle --- package/kernel/linux/modules/sound.mk | 2 ++ 1 file changed, 2 insertions(+) diff --git a/package/kernel/linux/modules/sound.mk b/pack