MX6 interfacing with WM8731

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

MX6 interfacing with WM8731

ソリューションへジャンプ
1,033件の閲覧回数
zctee
Contributor III

Hi all,

I am currently on a task to integrate the i.mx6 SOLO with WM8731. I used the imx-wm8962 as base and modified it accordingly to suit to the wm8731.

As of current progress, i had manage to link the I2C and AUDMUX between the CPU and the audio codec.

From the kernel log, i can see that the wm8731-hifi is linked with imx-ssi.0,

[    0.484393] asoc: wm8731-hifi <-> imx-ssi.0 mapping ok

and a ALSA device is created.

[    0.491081] ALSA device list:

[    0.491087]   #0: wm8731

In my device node, i have seen /snd/controlC0, /snd/pcmC0D0c and /snd/pcmC0D0p node.

However i do not see the /dev/audio and /dev/mixer nodes. May i know where and when does the node is created? Which part of the coding in kernel creates it? I am using kernel version 3.0.15.

Thank you

タグ(4)
0 件の賞賛
1 解決策
738件の閲覧回数
zctee
Contributor III

Solution found. We need to add in OSS related stuff in menuconfig, and /dev/audio and /dev/mixer will be out.

元の投稿で解決策を見る

0 件の賞賛
3 返答(返信)
739件の閲覧回数
zctee
Contributor III

Solution found. We need to add in OSS related stuff in menuconfig, and /dev/audio and /dev/mixer will be out.

0 件の賞賛
738件の閲覧回数
igorpadykov
NXP Employee
NXP Employee

Hi ZC

I would suggest to post that on alsa community as

this is specific alsa question

Help To Debug - AlsaProject

Best regards

igor

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

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

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

0 件の賞賛
738件の閲覧回数
zctee
Contributor III

Hi Igor,

Thanks for the suggestion.

I would like to see if in the freescale community had anybody done the integration of wm8731 before and point me to the right direction, instead of me scratching my head thinking whether am i doing the correct thing.

I am doing the kernel space integration for the audio codec. Therefore, i need to understand where does the creation of /dev/audio and /dev/mixer take place so that i can starts my debugging and communicate with the guy who is doing the user space coding.

Thank you.

0 件の賞賛