Hello!
root@dvr:/# aplay -l
**** List of PLAYBACK Hardware Devices ****
card 0: SOUND0 [TI81XX SOUND0], device 1: AIC3X tlv320aic3x-hifi-1 []
Subdevices: 1/1
Subdevice #0: subdevice #0
card 1: SOUND1 [TI81XX SOUND1], device 0: hdmi HDMI-DAI-CODEC-0 []
Subdevices: 1/1
Subdevice #0: subdevice #0
root@dvr:/# arecord -l
**** List of CAPTURE Hardware Devices ****
card 0: SOUND0 [TI81XX SOUND0], device 0: TVP-PCM tvp5158-hifi-0 []
Subdevices: 1/1
Subdevice #0: subdevice #0
card 0: SOUND0 [TI81XX SOUND0], device 1: AIC3X tlv320aic3x-hifi-1 []
Subdevices: 1/1
Subdevice #0: subdevice #0
Above is my detailed hardware configuration information, audio input from connect audio 1 pin on board, LCD TV connect hdmi0 pin,Questions as follows:
1.root@dvr:/# arecord -Dhw:0,0 -r8000 -fS16_LE -twav -c2|aplay -Dhw:0,0 -r8000 -fS
16_LE -c1
aplay: main:660: audio open error: No such file or directory
Recording WAVE 'stdin' : Signed 16 bit Little Endian, Rate 8000 Hz, Stereo
root@dvr:/# arecord -Dhw:0,0 -r8000 -fS16_LE -twav -c2|aplay -Dhw:0,1 -r8000 -fS
16_LE -c1
Recording WAVE 'stdin' : Signed 16 bit Little Endian, Rate 8000 Hz, Stereo
Playing WAVE 'stdin' : Signed 16 bit Little Endian, Rate 8000 Hz, Stereo
arecord: pcm_read:1773: read error: Input/output error
2.root@dvr:/usr/share/sounds/alsa# aplay -Dhw:0,0 Side_Right.wav
aplay: main:660: audio open error: No such file or directory
root@dvr:/usr/share/sounds/alsa# aplay -Dhw:0,1 Side_Right.wav
Playing WAVE 'Side_Right.wav' : Signed 16 bit Little Endian, Rate 48000 Hz, Mono
aplay: set_params:1065: Channels count non available
Above is my audio test information, has some problem, what should i do?