Merge tag 'core-debugobjects-2023-05-06' of git://git.kernel.org/pub/scm/linux/kernel...
[linux-block.git] / drivers / soundwire / cadence_master.h
index b653734085d93150fea2a26622469ba8927a5214..27c56274217f0ea30c90d93ea9cb13bd702c5a53 100644 (file)
@@ -84,7 +84,6 @@ struct sdw_cdns_stream_config {
  * @bus: Bus handle
  * @stream_type: Stream type
  * @link_id: Master link id
- * @hw_params: hw_params to be applied in .prepare step
  * @suspended: status set when suspended, to be used in .prepare
  * @paused: status set in .trigger, to be used in suspend
  * @direction: stream direction
@@ -96,7 +95,6 @@ struct sdw_cdns_dai_runtime {
        struct sdw_bus *bus;
        enum sdw_stream_type stream_type;
        int link_id;
-       struct snd_pcm_hw_params *hw_params;
        bool suspended;
        bool paused;
        int direction;