Files
chromebox_10th_audio_driver/audio_topology/COLLECT.md
jack bda6b60c15 docs(kaisa): make UCM HiFi the only supported path
Promote UCM2/HiFi (Jack-driven) as the primary delivery, add HISTORY.md,
remove ProAudio/REPRO docs and non-UCM scripts, and fix repo-wide references.

Made-with: Cursor
2026-04-08 15:22:45 +08:00

1.2 KiB
Raw Blame History

音频拓扑收集

脚本用于在 Linux / Windows / ChromeOS 下导出 aplaypactldmesg 等,输出默认落在 audio_topology/collected/(可按日期与主机名区分文件)。

对外分享与脱敏

采集输出可能含 hostname、账号 等;外发或贴 issue 前请自行裁剪。

目录结构

  • collect_linux_audio_topology.sh — Linux
  • collect_windows_audio_topology.ps1 — Windows
  • collect_chromeos_audio_topology.sh — ChromeOScrosh → shell
  • collected/ — 原始输出(*.txt 等)

Linux

sudo ./audio_topology/collect_linux_audio_topology.sh
# 或指定输出文件
sudo ./audio_topology/collect_linux_audio_topology.sh /path/to/output.txt

Windows

audio_topology 下以管理员 PowerShell 运行 collect_windows_audio_topology.ps1(可用 -OutputPath)。

ChromeOS

见脚本内注释crosh → shell,将脚本拷至设备执行,默认输出在 /tmp/,再拷回本仓库 collected/

与当前维护文档的关系

排查 HDMI 用户态路由以 docs/linux-hdmi/OPERATION_PipeWire_Kaisa_UCM_HiFi.md 为准;本目录采集为辅助证据,不替代操作文档。