Thanks for sharing that all that
The output of `pa-info` contains:
Code: Select all
Default Sink: auto_null
Default Source: auto_null.monitor
Then, the output of `alsactl info` contains:
Code: Select all
longname: HP-Dragonair-rev4
driver_name: sof-rt5682
mixer_name: Intel Kabylake HDMI
So looking at the output of `dmesg`, some relevant sections are:
Code: Select all
[ 4.038033] rt5682 i2c-10EC5682:00: Using default DAI clk names: rt5682-dai-wclk, rt5682-dai-bclk
[ 4.038622] rt5682 i2c-10EC5682:00: supply AVDD not found, using dummy regulator
[ 4.039248] rt5682 i2c-10EC5682:00: supply MICVDD not found, using dummy regulator
[ 4.039255] rt5682 i2c-10EC5682:00: supply VBAT not found, using dummy regulator
[ 4.041398] snd_hda_intel 0000:00:1f.3: DSP detected with PCI class/subclass/prog-if info 0x040100
Code: Select all
[ 4.778335] snd_soc_skl 0000:00:1f.3: DSP detected with PCI class/subclass/prog-if info 0x040100
[ 4.798704] sof-audio-pci-intel-cnl 0000:00:1f.3: DSP detected with PCI class/subclass/prog-if info 0x040100
[ 4.798856] sof-audio-pci-intel-cnl 0000:00:1f.3: DSP detected with PCI class/subclass/prog-if 0x040100
[ 4.813121] sof-audio-pci-intel-cnl 0000:00:1f.3: bound 0000:00:02.0 (ops __SCT__tp_func_intel_frontbuffer_flush [i915])
[ 4.820394] sof-audio-pci-intel-cnl 0000:00:1f.3: use msi interrupt mode
[ 4.833437] sof-audio-pci-intel-cnl 0000:00:1f.3: NHLT table not found
[ 4.833487] sof-audio-pci-intel-cnl 0000:00:1f.3: hda codecs found, mask 4
[ 4.833500] Loading firmware: intel/sof/community/sof-cml.ri
[ 4.841486] sof-audio-pci-intel-cnl 0000:00:1f.3: Firmware info: version 2:2:0-57864
[ 4.841490] sof-audio-pci-intel-cnl 0000:00:1f.3: Firmware: ABI 3:22:1 Kernel ABI 3:23:0
[ 4.841494] sof-audio-pci-intel-cnl 0000:00:1f.3: unknown sof_ext_man header type 3 size 0x30
Code: Select all
[ 4.953459] sof-audio-pci-intel-cnl 0000:00:1f.3: Firmware info: version 2:2:0-57864
[ 4.953474] sof-audio-pci-intel-cnl 0000:00:1f.3: Firmware: ABI 3:22:1 Kernel ABI 3:23:0
Code: Select all
[ 4.981604] Loading firmware: intel/sof-tplg/sof-cml-rt5682-max98357a.tplg
[ 4.983762] sof-audio-pci-intel-cnl 0000:00:1f.3: Topology: ABI 3:22:1 Kernel ABI 3:23:0
[ 4.984615] sof_rt5682 sof_rt5682: ASoC: Parent card not yet available, widget card binding deferred
[ 5.014845] snd_hda_codec_hdmi ehdaudio0D2: ASoC: sink widget AIF1TX overwritten
[ 5.014856] snd_hda_codec_hdmi ehdaudio0D2: ASoC: source widget AIF1RX overwritten
[ 5.030574] input: sof-rt5682 Headset Jack as /devices/pci0000:00/0000:00:1f.3/sof_rt5682/sound/card0/input27
[ 5.030651] input: sof-rt5682 HDMI/DP,pcm=2 as /devices/pci0000:00/0000:00:1f.3/sof_rt5682/sound/card0/input28
[ 5.030719] input: sof-rt5682 HDMI/DP,pcm=3 as /devices/pci0000:00/0000:00:1f.3/sof_rt5682/sound/card0/input29
[ 5.030819] input: sof-rt5682 HDMI/DP,pcm=4 as /devices/pci0000:00/0000:00:1f.3/sof_rt5682/sound/card0/input30
Hopefully someone with knowledge and/or experience of this hardware can comment on whether any of this indicates a problem, and if so, what needs to be done to fix it.