sound-algorithm sound-algorithm 源码基于/home/wujing/code/linux-6.1.27/sound 1234grep algorithm linux/sound -inr --color --include=*.{h,c}./soc/intel/atom/sst-atom-controls.c:292: * @ids: list of algorithms./so 2023-12-05 linux > kernel > drivers > sound #HTML #git #Linux #linux
pmdk_dp 123456789dmesg [ 63.395481] pmdk_dp PHYT8006:00: ASoC: CODEC DAI i2s-hifi not registeredsound/soc/soc-core.c:884:dev_err(card->dev, "ASoC: CODEC DAI %s not registered\n",sound/soc/soc-c 2023-12-05 linux > kernel > drivers > sound > phytium #git
mapping_paths_probe mapping_paths_probe 12345678910111213141516171819202122232425262728293031323334353637383940414243444546474849505152535455565758596061static void mapping_paths_probe(pa_alsa_mapping *m, pa_alsa_profile 2023-12-05 linux > kernel > drivers > sound > pulseaudio
pa_alsa_path_probe pa_alsa_path_probe 1234567891011121314151617181920212223242526272829303132333435363738394041424344454647484950515253545556575859606162636465666768697071727374757677787980818283848586878889909192939495 2023-12-05 linux > kernel > drivers > sound > pulseaudio
pa_alsa_profile_set_new pa_alsa_profile_set_new 12345678910111213141516171819202122232425262728293031323334353637383940414243444546474849505152535455565758596061626364656667686970717273747576777879808182838485868788899091929 2023-12-05 linux > kernel > drivers > sound > pulseaudio #strings
pa_alsa_profile_set_probe pa_alsa_profile_set_probe 123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919 2023-12-05 linux > kernel > drivers > sound > pulseaudio
profile_finalize_probing profile_finalize_probing 1234567891011121314151617181920212223242526272829303132333435363738394041424344454647484950static void profile_finalize_probing(pa_alsa_profile *to_be_finalized, pa_alsa_profi 2023-12-05 linux > kernel > drivers > sound > pulseaudio
pulseaudio PulseAudio 中常见的函数和模块 PulseAudio 是一个复杂的音频系统,包含多个模块和函数来处理不同的音频操作。具体的代码和函数取决于你想要实现的功能。以下是一些 PulseAudio 中常见的函数和模块,以及它们的大致作用: 模块加载和管理: module.c:这个文件包含了用于加载、卸载和管理 PulseAudio 模块的核心函数。 音频流管理: sink.c:这个文件包含 2023-12-05 linux > kernel > drivers > sound > pulseaudio #git
基于主线linux4 基于主线linux4.19合入飞腾补丁 飞腾Linux内核补丁基于主线 tag v4.19: 12git clone https://github.com/torvalds/linux.gitgit check -b v4.19 v4.19 检查patch: 1git apply --stat ../飞腾Linux内核补丁4.19.11发行/patch-phytium-4.19.11 检查patc 2023-12-05 linux > kernel > drivers > sound > phytium > patch #git #Linux #linux
pulseaudio调试 pulseaudio调试 源码下载 1git clone https://github.com/realwujing/pulseaudio-12.2.58.git 安装依赖 12sudo apt build-dep .sudo apt install dh-make 编译调试包 关闭编译优化 12cd pulseaudio-12.2.58vim debian/rules 12DEB_CFLAGS_ 2023-12-05 linux > kernel > drivers > sound > pulseaudio #git #strings