summaryrefslogtreecommitdiff
path: root/firmware/target/arm/pcm-pp.c
diff options
context:
space:
mode:
Diffstat (limited to 'firmware/target/arm/pcm-pp.c')
-rw-r--r--firmware/target/arm/pcm-pp.c3
1 files changed, 2 insertions, 1 deletions
diff --git a/firmware/target/arm/pcm-pp.c b/firmware/target/arm/pcm-pp.c
index e98054ab9e..38fd49165e 100644
--- a/firmware/target/arm/pcm-pp.c
+++ b/firmware/target/arm/pcm-pp.c
@@ -365,7 +365,8 @@ void pcm_play_dma_init(void)
365 /* Initialize default register values. */ 365 /* Initialize default register values. */
366 audiohw_init(); 366 audiohw_init();
367 367
368#if !defined(HAVE_WM8731) && !defined(HAVE_WM8751) && !defined(HAVE_WM8975) 368#if !defined(HAVE_WM8731) && !defined(HAVE_WM8751) && !defined(HAVE_WM8975) \
369 && !defined(HAVE_WM8758)
369 /* Power on */ 370 /* Power on */
370 audiohw_enable_output(true); 371 audiohw_enable_output(true);
371 /* Unmute the master channel (DAC should be at zero point now). */ 372 /* Unmute the master channel (DAC should be at zero point now). */