linux
linux copied to clipboard
Linux kernel source tree
If a PCM is set to use ChainDMA then add it to the card->components string after a marker of iec61937-pcm:, for example on current HDA platforms where HDMI is set...
Currently we use bxt_da7219_max98357a machine driver to support following devices: - da7219+max98357a on APL (SST) - da7219+max98357a on GLK (SOF) - da7219+max98357a on CML (SOF) This PR will add the...
Improve the usual "No SoundWire machine driver found" log with additional information on what the connected SoundWire peripherals are (as reported by ACPI). This should help us understand missing configurations...
Minor mid-cycle merge. we have about 2 more weeks to upstream stuff for 6.10.
SDCA devices are based on independent 'Functions', which are exposed in platform firmware using the DisCo 2.1 specification. This patch adds a mechanism to parse the functions and extract basic...
**Description** There are different models of Huawei Matebook D14. The newer ones come with ES8336, but older models may have different codecs. I had already access to one model with...
**Describe the bug** After a warm boot, the laptop will experience CPU soft lockups: [ 32.479637] watchdog: BUG: soft lockup - CPU#3 stuck for 27s! [kworker/3:1:123] ... [ 32.479704] raid6_pq...
We don't seem to be following the documentation for all access to hierarchical _DSD properties for audio.
The version B will support the multi-lane function and integrate the DMIC function in one SoundWire interface. Due to some registers having different default values between version A and B,...
This patch series is revised version of https://github.com/thesofproject/linux/pull/4817. Compared to previous patch series, Below are the major changes. - Define common Soundwire machine driver soc ops - Move common Soundwire...