intel / intel/linux-intel-lts

Realtek audio not working

Open
#20 0 comments 0 reactions 0 assignees View on GitHub
Dominant language
No language data
Stars
250
Forks
142
PR merge metrics
No merged PRs in 30d

Description

I am unable to get audio over i2s working on EHL B0 using Beta 3 FW. I am using 5.4/yocto branch and get the below errors after booting. I already have the sof/sof-tplg in place as well.

Is there BIOS changes that are needed to enable audio over i2s on EHL?

[ 0.862145] PCI-DMA: Using software bounce buffering for IO (SWIOTLB)
[ 0.862147] software IO TLB: mapped [mem 0x6cbcd000-0x70bcd000] (64MB)
[ 0.917636] integrity: Loaded X.509 cert 'Microsoft Windows Production PCA 2011: a92902398e16c49778cd90f99e4f9ae17c55af53'
[ 0.917661] integrity: Loaded X.509 cert 'Microsoft Corporation UEFI CA 2011: 13adbf4309bd82709c8cd54f316ed522988a1bd4'
[ 8.668702] sof-audio-pci 0000:00:1f.3: enabling device (0000 -> 0002)
[ 8.669488] sof-audio-pci 0000:00:1f.3: DSP detected with PCI class/subclass/prog-if 0x040100
[ 8.669695] sof-audio-pci 0000:00:1f.3: use msi interrupt mode
[ 9.485810] sof-audio-pci 0000:00:1f.3: bound 0000:00:02.0 (ops i915_audio_component_bind_ops [i915])
[ 9.669904] sof-audio-pci 0000:00:1f.3: hda codecs found, mask 4
[ 9.672819] sof-audio-pci 0000:00:1f.3: unexpected ipc interrupt raised!
[ 9.672821] sof-audio-pci 0000:00:1f.3: error: no reply expected, received 0x0
[ 12.760162] sof-audio-pci 0000:00:1f.3: error: load fw failed ret: -110
[ 12.760206] sof-audio-pci 0000:00:1f.3: error: status = 0x0000002c panic = 0x00000000
[ 12.760212] sof-audio-pci 0000:00:1f.3: error: failed to reset DSP
[ 12.760214] sof-audio-pci 0000:00:1f.3: error: failed to boot DSP firmware -110
[ 12.810661] sof-audio-pci 0000:00:1f.3: error: reset enter failed: core_mask 1 adspcs 0x1d003c
[ 12.810665] sof-audio-pci 0000:00:1f.3: error: dsp core reset failed: core_mask 1
[ 12.810874] sof-audio-pci 0000:00:1f.3: error: sof_probe_work failed err: -110

oot@ehl-Elkhart-Lake-Embedded-Platform:/home/ehl# lsmod | grep snd
snd_soc_rt5660 73728 0
snd_soc_rl6231 20480 1 snd_soc_rt5660
snd_soc_dmic 16384 0
snd_sof_pci 20480 0
snd_sof_intel_hda_common 65536 1 snd_sof_pci
snd_soc_hdac_hda 24576 1 snd_sof_intel_hda_common
snd_sof_intel_hda 20480 1 snd_sof_intel_hda_common
snd_sof_intel_byt 20480 1 snd_sof_pci
snd_sof_intel_ipc 20480 1 snd_sof_intel_byt
snd_sof 106496 4 snd_sof_pci,snd_sof_intel_hda_common,snd_sof_intel_byt,snd_sof_intel_ipc
snd_sof_xtensa_dsp 16384 1 snd_sof_pci
snd_hda_ext_core 28672 3 snd_sof_intel_hda_common,snd_soc_hdac_hda,snd_sof_intel_hda
snd_soc_acpi_intel_match 32768 2 snd_sof_pci,snd_sof_intel_hda_common
snd_soc_acpi 16384 2 snd_sof_pci,snd_soc_acpi_intel_match
snd_intel_nhlt 20480 1 snd_sof_intel_hda_common
snd_hda_codec 126976 1 snd_soc_hdac_hda
snd_hda_core 90112 5 snd_hda_ext_core,snd_hda_codec,snd_sof_intel_hda_common,snd_soc_hdac_hda,snd_sof_intel_hda
snd_hwdep 20480 1 snd_hda_codec
snd_soc_ehl_rt5660 16384 0
snd_soc_core 245760 6 snd_sof,snd_soc_rt5660,snd_sof_intel_hda_common,snd_soc_hdac_hda,snd_soc_dmic,snd_soc_ehl_rt5660
snd_compress 24576 1 snd_soc_core
ac97_bus 16384 1 snd_soc_core
snd_pcm_dmaengine 16384 1 snd_soc_core
snd_pcm 106496 7 snd_hda_codec,snd_sof,snd_soc_rt5660,snd_sof_intel_hda_common,snd_soc_core,snd_hda_core,snd_pcm_dmaengine
snd_seq_midi 20480 0
snd_seq_midi_event 16384 1 snd_seq_midi
snd_rawmidi 36864 1 snd_seq_midi
snd_seq 69632 2 snd_seq_midi,snd_seq_midi_event
snd_seq_device 16384 3 snd_seq,snd_seq_midi,snd_rawmidi
snd_timer 36864 2 snd_seq,snd_pcm
snd 86016 9 snd_seq,snd_seq_device,snd_hwdep,snd_hda_codec,snd_timer,snd_compress,snd_soc_core,snd_pcm,snd_rawmidi
soundcore 16384 1 snd

Contributor guide

Open the contributing guide

Assessment

This issue has not been assessed yet.

Get new issues in your inbox

A short digest of beginner-friendly GitHub issues.