diff options
author | Mark Brown <broonie@kernel.org> | 2024-05-29 16:59:44 +0300 |
---|---|---|
committer | Mark Brown <broonie@kernel.org> | 2024-05-29 16:59:44 +0300 |
commit | 2ea176304d3ec381a370ba89ffc28453bb137f3c (patch) | |
tree | ae29336e44449e36b312b845310759875f4fad48 /include/sound | |
parent | d8b3a77bead11711a66d54554e20e8c7d549cd08 (diff) | |
parent | 1085350387056812d19abaf20c59674ce36f0b8c (diff) | |
download | linux-2ea176304d3ec381a370ba89ffc28453bb137f3c.tar.xz |
ASoC: Intel: boards: updates for 6.11
Merge series from Pierre-Louis Bossart <pierre-louis.bossart@linux.intel.com>:
More simplifications from Brent Lu for Chromebooks, Bard Liao for
SoundWire, and support for new Dell SKUs w/ Cirrus Logic codecs added
by Charles Keepax.
Diffstat (limited to 'include/sound')
-rw-r--r-- | include/sound/sof.h | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/include/sound/sof.h b/include/sound/sof.h index ec6c30d54592..64fd5504cb2b 100644 --- a/include/sound/sof.h +++ b/include/sound/sof.h @@ -173,5 +173,6 @@ struct sof_dev_desc { int sof_dai_get_mclk(struct snd_soc_pcm_runtime *rtd); int sof_dai_get_bclk(struct snd_soc_pcm_runtime *rtd); +int sof_dai_get_tdm_slots(struct snd_soc_pcm_runtime *rtd); #endif |