From 617b67e769661d4841b4fd1ace358b932f9c0378 Mon Sep 17 00:00:00 2001 From: Martin Scarratt Date: Sat, 2 Sep 2006 17:30:30 +0000 Subject: Display bitrate (Q value for Archos), samplerate, channels and recording format (M = MP3) in the statusbar in the recording screen. This is all new info for archos targets and I-river targets now have this info on the remote as well as the main screen git-svn-id: svn://svn.rockbox.org/rockbox/trunk@10856 a1c6a512-1295-4272-9138-f99709370657 --- firmware/pcm_record.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'firmware') diff --git a/firmware/pcm_record.c b/firmware/pcm_record.c index 4e4d5f25a0..68fc22b937 100644 --- a/firmware/pcm_record.c +++ b/firmware/pcm_record.c @@ -289,7 +289,7 @@ unsigned long audio_get_spdif_sample_rate(void) if (diff2 > diff1) --i; } - return spdif_sample_rates[i]; + return i; } #endif -- cgit v1.2.3