linux-stable/sound/soc/intel/atom
Mark Brown d3d8feadcc
Specify clock provider directly to CPU DAIs
Merge series from Charles Keepax <ckeepax@opensource.cirrus.com>:

Currently the set_fmt callback always passes clock provider/consumer
with respect to the CODEC. This made sense when the framework was
directly broken down into platforms and CODECs. However, as things
are now broken down into components which can be connected as either
the CPU or CODEC side of a DAI link it simplifies things if each
side of the link is just told if it is provider or consumer of the
clocks. Making this change allows us to remove one of the last parts
of the ASoC core that needs to know if a driver is a CODEC driver,
where it flips the clock format specifier if a CODEC driver is used on
the CPU side of a DAI link, as well as just being conceptually more
consistent with componentisation.

The basic idea of this patch chain is to change the set_fmt callback
from specifying if the CODEC is provider/consumer into directly
specifying if the component is provider/consumer. To do this we add
some new defines, and then to preserve bisectability, the migration is
done by adding a new callback, converting over all existing CPU side
drivers, converting the core, and then finally reverting back to the
old callback.

Converting the platform drivers makes sense as the existing defines
are from the perspective of the CODEC and there are more CODEC drivers
than platform drivers.

Obviously a fair amount of this patch chain I was only able to build
test, so any testing that can be done would be greatly appreciated.
2022-06-09 11:56:32 +01:00
..
sst ASoC: Intel: atom: sst_ipc: remove useless initializations 2022-06-06 12:35:13 +01:00
Makefile ASoC: Intel: atom: Remove duplicate kconfigs 2020-10-14 20:29:54 +01:00
sst-atom-controls.c Specify clock provider directly to CPU DAIs 2022-06-09 11:56:32 +01:00
sst-atom-controls.h ASoC: Intel: atom: use inclusive language for SSP bclk/fsync 2020-11-13 14:22:07 +00:00
sst-mfld-dsp.h treewide: Replace zero-length arrays with flexible-array members 2022-02-17 07:00:39 -06:00
sst-mfld-platform-compress.c ASoC: Intel: Atom: compress: remove redundant assignment 2020-08-18 11:50:09 +01:00
sst-mfld-platform-pcm.c ASoC: Intel: Rename set_fmt_new back to set_fmt 2022-06-06 12:34:03 +01:00
sst-mfld-platform.h ASoC: Intel: Atom: (cosmetic) align parameters 2020-08-18 11:50:17 +01:00