summaryrefslogtreecommitdiffstats
path: root/recipes-multimedia/pulseaudio
Commit message (Collapse)AuthorAgeFilesLines
* pulseaudio: Add i.MX8 supportYuqing Zhu2018-09-071-0/+2
| | | | | Signed-off-by: Yuqing Zhu <carol.zhu@nxp.com> Signed-off-by: Otavio Salvador <otavio@ossystems.com.br>
* pulseaudio: Remove i.MX 6UL specific metadataOtavio Salvador2017-01-271-2/+0
| | | | | | | The SoC is now dealt as a i.MX6 SoC so there is no need for the specific metadata. Signed-off-by: Otavio Salvador <otavio@ossystems.com.br>
* pulseaudio: Update daemon.conf to use rlimit-rttimeLauren Post2016-10-181-1/+1
| | | | | | | | | | This update specifies a limit on the amount of CPU time that a process scheduled under a real time scheduling policy may consume without making a blocking system call. If pulseaudio cost more time which exceed the rlimte-rttime it will be kill by kernel. Signed-off-by: Lauren Post <lauren.post@nxp.com> Signed-off-by: Otavio Salvador <otavio@ossystems.com.br>
* pulseaudio: Remove the control for speaker/headphone widget for i.MX7DYuqing Zhu2016-05-162-1/+76
| | | | | | | | In order to fix issue "headphone volume will be set to zero when pulseaudio can't detect the headphone jack status", remove the control in configuration file. Signed-off-by: Yuqing Zhu <carol.zhu@nxp.com> Signed-off-by: Otavio Salvador <otavio@ossystems.com.br>
* pulseaudio: Add i.MX 6UltraLite supportLauren Post2016-04-191-0/+2
| | | | | | | Since mx6 SoC family does not include 6ul, add in separately. Signed-off-by: Lauren Post <lauren.post@freescale.com> Signed-off-by: Otavio Salvador <otavio@ossystems.com.br>
* pulseaudio: Add PulseAudio configurationYuqing Zhu2016-04-193-0/+270
| | | | | | | | | | | | -Use the ffmpeg resample instead of the speex one, since the ffmpeg resampler gives better quality. -Normally, PulseAudio exits after an application finishes using it. Set exit-idle-time to -1 in the daemon.conf to force it to not exit. Signed-off-by: Yuqing Zhu <b54851@freescale.com> Acked-by: Otavio Salvador <otavio@ossystems.com.br> Signed-off-by: Otavio Salvador <otavio@ossystems.com.br>
* Move meta-fsl-arm content to layer rootOtavio Salvador2015-07-161-0/+4
The meta-fsl-arm is going to be used as the base for this layer. It contains a clean history and allowing a more granullar set of changes. This commit is just a rename of all contents of meta-fsl-arm subdirectory to this layer's root, subsequent changes are based on top of that. Signed-off-by: Otavio Salvador <otavio@ossystems.com.br>