diff options
author | Stephen Rothwell <sfr@canb.auug.org.au> | 2022-06-28 11:53:08 +1000 |
---|---|---|
committer | Stephen Rothwell <sfr@canb.auug.org.au> | 2022-06-28 11:53:08 +1000 |
commit | c2e609e496f8195af2b789511f24a00546bb976e (patch) | |
tree | 32bdd22eb48f99286d23cc3921d7ac56312b59d1 /include/sound/sof/dai.h | |
parent | cd6533b02a357e6acdaf3a64e804f7f909d52aad (diff) | |
parent | 836deb03cab55058a24dd7bdcc1e2d5e704426e4 (diff) | |
download | linux-next-c2e609e496f8195af2b789511f24a00546bb976e.tar.gz |
Merge branch 'for-next' of git://git.kernel.org/pub/scm/linux/kernel/git/broonie/sound.git
Diffstat (limited to 'include/sound/sof/dai.h')
-rw-r--r-- | include/sound/sof/dai.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/include/sound/sof/dai.h b/include/sound/sof/dai.h index a818a0f0a226..21d98f31a9ca 100644 --- a/include/sound/sof/dai.h +++ b/include/sound/sof/dai.h @@ -111,7 +111,7 @@ struct sof_ipc_dai_config { struct sof_ipc_dai_sai_params sai; struct sof_ipc_dai_acp_params acpbt; struct sof_ipc_dai_acp_params acpsp; - struct sof_ipc_dai_acp_params acpdmic; + struct sof_ipc_dai_acpdmic_params acpdmic; struct sof_ipc_dai_mtk_afe_params afe; }; } __packed; |