This commit is contained in:
PhatenIoT-yan
2025-11-13 09:43:27 +08:00
parent 59bda10c65
commit b5caf4729e
12 changed files with 176 additions and 34 deletions

View File

@@ -222,8 +222,8 @@ sequenceDiagram
| 0x21 | Media Control | MCU→XU316 |
| 0x22 | Report Playback Audio Stream Format and Type | XU316→MCU |
| 0x23 | Set Input/Output Mode | MCU→XU316 |
| 0x24 | Send Playback Volume | MCU→XU316 |
| 0x25 | Send Recording Volume | MCU→XU316 |
| 0x24 | XU316 Send Playback Volume | XU316→MCU |
| 0x25 | XU316 Send Recording Volume | XU316→MCU |
| 0x26 | Switch MCLK | MCU→XU316 |
=== "HID-MCU Transparent Transmission Commands (0xEE-0xEF)"
@@ -635,7 +635,7 @@ sequenceDiagram
```
=== "Function Description"
- This command is used by MCU to set current playback volume to XU316
- This command is used by XU316 to report current playback volume to MCU
#### 3.3.6 Send Recording Volume (0x25)
@@ -662,7 +662,8 @@ sequenceDiagram
```
=== "Function Description"
- This command is used by MCU to set current microphone recording volume to XU316
- This command is used by XU316 to report current microphone recording volume to MCU
- Reserved command, not currently used
#### 3.3.7 Switch MCLK (0x26)

View File

@@ -17,4 +17,5 @@ login: true
| usbdeview | View USB device enumeration information in Windows | <a href="javascript:void(0);" onclick="checkLogin('/assets/download/tools_software/usbdeview.zip')">:material-download:</a> |
| Zadig | Windows USB driver | <a href="javascript:void(0);" onclick="checkLogin('/assets/download/tools_software/zadig-2.8.exe')">:material-download:</a> |
| tuning_gui | XMOS DSP and EQ debugging tool | <a href="javascript:void(0);" onclick="checkLogin('/assets/download/tools_software/tuning_gui_release-250617.zip')">:material-download:</a> |
| XT25F16F_QSPI.spec | Xflash configuration file, applicable to: A316-Mini-V1, A316-LS-MIC-V2, A316-V71-GAME-V1 | <a href="javascript:void(0);" onclick="checkLogin('/assets/download/tools_software/XT25F16F_QSPI.spec')">:material-download:</a> |
<!-- | A316 Auth Tool V1.5_250512 | A316 DAC Auth Tool | [A316 Auth Tool V1.5_250512.rar](/assets/download/tools_software/A316授权上位机V1.5_250512.rar) | -->