diff options
author | Srinivas Kandagatla <[email protected]> | 2022-10-27 11:27:03 +0100 |
---|---|---|
committer | Mark Brown <[email protected]> | 2022-10-28 17:19:18 +0100 |
commit | 5b488e80078f09bbc197d766babf014dd52c30bf (patch) | |
tree | 9af1a7f7e75021c3c3914888850cfd2f83b3c332 | |
parent | af7ed7eb70e8964514c706f8498623a2a3696657 (diff) |
ASoC: qdsp6: audioreach: remove unused connection_list
Remove unused connection_list parameter.
Signed-off-by: Srinivas Kandagatla <[email protected]>
Link: https://lore.kernel.org/r/[email protected]
Signed-off-by: Mark Brown <[email protected]>
-rw-r--r-- | sound/soc/qcom/qdsp6/audioreach.h | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/sound/soc/qcom/qdsp6/audioreach.h b/sound/soc/qcom/qdsp6/audioreach.h index 3ee8bfcd0121..36779ad1952d 100644 --- a/sound/soc/qcom/qdsp6/audioreach.h +++ b/sound/soc/qcom/qdsp6/audioreach.h @@ -595,7 +595,6 @@ struct audioreach_graph_info { int id; uint32_t num_sub_graphs; struct list_head sg_list; - struct list_head connection_list; }; struct audioreach_sub_graph { |