Bard Liao
Bard Liao
I checked 'Headset Mic Jack' status of all 3 MTLP_SDW_AIOC devices in JF, and they are all on. ``` amixer cget numid=37 numid=37,iface=CARD,name='Headset Mic Jack' ; type=BOOLEAN,access=r-------,values=1 : values=on ```...
@plbossart Can you try https://github.com/thesofproject/linux/pull/4873? We didn't add quirk for SUK 0CC7, and based on my test, the JD source is JD2. @shumingfan Could you confirm the JD source?
> @plbossart Can you try #4873? We didn't add quirk for SUK 0CC7, and based on my test, the JD source is JD2. @shumingfan Could you confirm the JD source?...
> @bardliao if the codec driver only supports JD1, setting the quirk to JD2 will do absolutely nothing? Hmm, the codec driver will set a register if the JD source...
> @plbossart I could reproduce the same issue on SKU 0CC7, even using the patch ([#4872 (comment)](https://github.com/thesofproject/linux/issues/4872#issuecomment-2024315612)). If the jack inserts into the socket slowly, the issue will happen. The...
Thanks @plbossart Looks like a good start for SDCA driver.
@rodrigovivi Can you try [sof-mtl-rt712-l0-2ch.zip](https://github.com/thesofproject/linux/files/14973475/sof-mtl-rt712-l0-2ch.zip)? ``` [ 16.204349] snd_soc_sof_sdw:sof_card_dai_links_create: sof_sdw sof_sdw: sdw 3, ssp 0, dmic 2, hdmi 3, bt: 0 [ 16.204350] snd_soc_sof_sdw:init_dai_link: sof_sdw sof_sdw: create dai link SDW0-Playback-SimpleJack,...
> > The dmic01 id is 3. I modified the indices in the topology. > > @bardliao is this because we don't have the amp feedback on rt712? Yes.
> with dmic01 id 3 it goes further, and then it fails: [ 18.577436] sof_sdw sof_sdw: ASoC: physical link dmic16k (id 5) not exist > > [dmesg-audio-dmic01-id-3.txt](https://github.com/thesofproject/linux/files/14986066/dmesg-audio-dmic01-id-3.txt) @rodrigovivi Thanks for...
@rodrigovivi Do you have a chance to test [sof-mtl-rt712-l0-2ch.zip](https://github.com/thesofproject/linux/files/14987476/sof-mtl-rt712-l0-2ch.zip)? We will merge https://github.com/thesofproject/sof/pull/9041 if the test result is positive.