summaryrefslogtreecommitdiff
path: root/sound/soc/intel/avs/probes.c
diff options
context:
space:
mode:
authorTakashi Iwai <tiwai@suse.de>2023-05-24 12:14:24 +0200
committerTakashi Iwai <tiwai@suse.de>2023-05-24 12:14:24 +0200
commitbac4d8220b7227e317caeadf5ed05c61cd5dc21c (patch)
tree47b53fec64780a300ab4a60363329945f7ee500b /sound/soc/intel/avs/probes.c
parent81302b1c7c997e8a56c1c2fc63a296ebeb0cd2d0 (diff)
parent011a8719d6105dcb48077ea7a6a88ac019d4aa50 (diff)
downloadlwn-bac4d8220b7227e317caeadf5ed05c61cd5dc21c.tar.gz
lwn-bac4d8220b7227e317caeadf5ed05c61cd5dc21c.zip
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/probes.c')
-rw-r--r--sound/soc/intel/avs/probes.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/sound/soc/intel/avs/probes.c b/sound/soc/intel/avs/probes.c
index 70a94201d6a5..275928281c6c 100644
--- a/sound/soc/intel/avs/probes.c
+++ b/sound/soc/intel/avs/probes.c
@@ -18,7 +18,7 @@ static int avs_dsp_init_probe(struct avs_dev *adev, union avs_connector_node_id
{
struct avs_probe_cfg cfg = {{0}};
struct avs_module_entry mentry;
- u16 dummy;
+ u8 dummy;
avs_get_module_entry(adev, &AVS_PROBE_MOD_UUID, &mentry);