summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--apps/recorder/recording.c3
1 files changed, 1 insertions, 2 deletions
diff --git a/apps/recorder/recording.c b/apps/recorder/recording.c
index 11a03fd9f4..1c3460fbd0 100644
--- a/apps/recorder/recording.c
+++ b/apps/recorder/recording.c
@@ -964,8 +964,7 @@ static const char* reclist_get_name(int selected_item, void * data,
964#ifdef HAVE_SPDIF_REC 964#ifdef HAVE_SPDIF_REC
965 case ITEM_SAMPLERATE_D: 965 case ITEM_SAMPLERATE_D:
966 snprintf(buffer, buffer_len, "%s: %lu", 966 snprintf(buffer, buffer_len, "%s: %lu",
967 str(LANG_RECORDING_FREQUENCY), 967 str(LANG_FREQUENCY), pcm_rec_sample_rate());
968 pcm_rec_sample_rate());
969 break; 968 break;
970#endif 969#endif
971#endif 970#endif