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.

Porting of SGTL5000 audio codec

Hi,


We are working on customized board using ti-ezsdk_dm816x-evm_5_05_02_00.

I understand that TLV320AIC3x chip which is used in evm board supports 8-bit registers so the snd_soc_codec_set_cache_io(codec, 8, 8, aic3x->control_type); is using parameters 8,8.

But we are using sgtl5000 chip in our customized board and it supports 16 bit address and data registers, so 16, 16 has been used in snd_soc_codec_set_cache_io().


Whether using 16-bit , 16-bit in snd_soc_codec_set_cache_io() function parameter will cause any issue in register read/write??

 

Thanks in advance.

Regards,

Ambika