how to support a audio chip (cs4344),has no iic or spi control interface,using iis interface

cancel
Showing results for 
Show  only  | Search instead for 
Did you mean: 

how to support a audio chip (cs4344),has no iic or spi control interface,using iis interface

1,758 Views
jony_oy
Contributor I

how to design a audio driver of cs4344 chip using i.mx6 platform.the chip has no control interface. and we must force it output using iis interface

Tags (2)
0 Kudos
4 Replies

918 Views
jony_oy
Contributor I

the problem has solved,we must modify the file asic.c in kernel

0 Kudos

918 Views
simonvanveerdeg
Contributor I

I'm also try to get cs4344 chip working om my imx6DL with kernel 3.10.53

What do you change on the kernel to get this working.

I already added sound/soc/codecs/cs4344.c and also sound/soc/fsl/imx-cs4344.c

It is registered in my kernel, but i don,t get audio out of it.

0 Kudos

918 Views
johnson_jl
Contributor I

Same issue, try to use CS4344 under Android 4.4.3, but not success.

Any comments?

0 Kudos

918 Views
igorpadykov
NXP Employee
NXP Employee

Hi Jony,

for hardware connections one can use as example WM8962

included in SPF-27392 rev.C3.pdf of Sabre SDB schematic.

As for software please look at i.MX_6Dual6Quad_BSP_Porting_Guide.pdf

Chapter 8 Porting Audio Codecs to a Custom Board.

It is included in Linux Doc bundle below

L3.0.35_4.1.0_LINUX_DOCS

Also check cs42888.c in SDK:

"MX6_PLATFORM_SDK "

http://www.freescale.com/webapp/sps/site/prod_summary.jsp?code=i.MX6Q&nodeId=018rH3ZrDRB24A&fpsp=1&t...

Best regards

chip

-----------------------------------------------------------------------------------------------------------------------

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

-----------------------------------------------------------------------------------------------------------------------

0 Kudos