summaryrefslogtreecommitdiff
path: root/firmware/drivers/audio/wm8751.c
diff options
context:
space:
mode:
Diffstat (limited to 'firmware/drivers/audio/wm8751.c')
-rw-r--r--firmware/drivers/audio/wm8751.c3
1 files changed, 3 insertions, 0 deletions
diff --git a/firmware/drivers/audio/wm8751.c b/firmware/drivers/audio/wm8751.c
index 30c3b0d287..d2d7f8f761 100644
--- a/firmware/drivers/audio/wm8751.c
+++ b/firmware/drivers/audio/wm8751.c
@@ -635,7 +635,10 @@ void audiohw_set_recsrc(int source, bool recording)
635 wmcodec_clear_bits(RIGHTMIX2, RIGHTMIX2_RI2RO); 635 wmcodec_clear_bits(RIGHTMIX2, RIGHTMIX2_RI2RO);
636 wmcodec_set_bits(RIGHTMIX2, RIGHTMIX2_RD2RO); 636 wmcodec_set_bits(RIGHTMIX2, RIGHTMIX2_RD2RO);
637 637
638#if !defined(MPIO_HD300)
639 /* HD300 uses the same socket for headphones and line-in */
638 audiohw_mute(false); 640 audiohw_mute(false);
641#endif
639 break; 642 break;
640#endif 643#endif
641#if (INPUT_SRC_CAPS & SRC_CAP_MIC) 644#if (INPUT_SRC_CAPS & SRC_CAP_MIC)