Closed 3ddd closed 4 years ago
@3ddd looks your platform is KBL, which is not supported by SOF driver. https://github.com/thesofproject/linux/blob/topic/sof-dev/sound/pci/hda/hda_intel.c#L2458
/* Kabylake */
{ PCI_DEVICE(0x8086, 0xa171),
Is there another Linux driver supporting this? Or is Windows the only solution for this Problem?
There is already the skylake sst driver taking care of this device.
[ 5.093062] snd_soc_skl 0000:00:1f.3: DSP detected with PCI class/subclass/prog-if info 0x040100
[ 5.093064] snd_soc_skl 0000:00:1f.3: Digital mics found on Skylake+ platform, using SST driver
[ 5.093069] snd_soc_skl 0000:00:1f.3: enabling device (0000 -> 0002)
[ 5.093681] snd_soc_skl 0000:00:1f.3: bound 0000:00:02.0 (ops i915_audio_component_bind_ops [i915])
I am afraid you've hit an issue with this driver.
I would use 'options snd-intel-dspcf dsp_driver=1' in /etc/modprobe.d/alsa-base.conf to see if the legacy driver works on playback for you. If you see a Conexant codec you are probably out of luck, this is a configuration not supported by this driver.
i see no difference with the dsp_driver=1 -> http://alsa-project.org/db/?f=173ba2a7dfc88d6ef4efb28b1e9d6a6848f7a4b7 where should i see the Conexant Codec? Any Chance to fix that in SST Driver? Where is the right place to ask for that?
To activate Playback i could use this: https://askubuntu.com/questions/1243369/sound-card-not-detected-ubuntu-20-04-sof-audio-pci
i see no difference with the dsp_driver=1 -> http://alsa-project.org/db/?f=173ba2a7dfc88d6ef4efb28b1e9d6a6848f7a4b7 where should i see the Conexant Codec? Any Chance to fix that in SST Driver? Where is the right place to ask for that?
snd_intel_dspcf: dsp_driver=1
typo: was dspcfg...
ok, now i have playback but no DMIC. Also there is a Conexant Codec now - so then i am out of luck and have to use Windows? http://alsa-project.org/db/?f=951b7476be2a5837dc680ef2c75a6daf1235be3c
ok, now i have playback but no DMIC.
that's 'normal', it was just to detect the codec.
Also there is a Conexant Codec now - so then i am out of luck and have to use Windows?
I am afraid we don't have a solution at the moment. There was a decision that KBL would not be supported by SOF, but since the other driver doesn't work with Conexant codecs that leaves mainly HP users without a solution.
Thank you anyway.
@3ddd we won't provide fix from SOF side, close it here.
I have no internal Mic on my Ubuntu 20.04 with mainline Kernel 5.9. Any idea how to fix that?
dmesg.log
http://alsa-project.org/db/?f=4237a4c012b0505892a70fbd4ed9764277bd6ccb