19b289a somehow missed one last LANG_RECORDING_FREQUENCY.

Did grep fail me?

Change-Id: Id8254aa542d57204e265ef06829b4e034f032137
This commit is contained in:
Michael Sevakis 2013-07-06 17:37:08 -04:00
parent 19b289a1b9
commit f9e47c6886

View file

@ -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