diff options
author | Mark Brown <broonie@kernel.org> | 2021-12-24 17:15:47 +0100 |
---|---|---|
committer | Mark Brown <broonie@kernel.org> | 2021-12-24 17:15:47 +0100 |
commit | 10674ca9ea02491fd3f8ffe303861b7a6837994b (patch) | |
tree | 0cdfece309608595fdb19cfc3b77ae7c82174f6a /sound/soc/codecs/wcd938x.c | |
parent | ASoC: amd: acp: Power on/off the speaker enable gpio pin based on DAPM callback. (diff) | |
parent | soundwire: intel: remove PDM support (diff) | |
download | linux-10674ca9ea02491fd3f8ffe303861b7a6837994b.tar.xz linux-10674ca9ea02491fd3f8ffe303861b7a6837994b.zip |
ASoC/SoundWire: improve suspend flows and use set_stream() instead of set_tdm_slots() for HDAudio
Merge series from Bard Liao <yung-chuan.liao@linux.intel.com>:
This series contains three topics.
1. SoundWire: Intel: remove pdm support
2. ASoC/SoundWire: dai: expand 'stream' concept beyond SoundWire
3. ASoC/SOF/SoundWire: fix suspend-resume on pause with dynamic pipelines
The topics are independent but the changes are dependent. So please
allow me to send them in one series.
Diffstat (limited to 'sound/soc/codecs/wcd938x.c')
-rw-r--r-- | sound/soc/codecs/wcd938x.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/sound/soc/codecs/wcd938x.c b/sound/soc/codecs/wcd938x.c index 54152b57eeeb..eff200a07d9f 100644 --- a/sound/soc/codecs/wcd938x.c +++ b/sound/soc/codecs/wcd938x.c @@ -4285,7 +4285,7 @@ static int wcd938x_codec_set_sdw_stream(struct snd_soc_dai *dai, static const struct snd_soc_dai_ops wcd938x_sdw_dai_ops = { .hw_params = wcd938x_codec_hw_params, .hw_free = wcd938x_codec_free, - .set_sdw_stream = wcd938x_codec_set_sdw_stream, + .set_stream = wcd938x_codec_set_sdw_stream, }; static struct snd_soc_dai_driver wcd938x_dais[] = { |