Hi all
I insert one USB audio device on DM8148
when I use 'cat /dev/dsp1 > /temp/sample.pcm'
It will show '2:2:1: cannot get freq at ep 0x85'
but it still can play audio from USB audio device
How can I fixed it ~
thanks ~
This thread has been locked.
If you have a related question, please click the "Ask a related question" button in the top right corner. The newly created question will be automatically linked to this question.
Hi all
I insert one USB audio device on DM8148
when I use 'cat /dev/dsp1 > /temp/sample.pcm'
It will show '2:2:1: cannot get freq at ep 0x85'
but it still can play audio from USB audio device
How can I fixed it ~
thanks ~
Hi all
sorry new problem about before post
I insert one audio device (can playback and capture) ,
and I want to read and write this device at the same time
I set audio format is unsigned 8 bits , 1 channel , 8kHz
TI8168 and TI8148 evm have the same kernel set ('alsa' and 'usb') and test code
TI8168 test correct but TI8148 read will lag
why ??
thanks ~