1 Star 0 Fork 80

wangtao/third_party_pulseaudio

加入 Gitee
与超过 1200万 开发者一起发现、参与优秀开源项目,私有仓库也完全免费 :)
免费加入
文件
克隆/下载
pulseaudio.supp 1.18 KB
一键复制 编辑 原始数据 按行查看 历史
Tanu Kaskinen 提交于 2014-09-19 14:39 . Add a Valgrind suppression file
# This file contains error suppression rules for Valgrind. These rules suppress
# errors in alsa-lib that are caused by Valgrind not handling the
# SNDRV_CTL_IOCTL_TLV_READ ioctl. More information about the Valgrind bug:
# http://thread.gmane.org/gmane.comp.debugging.valgrind/11888
#
# To use this file, pass the command line option --suppressions=<filename> to
# Valgrind.
#
# If you find new false positives, and want to add new suppressions, the
# --gen-suppression=all option can be very useful. It prints automatically
# generated suppression rules that can be copy-pasted here.
{
alsa-lib/snd_tlv_get_dB_range
Memcheck:Cond
fun:snd_tlv_get_dB_range
}
{
alsa-lib/snd_tlv_convert_to_dB
Memcheck:Cond
fun:snd_tlv_convert_to_dB
}
{
alsa-lib/snd_tlv_convert_from_dB
Memcheck:Cond
fun:snd_tlv_convert_from_dB
}
{
alsa-lib/set_volume_ops
Memcheck:Cond
fun:set_volume_ops
}
{
alsa-lib/snd_ctl_hw_elem_write
Memcheck:Param
ioctl(generic)
fun:ioctl
fun:snd_ctl_hw_elem_write
}
{
alsa-lib/selem_read
Memcheck:Cond
fun:bcmp
fun:selem_read
}
马建仓 AI 助手
尝试更多
代码解读
代码找茬
代码优化
1
https://gitee.com/wangtao468/third_party_pulseaudio.git
git@gitee.com:wangtao468/third_party_pulseaudio.git
wangtao468
third_party_pulseaudio
third_party_pulseaudio
master

搜索帮助