summaryrefslogtreecommitdiff
path: root/sound/soc/amd/yc/acp6x.h
diff options
context:
space:
mode:
authorVijendar Mukunda <Vijendar.Mukunda@amd.com>2021-10-18 16:50:39 +0530
committerMark Brown <broonie@kernel.org>2021-10-18 21:11:43 +0100
commitc8212df7bc0f2ed323ad1da96106792103ee94f1 (patch)
tree839fd4430c9c2e887de683c8c38a40463925c9a5 /sound/soc/amd/yc/acp6x.h
parentceb4fcc13ae58102ad31aa4071d9e57e57eea3df (diff)
ASoC: amd: add acp6x pci driver pm ops
Add acp6x pci driver pm ops. Signed-off-by: Vijendar Mukunda <Vijendar.Mukunda@amd.com> Link: https://lore.kernel.org/r/20211018112044.1705805-9-Vijendar.Mukunda@amd.com Signed-off-by: Mark Brown <broonie@kernel.org>
Diffstat (limited to 'sound/soc/amd/yc/acp6x.h')
-rw-r--r--sound/soc/amd/yc/acp6x.h3
1 files changed, 3 insertions, 0 deletions
diff --git a/sound/soc/amd/yc/acp6x.h b/sound/soc/amd/yc/acp6x.h
index 3f83de229409..b0d3f6a9d0ce 100644
--- a/sound/soc/amd/yc/acp6x.h
+++ b/sound/soc/amd/yc/acp6x.h
@@ -52,6 +52,9 @@
#define MAX_BUFFER (CAPTURE_MAX_PERIOD_SIZE * CAPTURE_MAX_NUM_PERIODS)
#define MIN_BUFFER MAX_BUFFER
+/* time in ms for runtime suspend delay */
+#define ACP_SUSPEND_DELAY_MS 2000
+
enum acp_config {
ACP_CONFIG_0 = 0,
ACP_CONFIG_1,