aboutsummaryrefslogtreecommitdiff
path: root/sound/soc/intel/avs/path.h
diff options
context:
space:
mode:
authorTakashi Iwai <[email protected]>2023-05-24 12:14:24 +0200
committerTakashi Iwai <[email protected]>2023-05-24 12:14:24 +0200
commitbac4d8220b7227e317caeadf5ed05c61cd5dc21c (patch)
tree47b53fec64780a300ab4a60363329945f7ee500b /sound/soc/intel/avs/path.h
parent81302b1c7c997e8a56c1c2fc63a296ebeb0cd2d0 (diff)
parent011a8719d6105dcb48077ea7a6a88ac019d4aa50 (diff)
Merge tag 'asoc-fix-v6.4-rc3' of https://git.kernel.org/pub/scm/linux/kernel/git/broonie/sound into for-linus
ASoC: Fixes for v6.4 A collection of fixes for v6.4, mostly driver specific but there's also one fix for DPCM to avoid incorrectly repeated calls to prepare() which can trigger issues on some systems.
Diffstat (limited to 'sound/soc/intel/avs/path.h')
-rw-r--r--sound/soc/intel/avs/path.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/sound/soc/intel/avs/path.h b/sound/soc/intel/avs/path.h
index 197222c5e008..657f7b093e80 100644
--- a/sound/soc/intel/avs/path.h
+++ b/sound/soc/intel/avs/path.h
@@ -37,7 +37,7 @@ struct avs_path_pipeline {
struct avs_path_module {
u16 module_id;
- u16 instance_id;
+ u8 instance_id;
union avs_gtw_attributes gtw_attrs;
struct avs_tplg_module *template;