summaryrefslogtreecommitdiff
path: root/firmware/drivers/audio/wm8721.c
diff options
context:
space:
mode:
Diffstat (limited to 'firmware/drivers/audio/wm8721.c')
-rw-r--r--firmware/drivers/audio/wm8721.c6
1 files changed, 0 insertions, 6 deletions
diff --git a/firmware/drivers/audio/wm8721.c b/firmware/drivers/audio/wm8721.c
index 1740a48d18..6c4e12b9dc 100644
--- a/firmware/drivers/audio/wm8721.c
+++ b/firmware/drivers/audio/wm8721.c
@@ -160,12 +160,6 @@ void audiohw_close(void)
160 wmcodec_write(PDCTRL, 0xff); 160 wmcodec_write(PDCTRL, 0xff);
161} 161}
162 162
163/* Change the order of the noise shaper, 5th order is recommended above 32kHz */
164void audiohw_set_nsorder(int order)
165{
166 (void)order;
167}
168
169void audiohw_set_sample_rate(int sampling_control) 163void audiohw_set_sample_rate(int sampling_control)
170{ 164{
171 int rate = 0; 165 int rate = 0;