Linaro / meta-qcom

OpenEmbedded/Yocto Project BSP layer for Qualcomm based platforms
MIT License
62 stars 70 forks source link

pulseaudio: remove tsched=0 workaround #502

Closed ndechesne closed 1 year ago

ndechesne commented 1 year ago

Since 7f2430cda819 (ASoC: qcom: q6asm-dai: Add SNDRV_PCM_INFO_BATCH flag), in the mainline kernel, we no longer need to explicitely disable the timer based scheduling in PA, since the driver correctly reports SNDRV_PCM_INFO_BATCH.

Signed-off-by: Nicolas Dechesne nicolas.dechesne@linaro.org