AK7755 Audio CODEC

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

AK7755 Audio CODEC

903 Views
kmagi
Contributor III

Hi All,

 

I implemented AK7755 audio codec on iMX6ull.

I am able to probe i2c driver, successfully map DAI with codec.

But I am getting below error and playback using aplay is not working yet,.

ak7755 0-0018: Control not supported for path LineOut Amp3 Mixer -> [NULL] -> Line Out3

ak7755 0-0018: ASoC: no dapm match for LineOut Amp3 Mixer --> NULL --> Line Out3

ak7755 0-0018: ASoC: Failed to add route LineOut Amp3 Mixer -> NULL -> Line Out3

ak7755 0-0018: Control not supported for path SDOUT1 Enable -> [NULL] -> SDOUT1

ak7755 0-0018: ASoC: no dapm match for SDOUT1 Enable --> NULL --> SDOUT1

ak7755 0-0018: ASoC: Failed to add route SDOUT1 Enable -> NULL -> SDOUT1

ak7755 0-0018: Control not supported for path SDOUT2 Enable -> [NULL] -> SDOUT2

ak7755 0-0018: ASoC: no dapm match for SDOUT2 Enable --> NULL --> SDOUT2

ak7755 0-0018: ASoC: Failed to add route SDOUT2 Enable -> NULL -> SDOUT2

ak7755 0-0018: Control not supported for path SDOUT3 Enable -> [NULL] -> SDOUT3

ak7755 0-0018: ASoC: no dapm match for SDOUT3 Enable --> NULL --> SDOUT3

ak7755 0-0018: ASoC: Failed to add route SDOUT3 Enable -> NULL -> SDOUT3

imx-ak7755 sound-ak7755: ak7755-aif <-> 2028000.sai mapping ok

        [AK7755] ak7755_reg_write address = CE Data = 0B

  #0: ak7755-audio

 

I think machine driver has got issues with audio routing and DAPM settings.

Can anyone share me any reference machine driver code that aligns more with AK7755?

 

Thanks

0 Kudos
Reply
1 Reply

894 Views
Bio_TICFSL
NXP TechSupport
NXP TechSupport

Hello kmagi,

I think your error is that you have connected the SPI lines to the ak7755, we don´t have any code or machine code to connect this device. However you can see the Linux reference manual for SPI that is fully tested.

https://www.nxp.com/webapp/Download?colCode=L5.4.24_2.1.0_LINUX_DOCS

 

Regards

 

0 Kudos
Reply