完善资料让更多小伙伴认识你,还能领取20积分哦, 立即完善>
在开机的启动信息里发现
[ 1.785951] ALSA device list: [ 1.785960] No soundcards found. 此时用Mplayer打开mp3文件是没声音的,且播放的进度条是不动的。 从搜索的网上的信息了解到“RT5640和RT3224在硬件和软件上完全兼容, 而RK配置RT3224时用是RT3261的驱动,” 按照方法配置成3261的驱动,可以在启动信息里看到驱动加载成功 [ 2.207254] ALSA device list: [ 2.207262] #0: RK_RT3224 此时在系统中用Mpaly播放MP3文件无声音,但播放进度条在走。 硬件上5640的供电是正常的。 几个时钟信号MCLK是11.2M,BCLK1是2.8M,LRCK1是44.1k 这里交代了以下我们做的两代RK3288的板子差异,播放无声音是在第二代板子上,以上内容均为第二代板子的现象。下表列出了第一代板子和第二代板子的差异。 版本 cpu型号 codec型号 现象结果 时钟信号差异 备注 第一代板子 RK3288 ALC5631 有声音 MCLK 11.2M 方波 其余时钟两代板子一样 第一代板子 RK3288w ALC5631 有声音 MCLK 11.2M 方波 且系统都是一样的情况 第二代板子 RK3288w ALC5640 无声音 MCLK 11.2M 三角波 可以判断的是MCLK是由CPU(rk3288)产生,由两代板子都用rk3288w的情况下产生的MCLK波形不一样 MCLK的方波波形 MCLK的三角波波形 幅值差别很大,另外我把MCLK ALC5640到RK3288的33Ω的电阻拿下来,发现三角波是可以测得11.2M的频率的。 现在不知道怎么去处理这个问题了,请看到的大神帮忙解决一下,谢谢。 以上的MCLK问题解决了,第二代板子能产生正常的1.8V的方波。这里需要补充一下。 第二代板子用5631的芯片,CPU产生的主时钟MCLK是1.8V的是因为,给CPU供电用于产生主时钟MCLK的电压是1.8V在RK3288的Y12(APIO4_VDD)引脚。 第一代该电压用的是3.3V所以产生的MCLK也是3.3V的。 第二代板子不能正常产生MCLK的原因在于用的是第一代的系统软件,要在编译时把firefly-rk3288-linux.dts中的APIO4_VDD由原先的3.3V电压改为1.8V 改完之后然后再重新编译系统生成boot.img烧入到板子,自此5640codec芯片的输入都正常,codec的输出不正常接下来正在调codec的输出。 用arecord -L可以列出设备信息,可以用这些设备可以采集录音 firefly@firefly:~$ arecord -L null Discard all samples (playback) or generate zero samples (capture) default dmixer sysdefault:CARD=RKRT3224 RK_RT3224, Default Audio Device dmix:CARD=RKRT3224,DEV=0 RK_RT3224, Direct sample mixing device dmix:CARD=RKRT3224,DEV=1 RK_RT3224, Direct sample mixing device dsnoop:CARD=RKRT3224,DEV=0 RK_RT3224, Direct sample snooping device dsnoop:CARD=RKRT3224,DEV=1 RK_RT3224, Direct sample snooping device hw:CARD=RKRT3224,DEV=0 RK_RT3224, Direct hardware device without any conversions hw:CARD=RKRT3224,DEV=1 RK_RT3224, Direct hardware device without any conversions plughw:CARD=RKRT3224,DEV=0 RK_RT3224, Hardware device with all software conversions plughw:CARD=RKRT3224,DEV=1 RK_RT3224, Hardware device with all software conversions 选择dsnoop firefly@firefly:~$ arecord -D dsnoop:CARD=RKRT3224 -d 10 -f cd -r44100 -c 2 -t wav testdsnoop_1.wav Recording WAVE ‘testdsnoop_1.wav’ : Signed 16 bit Little Endian, Rate 44100 Hz, Stereo firefly@firefly:~$ Recording WAVE ‘testdsnoop_1.wav’ : Signed 16 bit Little Endian, Rate 44100 Hz, Stereo Warning: rate is not accurate (requested = 44100Hz, got = 48000Hz) please, try the plug plugin (有时会报频率的错误,该成44100不报错,但一会优惠报错,又要改成48000,但报错是也可以录音) firefly@firefly:~$ 成功录制了10秒内容,但播放不出声音用aplay播放10秒,无声音 firefly@firefly:~$ aplay testdsnoop_1.wav Playing WAVE ‘testdsnoop_1.wav’ : Signed 16 bit Little Endian, Rate 44100 Hz, Stereo firefly@firefly:~$ 选择sysdefault设备,会报错,信息如下 firefly@firefly:~$ arecord -D sysdefault:CARD=RKRT3224 -d 10 -f cd -r44100 -c 2 -t wav testdsnoop_1.wav Recording WAVE ‘testdsnoop_1.wav’ : Signed 16 bit Little Endian, Rate 44100 Hz, Stereo arecord: pcm_read:2031: read error: Input/output error firefly@firefly:~$ 文件也产生了,但是播放时立马就结束了 firefly@firefly:~$ aplay testdsnoop_1.wav Playing WAVE ‘testdsnoop_1.wav’ : Signed 16 bit Little Endian, Rate 44100 Hz, Stereo firefly@firefly:~$ 选择dmix设备,立马报错,信息如下。且不产生录音文件。 firefly@firefly:~$ arecord -D dmix:CARD=RKRT3224 -d 10 -f cd -r44100 -c 2 -t wav testdsnoop_1.wav ALSA lib pcm_dmix.c:961:(snd_pcm_dmix_open) The dmix plugin supports only playback stream arecord: main:722: audio open error: Invalid argument firefly@firefly:~$ 选择hw,报错信息如下。 firefly@firefly:~$ arecord -D hw:CARD=RKRT3224 -d 10 -f cd -r44100 -c 2 -t wav test_hm_2.wav Recording WAVE ‘test_hm_2.wav’ : Signed 16 bit Little Endian, Rate 44100 Hz, Stereo arecord: pcm_read:2031: read error: Input/output error firefly@firefly:~$ 文件生成了,但播放立马就结束了,应该是个无效文件。 选择plughw设备,报错信息如下 firefly@firefly:~$ arecord -D plughw:CARD=RKRT3224 -d 10 -f cd -r44100 -c 2 -t wav test_plughw.wav Recording WAVE ‘test_plughw.wav’ : Signed 16 bit Little Endian, Rate 44100 Hz, Stereo arecord: pcm_read:2031: read error: Input/output error firefly@firefly:~$ 频率改变8000,报错 firefly@firefly:~$ arecord -D dsnoop:CARD=RKRT3224 -d 10 -f S16_LE -r 8000 -c 2 -t wav test_dsnoop_8000.wav Recording WAVE ‘test_dsnoop_8000.wav’ : Signed 16 bit Little Endian, Rate 8000 Hz, Stereo Warning: rate is not accurate (requested = 8000Hz, got = 48000Hz) please, try the plug plugin Channels选择为1 即 -c 1,报错信如下 firefly@firefly:~$ arecord -D dsnoop:CARD=RKRT3224 -d 10 -f S16_LE -r 44100 -c 1 -t wav test_dsnoop_44100.wav Recording WAVE ‘test_dsnoop_44100.wav’ : Signed 16 bit Little Endian, Rate 44100 Hz, Mono arecord: set_params:1239: Channels count non available 这个报错和选择设备dmix时的报错是一样的,都是arecord:main:722,但多了一行ALSA lib pcm_dmix.:961:(snd_pcm_dmix_open) The dmix plugin supports only playback stream,是不是说明dmix设备不能用来录音?? firefly@firefly:~$ arecord -f cd test.wav ALSA lib pcm_dmix.c:961:(snd_pcm_dmix_open) The dmix plugin supports only playback stream arecord: main:722: audio open error: Invalid argument |
|
|
|
你正在撰写答案
如果你是对答案或其他答案精选点评或询问,请使用“评论”功能。
rk1126实现BT601输入,输入不带IIC接口的驱动程序
1137 浏览 0 评论
1170 浏览 1 评论
2263 浏览 3 评论
RK3568 Android11让系统ntp校准时间生效,需要设置些什么
3028 浏览 1 评论
5022 浏览 2 评论
小黑屋| 手机版| Archiver| 电子发烧友 ( 湘ICP备2023018690号 )
GMT+8, 2024-8-16 12:23 , Processed in 0.460358 second(s), Total 44, Slave 36 queries .
Powered by 电子发烧友网
© 2015 www.ws-dc.com
关注我们的微信
下载发烧友APP
电子发烧友观察
版权所有 © 湖南华秋数字科技有限公司
电子发烧友 (电路图) 湘公网安备 43011202000918 号 电信与信息服务业务经营许可证:合字B2-20210191 工商网监 湘ICP备2023018690号