summaryrefslogtreecommitdiff
path: root/firmware/target/hosted/ibasso/pcm-ibasso.c
diff options
context:
space:
mode:
Diffstat (limited to 'firmware/target/hosted/ibasso/pcm-ibasso.c')
-rw-r--r--firmware/target/hosted/ibasso/pcm-ibasso.c2
1 files changed, 1 insertions, 1 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",