summaryrefslogtreecommitdiff
path: root/apps/recorder/recording.c
diff options
context:
space:
mode:
Diffstat (limited to 'apps/recorder/recording.c')
-rw-r--r--apps/recorder/recording.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/apps/recorder/recording.c b/apps/recorder/recording.c
index 0f1ff30cf5..d5ac91000c 100644
--- a/apps/recorder/recording.c
+++ b/apps/recorder/recording.c
@@ -976,7 +976,7 @@ static const char* reclist_get_name(int selected_item, void * data,
976#if CONFIG_CODEC == SWCODEC 976#if CONFIG_CODEC == SWCODEC
977#ifdef HAVE_SPDIF_REC 977#ifdef HAVE_SPDIF_REC
978 case ITEM_SAMPLERATE_D: 978 case ITEM_SAMPLERATE_D:
979 snprintf(buffer, buffer_len, "%s: %d", 979 snprintf(buffer, buffer_len, "%s: %lu",
980 str(LANG_RECORDING_FREQUENCY), 980 str(LANG_RECORDING_FREQUENCY),
981 pcm_rec_sample_rate()); 981 pcm_rec_sample_rate());
982 break; 982 break;