Adding a Sound CODEC To IMX6

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

Adding a Sound CODEC To IMX6

ソリューションへジャンプ
2,659件の閲覧回数
freewaymad
Contributor IV

Hi,

I wanted to know about adding a audio CODEC to the imx6. I wanted to add the es8388 audio CODEC. So, what I did was add the "es8388.c" and "es8388.h" to the kernel_imx/sound/soc/codecs folder. I then went to "Kconfig" and added the lines:

select SND_SOC_ES8388 if I2C

and

config SND_SOC_ES8388

  tristate

in appropriate places. Then I went to the "Makefile" and added the lines:

snd-soc-es8388-objs := es8388.o

and

obj-$(CONFIG_SND_SOC_ES8388)+= snd-soc-es8388.o

in appropriate places. So my question is is this right and would the CODEC be compiled into the kernel? Hopefully someone can help. Thanks.

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

Hi Dave

please look at Chapter 8 Porting Audio Codecs to a Custom Board

i.MX_6Dual6Quad_BSP_Porting_Guide.pdf

L3.0.35_4.1.0_LINUX_DOCS

audio_test.c i.MX 6Series Platform SDK : Bare-metal SDK

Best regards

igor

元の投稿で解決策を見る

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

Hi Dave

please look at Chapter 8 Porting Audio Codecs to a Custom Board

i.MX_6Dual6Quad_BSP_Porting_Guide.pdf

L3.0.35_4.1.0_LINUX_DOCS

audio_test.c i.MX 6Series Platform SDK : Bare-metal SDK

Best regards

igor

0 件の賞賛
返信
1,322件の閲覧回数
freewaymad
Contributor IV

Thank you for your reply. This is what I was looking for.

0 件の賞賛
返信