On Wed, Dec 17, 2025 at 11:45:54AM +0100, Cezary Rojewski wrote:
On 2025-12-16 8:18 AM, Oder Chiou wrote:
The ALC5575 integrates an audio DSP that typically loads its firmware from an external flash via its own SPI host interface. In certain hardware configurations, the firmware can alternatively be loaded through the SPI client interface. The driver provides basic mute and volume control functions. When the SPI client interface is enabled, firmware loading is handled by the SPI driver.
Please delete unneeded context from mails when replying. Doing this makes it much easier to find your reply in the message, helping ensure it won't be missed by people scrolling through the irrelevant quoted material.
+struct spi_device *rt5575_spi_get_device(struct device *dev) +{
- struct device_node *spi_np;
- struct spi_controller *ctlr;
Reorder to achieve reverse-christmas-tree notation. Waterfall to a number of functions found in this patch.
This is not a general requirement for ASoC, it's something specific to the x86 and SOF stuff.