summaryrefslogtreecommitdiff
path: root/firmware/drivers/audio/wm8975.c
diff options
context:
space:
mode:
authorPeter D'Hoye <peter.dhoye@gmail.com>2008-10-18 22:37:41 +0000
committerPeter D'Hoye <peter.dhoye@gmail.com>2008-10-18 22:37:41 +0000
commit695c39bc9cb56214ae86bc79bf129d6cb074a43b (patch)
tree9bcaa214f17c37e3dfd3f2858fd9fa1746debd60 /firmware/drivers/audio/wm8975.c
parent5047b2e180ee72d869d6a50eabac5ebe5fdbd9cc (diff)
downloadrockbox-695c39bc9cb56214ae86bc79bf129d6cb074a43b.tar.gz
rockbox-695c39bc9cb56214ae86bc79bf129d6cb074a43b.zip
Remove the audiohw_set_nsorder() function since it is not used, only implemented on WM8731 and not wanted/used there.
git-svn-id: svn://svn.rockbox.org/rockbox/trunk@18829 a1c6a512-1295-4272-9138-f99709370657
Diffstat (limited to 'firmware/drivers/audio/wm8975.c')
-rw-r--r--firmware/drivers/audio/wm8975.c5
1 files changed, 0 insertions, 5 deletions
diff --git a/firmware/drivers/audio/wm8975.c b/firmware/drivers/audio/wm8975.c
index 23ce91fb5b..86e463cdff 100644
--- a/firmware/drivers/audio/wm8975.c
+++ b/firmware/drivers/audio/wm8975.c
@@ -226,11 +226,6 @@ void audiohw_close(void)
226 wmcodec_write(PWRMGMT1, 0x0); 226 wmcodec_write(PWRMGMT1, 0x0);
227} 227}
228 228
229void audiohw_set_nsorder(int order)
230{
231 (void)order;
232}
233
234/* Note: Disable output before calling this function */ 229/* Note: Disable output before calling this function */
235void audiohw_set_sample_rate(int sampling_control) 230void audiohw_set_sample_rate(int sampling_control)
236{ 231{