Bug #630
MIC录音后音频文件无法从SPK出声
Start date:
11/14/2024
Due date:
% Done:
0%
Estimated time:
型号:
LB200
CPU:
RK3576
产品:
Neardi Pi 3
扩展/功能板硬件版本:
-
核心板硬件版本:
-
底板/一体板硬件版本:
01
固件版本:
\\192.168.1.250\01-Public\wilson_test\rk3576\ubuntu\2024_11_11\rk3576_lb200_ubuntu2204_11_11.img
系统:
Ubuntu
内核版本:
Linux LB3576 6.1.84 #14 SMP Wed Oct 30 15:15:33 CST 2024 aarch64 aarch64 aarch64 GNU/Linux
APP版本:
-
复现概率:
100%
无线网卡:
FD7352S
以太网模组:
YT8521SC
EMMC颗粒:
-
Description
复现手法如下:
![](/redmine/attachments/download/450/clipboard-202411142005-9ohp8.png)
Files
Updated by 培旭 about 2 months ago
spk & headphone:
- 设置sdo2为通道0 :amixer -c 0 cset numid=31,iface=MIXER,name='SAI1 Transmit SDO2 Source Select' 0
- 设置输入sai总线数量为1 :amixer -c 0 cset numid=4,iface=MIXER,name='SAI1 Receive SDIx Select' 1
- 设置输出sai总线数量为1 :amixer -c 0 cset numid=3,iface=MIXER,name='SAI1 Transmit SDOx Select' 1
- 配置耳机通路打开 :amixer -c 0 cset numid=80,iface=MIXER,name='OUT1 Switch' 1
- 配置spk播放通路打开 :amixer -c 0 cset numid=80,iface=MIXER,name='OUT2 Switch' 1
- 使能spk pa :amixer -c 0 cset numid=64,iface=MIXER,name='spk switch' on
- 设置sai接收硬件总线 :amixer -c 0 cset numid=27,iface=MIXER,name='SAI1 Receive PATH2 Source Select' 0
- 设置sai接收硬件总线数量 :amixer -c 0 cset numid=4,iface=MIXER,name='SAI1 Receive SDIx Select' 1
- 打开外置mic录音通道 :amixer -c 0 cset numid=69,iface=MIXER,name='Headset Mic Switch' on
- 打开耳机录音通道 :amixer -c 0 cset numid=68,iface=MIXER,name='Main Mic Switch' on
以上,都运行一下