diff options
author | Mark Brown <broonie@kernel.org> | 2022-07-13 18:52:55 +0300 |
---|---|---|
committer | Mark Brown <broonie@kernel.org> | 2022-07-13 18:52:55 +0300 |
commit | 09cf6054c859d408cc60024808bfda931bf8ca0e (patch) | |
tree | 8876b9e24967bac5b43fe49bfe43d366bb87ed8a /include/linux | |
parent | a8d5df69e2ec702d979f7d04ed519caf8691a032 (diff) | |
parent | 2a1be12c4d77d4f7b122568383382e006a60381b (diff) | |
download | linux-09cf6054c859d408cc60024808bfda931bf8ca0e.tar.xz |
ASoC/SoundWire: Intel: add sdw BE dai trigger
Merge series from Bard Liao <yung-chuan.liao@linux.intel.com>:
For SOF IPC4, we need to set pipeline state in BE DAI trigger.
Diffstat (limited to 'include/linux')
-rw-r--r-- | include/linux/soundwire/sdw_intel.h | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/include/linux/soundwire/sdw_intel.h b/include/linux/soundwire/sdw_intel.h index b5b489ea1aef..ec16ae49e6a4 100644 --- a/include/linux/soundwire/sdw_intel.h +++ b/include/linux/soundwire/sdw_intel.h @@ -121,6 +121,7 @@ struct sdw_intel_ops { struct sdw_intel_stream_params_data *params_data); int (*free_stream)(struct device *dev, struct sdw_intel_stream_free_data *free_data); + int (*trigger)(struct snd_soc_dai *dai, int cmd, int stream); }; /** |