Skip to content

Commit 794689d

Browse files
committed
platform: acp_7_x: Set ACP_AUDIO_CLK_SEL to use bypass mode
Signed-off-by: sneha-voona <sneha.voona@amd.com>
1 parent 69ea9d3 commit 794689d

1 file changed

Lines changed: 2 additions & 0 deletions

File tree

src/platform/amd/acp_7_x/platform.c

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -141,6 +141,8 @@ int platform_init(struct sof *sof)
141141
int ret;
142142

143143
platform_clock_init(sof);
144+
/* Use Bypass Mode */
145+
io_reg_write((PU_REGISTER_BASE + ACP_AUDIO_CLK_SEL), 1);
144146
scheduler_init_edf();
145147
/* init low latency domains and schedulers */
146148
/* CONFIG_SYSTICK_PERIOD set as PLATFORM_DEFAULT_CLOCK */

0 commit comments

Comments
 (0)