linux
linux copied to clipboard
Linux kernel source tree
System is not waking up Playback/Capture-> pause -> resume scenario. **Steps to reproduce** - Use Any HDA board (I have tried MTLP and ADLP Platforms) - Open a terminal and...
_Originally posted by @marc-hb in https://github.com/thesofproject/linux/issues/4681#issuecomment-2125436314_ "signal too weak" failure in daily test run 41404?model=LNLM_SDW_AIOC&testcase=check-alsabat-headset-capture-599, see logs below. EDIT: also in https://sof-ci.01.org/sofpr/PR9159/build4831/devicetest/index.html?model=LNLM_SDW_AIOC&testcase=check-alsabat-headset-capture-821 cc: - thesofproject/linux#4681 - thesofproject/sof#9164 - https://github.com/thesofproject/sof/issues/8809 ```...
Hi, new token set is added by https://github.com/thesofproject/sof/pull/9202 to indicate that the pause operation is supported or not on the given PCM device. Use this information in hda-pcm.c to disable...
Suspend resume with playback or capture will Fail or TIMEOUT **Steps to reproduc**e - Use NOCODEC/HDA/SDW issue sporadically observed on all devices. below cmd are for nocodec - TPLG=/lib/firmware/intel/development/sof-lnl-nocodec.tplg MODEL=LNLM_RVP_NOCODEC...
8efcd4864652 ("ASoC: Intel: sof_rt5682: use common module for sof_card_private initialization") migrated the pin assignment in the context struct up to soc-acpi-intel-ssp-common.c. This uses a lookup table to see if a...
AMD SOF stack fixes and improvements.
Setting ACP ACLK as clock source when ACP enters D0 state causing firmware load failure, as per design clock source should be internal clock. Remove acp_clkmux_sel field so that ACP...
quick look with pahole shows a couple of simple changes
Paused streams will not receive a suspend trigger, they will be marked by ALSA core as suspended and it's state is saved. Since the pause stream is not in a...
alsa-info: http://alsa-project.org/db/?f=4c40d6b4f04981eab230e4425cef7aabfeffac44 After applying patch from https://github.com/thesofproject/linux/issues/5038, the speakers really started working, but only on the right side. Moreover, the left and right sounds worked separately, but the left one...