Find centralized, trusted content and collaborate around the technologies you use most.
Teams
Q&A for work
Connect and share knowledge within a single location that is structured and easy to search.
我正在尝试使用本机 c 代码打开 dev/msm_pcm_out 但媒体播放器没有发出声音,是否可以打开设备而不锁定它?
您是否有权访问此设备?通常msm_pcm_out将由system进程拥有,并且对它的访问将仅限于所有者进程和所有者所属的组。
msm_pcm_out
system
一个更重要的问题是您为什么要尝试访问此设备?该msm_pcm_out设备仅适用于较旧的 Qualcomm 平台。他们的平台从不通过 /dev/snd/ 中的 ALSA PCM 设备进行 PCM 输出/输入,而其他供应商的平台显然根本没有 msm_-devices,因为它们是 Qualcomm 的东西。