kernel: add SND_PCM_TIMER to kmod-sound-core
authorDmitry Sutyagin <f3flight@gmail.com>
Sat, 5 Nov 2016 20:54:12 +0000 (13:54 -0700)
committerMathias Kresin <dev@kresin.me>
Sat, 5 Nov 2016 21:03:42 +0000 (22:03 +0100)
commit2ab6aaca4dfe1265006dae3f3cd0fd838f9bf2af
treea57e87959e85a98d5d3ffc1dd5445b677f09f83f
parent95ac6906aa8a254c69375fc093f69fd15c76189b
kernel: add SND_PCM_TIMER to kmod-sound-core

FS#256

Fix audio not working due to unset SND_PCM_TIMER. CONFIG_SND_PCM_TIMER
is required for ALSA to work (at least for some audio devices),
otherwise applications using sound may fail. Can be reproduced by
installing "alsa-utils-tests" and running "speaker-test":

...
ALSA lib pcm_direct.c:1159:(snd1_pcm_direct_initialize_poll_fd) unable to open timer 'hw:CLASS=3,SCLASS=0,CARD=0,DEV=0,SUBDEV=0'
ALSA lib pcm_dmix.c:1106:(snd_pcm_dmix_open) unable to initialize poll_fd
Playback open error: -19,No such device

The kernel size does not increase, only the size of the kernel module
increases.

Signed-off-by: Dmitry Sutyagin <f3flight@gmail.com>
package/kernel/linux/modules/sound.mk