19b289a
somehow missed one last LANG_RECORDING_FREQUENCY.
Did grep fail me? Change-Id: Id8254aa542d57204e265ef06829b4e034f032137
This commit is contained in:
parent
19b289a1b9
commit
f9e47c6886
1 changed files with 1 additions and 2 deletions
|
@ -964,8 +964,7 @@ static const char* reclist_get_name(int selected_item, void * data,
|
||||||
#ifdef HAVE_SPDIF_REC
|
#ifdef HAVE_SPDIF_REC
|
||||||
case ITEM_SAMPLERATE_D:
|
case ITEM_SAMPLERATE_D:
|
||||||
snprintf(buffer, buffer_len, "%s: %lu",
|
snprintf(buffer, buffer_len, "%s: %lu",
|
||||||
str(LANG_RECORDING_FREQUENCY),
|
str(LANG_FREQUENCY), pcm_rec_sample_rate());
|
||||||
pcm_rec_sample_rate());
|
|
||||||
break;
|
break;
|
||||||
#endif
|
#endif
|
||||||
#endif
|
#endif
|
||||||
|
|
Loading…
Reference in a new issue