linux
linux copied to clipboard
Linux kernel source tree
xruns seen with this simple script: ````bash set -e cnt=0 while true; do aplay -Dhw:0,0 -c2 -r48000 -fS16_LE /dev/zero -d5 sleep 5; cnt=$((cnt + 1)); echo "iteration $cnt done"; done...
Started seeing this sort of issues today: https://sof-ci.01.org/linuxpr/PR5044/build3423/devicetest/index.html?model=LNLM_RVP_HDA&testcase=check-pause-resume-capture-100 ```` (100/100) Wait for 172 ms before resume declare -- cmd="journalctl_cmd --since=@1717691003" 2024-06-06 16:23:56 UTC [REMOTE_INFO] Entering expect script with: arecord -D...
[BUG] Using Internal Speaker on Laptop with Tiger Lake-H, Audio is delayed when playing from silence
**Describe the bug** When I try to play audio using my laptop (MSI GP76 Leopard 11UG with Intel i7-11800H), the audio is muted for around a second before playing, skipping...
**Describe the bug** I purchased a Chromebook Plus 515 with a 12th gen Intel CPU (i3-1215u) and decided to flash Coreboot (via [MrChromebox's firmware utility](https://docs.chrultrabook.com/docs/firmware/flashing-firmware.html)) to replace ChromeOS with a...
So can anyone help with implementing firmware for this model? What should I provide? `options snd-hda-intel dmic_detect=0` currently works for sound, but internal microphone does not work. 3.5 headset works....
I have tried drivers from different devices and manufacturers, he does not see any card, installing drivers error code 10
There are 2 theoretical cases where the current locking is broken. ### stream locking the use of sdw_acquire_bus_lock() can lead to an AB/BA deadlock. If two streams use the same...
on this device. speaker been recognized as "line out" in pipewire and alsa. but it is a speaker, which means it will never be "pluged in". thus pipewire will never...
There seems to be missing firmware for the DSP chip used in this particular laptop. Journalctl mentions a missing topology file: ``` Apr 26 11:28:17 construct kernel: sof-audio-pci-intel-mtl 0000:00:1f.3: DSP...
UCM relies on this setting ```` BootSequence [ cset "name='rt714 ADC 22 Mux' 'DMIC3'" ```` But as noted in https://wiki.archlinux.org/title/Dell_XPS_17_(9720)#Microphone and https://github.com/thesofproject/sof/issues/7799#issuecomment-2151551316 the working setting is DMIC1 The question is:...