Transfer IMX6 audio data to fpga over EIM bus

キャンセル
次の結果を表示 
表示  限定  | 次の代わりに検索 
もしかして: 

Transfer IMX6 audio data to fpga over EIM bus

ソリューションへジャンプ
1,731件の閲覧回数
sumish_ks
Contributor II

Hello,

I am working on a imx6q custom board and using freescale linux kernel 3.14.52 .

I want to send and receive audio data from sgtl5000 codec connected to SSI interface of imx6 to an FPGA via EIM. What would be the best way to do that ?

Thanks and regards,

Sumish

ラベル(1)
0 件の賞賛
返信
1 解決策
1,514件の閲覧回数
igorpadykov
NXP Employee
NXP Employee

Hi Sumish

I think this is posiible, consider changing writing audio data to memory

circular buffer instead file.

Best regards
igor

元の投稿で解決策を見る

0 件の賞賛
返信
4 返答(返信)
1,514件の閲覧回数
igorpadykov
NXP Employee
NXP Employee

Hi Sumish

one can check Chapter 28 Advanced Linux Sound Architecture (ALSA) System
on a Chip (ASoC) Sound Driver attached Linux Manual for linux sound subsystem description.

Data from fpga can be written to file, then played using examples in

imx-test (./mxc_sound_test) package
www.nxp.com/lgfiles/NMG/MAD/YOCTO/imx-test-5.7.tar.gz

Best regards
igor
-----------------------------------------------------------------------------------------------------------------------
Note: If this post answers your question, please click the Correct Answer button. Thank you!
-----------------------------------------------------------------------------------------------------------------------

0 件の賞賛
返信
1,514件の閲覧回数
sumish_ks
Contributor II

Hi igor,

Thanks a lot. To send continuous audio data from audio codec to fpga through EIM, can I use the same approach as you mentioned for the data received from fpga (for e.g. writing to a file first then send it to fpga)? Please note that we are sending/receiving continuous audio data.

Regards,

Sumish

0 件の賞賛
返信
1,515件の閲覧回数
igorpadykov
NXP Employee
NXP Employee

Hi Sumish

I think this is posiible, consider changing writing audio data to memory

circular buffer instead file.

Best regards
igor

0 件の賞賛
返信
1,514件の閲覧回数
sumish_ks
Contributor II

Thanks igor.

0 件の賞賛
返信