summaryrefslogtreecommitdiff
path: root/firmware/target
diff options
context:
space:
mode:
Diffstat (limited to 'firmware/target')
-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 2c4a6ac87d..3157cffaec 100644
--- a/firmware/target/arm/pcm-pp.c
+++ b/firmware/target/arm/pcm-pp.c
@@ -112,7 +112,8 @@ void pcm_apply_settings(void)
112 audiohw_set_frequency(sr_ctrl); 112 audiohw_set_frequency(sr_ctrl);
113#endif 113#endif
114 114
115#if defined(HAVE_WM8731) || defined(HAVE_WM8721) 115#if defined(HAVE_WM8711) || defined(HAVE_WM8721) \
116 || defined(HAVE_WM8731)
116 audiohw_set_sample_rate(pcm_freq); 117 audiohw_set_sample_rate(pcm_freq);
117#endif 118#endif
118 pcm_curr_sampr = pcm_freq; 119 pcm_curr_sampr = pcm_freq;