cmake CMake 1make -j CFLAGS="-O0 -g" 1make -j12 VERBOSE=1 CXX_FLAGS="$CXX_FLAGS -g -O3 -fPIC" https://cmake.org/cmake/help/v3.17/guide/tutorial/index.html#adding-system-introspection-st 2023-04-21 cpp #Linux #C++ #git #linux #HTML
操作系统 操作系统 磁盘管理 10分钟学懂磁盘的结构(盘片、磁道、扇区、柱面) 进程管理 进程的状态 试题:某计算机系统中的进程管理采用三态模型,那么下图所示的 PCB(进程控制块)的组织方式采用(1 ),图中(2 )。 进程的同步与互斥 互斥:如千军万马过独木桥 同步:速度有差异,在一定情况下停下等待。 临界资源:诸进程间需要互斥方式对其进行共享的资源,如打印机、磁带机等。 临界区:每个进程中访问临 2023-04-21 architect #Linux #linux #HTML
realtek ALC257 renmaed to ALC269 realtek ALC257 renmaed to ALC269 realtek ALC257 renmaed to ALC269 patch 具体参见bd7c9e3.diff 修复链路 1234567module_hda_codec_driver(realtek_driver); // vim sound/pci/hda/patch_realtek.c+9161 .id = snd_ 2024-01-12 linux > kernel > drivers > sound > bugs > 226916 > patch #Linux #linux
hdmi-sound 123456789101112131415161718192021222324252627[四 11月 9 18:16:25 2023] snd_hda_codec_hdmi hdaudioC0D0: HDMI status: Codec=0 Pin=3 Presence_Detect=1 ELD_Valid=1[四 11月 9 18:16:25 2023] snd_hda_codec_hdm 2024-01-12 linux > kernel > drivers > sound > bugs > 216983 #Linux #linux
README runoob-vue3-test This template should help get you started developing with Vue 3 in Vite. Recommended IDE Setup VSCode + Volar (and disable Vetur) + TypeScript Vue Plugin (Volar). Customize configurat 2023-12-19 javascript > runoob-vue3-test #Vue
README test cmake .. -DCMAKE_BUILD_TYPE=Release test1 cmake .. -DCMAKE_BUILD_TYPE=Debug test2 cmake .. -DCMAKE_BUILD_TYPE=Debug test3 cmake .. test test3 test3 24行 -g test1 test2 strip test1 objdump -d -l -S 2023-12-15 cpp > cmake-objdump
ALC885_1-1 ALC885_1-1 6. 引脚描述 6.1 数字输入/输出 Table 1. Digital I/O Pins 数字输入/输出(Digital I/O)引脚是处理数字信号的引脚,用于输入和输出数字数据。总计:9个引脚。以下是ALC885音频编解码器的数字输入/输出引脚的描述和特征定义: RESET# (引脚类型: 输入, 引脚编号: 11):硬件复位信号,当为低电平时对芯片进行复位。特征 2023-12-05 linux > kernel > drivers > sound #git
hda_codec mv /usr/bin/pulseaudio /usr/bin/pulseaudio_bak mv /sbin/alsactl /sbin/alsactl_bak ps aux | grep -i alsactl ps aux | grep -i pulseaudio killall alsactl pulseaudio cd /sys/class/sound/hwC0D0 echo 1 > 2023-12-05 linux > kernel > drivers > sound
hdmi-audio hdmi-audio 217721 HDMI连接带有Audio 显示器,S3/S5/reboot唤醒听不到唤醒音 排查思路 S3: 暂停到内存,唤醒播放提示音前pulseaudio存在 S4: 暂停到硬盘,唤醒播放提示音前pulseaudio存在 S5: 关机,播放提示音前pulseaudio存在 reboot: 重新启动,启动时播放提示音前pulseaudio不存在 查看deepin-log 2023-12-05 linux > kernel > drivers > sound
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 #Linux #git #linux #HTML