summaryrefslogtreecommitdiff
path: root/firmware/target/hosted/ibasso
diff options
context:
space:
mode:
Diffstat (limited to 'firmware/target/hosted/ibasso')
-rw-r--r--firmware/target/hosted/ibasso/pcm-ibasso.c2
-rw-r--r--firmware/target/hosted/ibasso/sysfs-ibasso.c2
2 files changed, 2 insertions, 2 deletions
diff --git a/firmware/target/hosted/ibasso/pcm-ibasso.c b/firmware/target/hosted/ibasso/pcm-ibasso.c
index 5c68ded3e1..889386b7c6 100644
--- a/firmware/target/hosted/ibasso/pcm-ibasso.c
+++ b/firmware/target/hosted/ibasso/pcm-ibasso.c
@@ -123,7 +123,7 @@ static void* pcm_thread_run(void* nothing)
123 123
124/* https://github.com/tinyalsa/tinyalsa/blob/master/tinypcminfo.c */ 124/* https://github.com/tinyalsa/tinyalsa/blob/master/tinypcminfo.c */
125 125
126static const char* format_lookup[] = 126static const char* const format_lookup[] =
127{ 127{
128 /*[0] =*/ "S8", 128 /*[0] =*/ "S8",
129 "U8", 129 "U8",
diff --git a/firmware/target/hosted/ibasso/sysfs-ibasso.c b/firmware/target/hosted/ibasso/sysfs-ibasso.c
index 8f62e3fec2..e3a0f911af 100644
--- a/firmware/target/hosted/ibasso/sysfs-ibasso.c
+++ b/firmware/target/hosted/ibasso/sysfs-ibasso.c
@@ -32,7 +32,7 @@
32#include "sysfs-ibasso.h" 32#include "sysfs-ibasso.h"
33 33
34 34
35static const char* SYSFS_PATHS[] = 35static const char* const SYSFS_PATHS[] =
36{ 36{
37 /* SYSFS_DX50_CODEC_VOLUME */ 37 /* SYSFS_DX50_CODEC_VOLUME */
38 "/dev/codec_volume", 38 "/dev/codec_volume",