diff options
author | Syed Saba Kareem <Syed.SabaKareem@amd.com> | 2023-06-26 19:25:12 +0530 |
---|---|---|
committer | Mark Brown <broonie@kernel.org> | 2023-07-09 22:47:39 +0100 |
commit | 7373e6bee60cdac36a134897164885b2257a02ac (patch) | |
tree | 0900ec83b7a44b1257a8ac1c58e181cc376643ea /sound/soc/amd/acp/amd.h | |
parent | a8d1316a264f36c2ffe798e42d6b415dc377851e (diff) | |
download | lwn-7373e6bee60cdac36a134897164885b2257a02ac.tar.gz lwn-7373e6bee60cdac36a134897164885b2257a02ac.zip |
ASoC: amd: acp: store the pdm stream channel mask
Store the pdm stream channel mask, it will be used during system
level resume.
Signed-off-by: Syed Saba Kareem <Syed.SabaKareem@amd.com>
Link: https://lore.kernel.org/r/20230626135515.1252063-9-Syed.SabaKareem@amd.com
Signed-off-by: Mark Brown <broonie@kernel.org>
Diffstat (limited to 'sound/soc/amd/acp/amd.h')
-rw-r--r-- | sound/soc/amd/acp/amd.h | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/sound/soc/amd/acp/amd.h b/sound/soc/amd/acp/amd.h index 42bf6b9e1e3e..085f3de53d50 100644 --- a/sound/soc/amd/acp/amd.h +++ b/sound/soc/amd/acp/amd.h @@ -164,6 +164,7 @@ struct acp_dev_data { u32 lrclk_div; struct acp_resource *rsrc; + u32 ch_mask; u32 tdm_tx_fmt[3]; u32 tdm_rx_fmt[3]; u32 xfer_tx_resolution[3]; |