LINE_IN and LINE_OUT in sgtl5000 not working in imx6ul target board

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

LINE_IN and LINE_OUT in sgtl5000 not working in imx6ul target board

1,963件の閲覧回数
sourabhdas
Contributor III

Hi All,

We were having imx6 ultralite target board. Audio Codec sgtl5000 is used. MIC_IN and HP is working fine,

But LINE_IN and LINE_OUT is not working. kernel version 4.1.15 is used.

Below are the sound entry in the devicetree file:

sound {
        compatible = "fsl,imx-audio-sgtl5000";
        model = "imx6ul-sgtl5000";
        audio-cpu = <&sai1>;
        audio-codec = <&codec>;
        audio-routing =
            "LINE_IN", "Line In Jack",
            "MIC_IN", "Mic Jack",
            "Mic Jack", "Mic Bias",
            "Headphone Jack", "HP_OUT";
    };

For using LINE_IN for recording purpose, we selected the 'Capture Mux' to 'LINE_IN' and set the 'Capture Volume' values to 12, using amixer. But we are not able to record anything.

Can anyone have got line out port working with sgtl5000?

Or anything i am missing?

ラベル(1)
タグ(1)
0 件の賞賛
返信
1 返信

1,517件の閲覧回数
igorpadykov
NXP Employee
NXP Employee

Hi Sourabh

please check dts of karo tx6ul board :
https://github.com/RobertCNelson/device-tree-rebasing/blob/master/src/arm/imx6ul-tx6ul.dtsi

Description of patchset which adds support for the i.MX6UL SoC to the imx-sgtl5000 sound driver.
https://groups.google.com/forum/?nomobile=true#!topic/fa.linux.kernel/659CoJ8kCNQ

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

0 件の賞賛
返信