summaryrefslogtreecommitdiffstats
path: root/firmware/drivers/audio
diff options
context:
space:
mode:
authorAidan MacDonald <amachronic@protonmail.com>2021-02-27 22:07:37 +0000
committerSolomon Peachy <pizza@shaftnet.org>2021-02-27 23:53:28 +0000
commitaacb0811d98beb70a59d26edbfd43ba9c456497f (patch)
tree0c8a59421a28536887fc1b277884a4e220ffac4c /firmware/drivers/audio
parent55dc86f5db1dbf26b4179aea5c7ccd315ee20266 (diff)
downloadrockbox-aacb0811d98beb70a59d26edbfd43ba9c456497f.tar.gz
rockbox-aacb0811d98beb70a59d26edbfd43ba9c456497f.zip
Rename symbols of FiiO M3K Linux-based port
Mainly a straight replacement of FIIO_M3K -> FIIO_M3K_LINUX. Change-Id: Id07c84f8150991d1b6851540c2c3f8f67e3f12c2
Diffstat (limited to 'firmware/drivers/audio')
-rw-r--r--firmware/drivers/audio/fiiolinux_codec.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/firmware/drivers/audio/fiiolinux_codec.c b/firmware/drivers/audio/fiiolinux_codec.c
index b2d95c91e9..31731fd6ed 100644
--- a/firmware/drivers/audio/fiiolinux_codec.c
+++ b/firmware/drivers/audio/fiiolinux_codec.c
@@ -166,7 +166,7 @@ void audiohw_set_filter_roll_off(int value)
1 = Slow;
2 = Short Sharp
3 = Short Slow */
-#if 0 // defined(FIIO_M3K)
+#if 0 // defined(FIIO_M3K_LINUX)
// AK4376 supports this but the control isn't wired into ALSA!
long int value_hw = value;
alsa_controls_set_ints("AK4376 Digital Filter", 1, &value_hw);