Michael Sevakis
d9bbf5af8e
e200: Remute the line in with #if 0 as it causes static noise for those without a radio chip. The FM radio patch should be updated to have those lines to compile.
...
git-svn-id: svn://svn.rockbox.org/rockbox/trunk@13467 a1c6a512-1295-4272-9138-f99709370657
2007-05-22 16:56:26 +00:00
Christian Gmeiner
644d315ec0
red free
...
git-svn-id: svn://svn.rockbox.org/rockbox/trunk@13466 a1c6a512-1295-4272-9138-f99709370657
2007-05-22 16:20:14 +00:00
Christian Gmeiner
98e4f6fd3e
fix red ipod mini's
...
git-svn-id: svn://svn.rockbox.org/rockbox/trunk@13465 a1c6a512-1295-4272-9138-f99709370657
2007-05-22 16:12:30 +00:00
Christian Gmeiner
cdbf33adf7
* move audio settings into audio codec drivers
...
* add mas35xx driver for all mas35xx targets. Later
mas35xx code from sound.c will move to this new driver
git-svn-id: svn://svn.rockbox.org/rockbox/trunk@13464 a1c6a512-1295-4272-9138-f99709370657
2007-05-22 15:56:05 +00:00
Michael Sevakis
e7075db2a7
e200: Use 16-16 L-R pairs when writing to the TX FIFO. Kill the channel swapping and clicks. Reduce number of FIQs. Should be adaptable to iPods and other PP targets in a few minutes work, eh?
...
git-svn-id: svn://svn.rockbox.org/rockbox/trunk@13463 a1c6a512-1295-4272-9138-f99709370657
2007-05-22 15:34:24 +00:00
Dan Everton
213e7d8472
Fix prototypes and warning in ARM version of libspeex filter.h
...
git-svn-id: svn://svn.rockbox.org/rockbox/trunk@13462 a1c6a512-1295-4272-9138-f99709370657
2007-05-22 10:05:32 +00:00
Dan Everton
df6f2f9a3c
Upgrade to libspeex 1.2beta2. Very minor performance increase (0.6% on coldfire).
...
git-svn-id: svn://svn.rockbox.org/rockbox/trunk@13461 a1c6a512-1295-4272-9138-f99709370657
2007-05-22 09:50:31 +00:00
Michael Sevakis
8970055ec1
Hopefully take care of the scrollwheel difficulties in plugins on e200.
...
git-svn-id: svn://svn.rockbox.org/rockbox/trunk@13460 a1c6a512-1295-4272-9138-f99709370657
2007-05-22 06:31:44 +00:00
Daniel Stenberg
1e8f0e7c64
Temporarily disable the creation of a map file when the sim is built since
...
ld from the binutils in current debian unstable segfaults on this!
git-svn-id: svn://svn.rockbox.org/rockbox/trunk@13459 a1c6a512-1295-4272-9138-f99709370657
2007-05-21 20:11:18 +00:00
Nicolas Pennequin
967d172419
Accept FS#5098 by Dominik Riebeling: RWPS for the zezayer theme.
...
git-svn-id: svn://svn.rockbox.org/rockbox/trunk@13458 a1c6a512-1295-4272-9138-f99709370657
2007-05-21 18:46:11 +00:00
Jonathan Gordon
08634dcd7f
Accept FS#7199 - korean lang update
...
git-svn-id: svn://svn.rockbox.org/rockbox/trunk@13457 a1c6a512-1295-4272-9138-f99709370657
2007-05-21 14:24:34 +00:00
Nicolas Pennequin
392d07902f
Oops, next file info should be dynamic.
...
git-svn-id: svn://svn.rockbox.org/rockbox/trunk@13456 a1c6a512-1295-4272-9138-f99709370657
2007-05-21 14:04:38 +00:00
Nicolas Pennequin
5cc98efddc
Add %fk and %Fk WPS tags : (next) file audio frequency in KHz (rewrite of FS#6393 to adapt it to the tokenizer).
...
git-svn-id: svn://svn.rockbox.org/rockbox/trunk@13455 a1c6a512-1295-4272-9138-f99709370657
2007-05-21 13:41:43 +00:00
Nicolas Pennequin
9d5e376fc3
Allow the day of month (%cm) and day of week (%cu and %cw) RTC tags to be used in enums.
...
git-svn-id: svn://svn.rockbox.org/rockbox/trunk@13454 a1c6a512-1295-4272-9138-f99709370657
2007-05-21 12:54:07 +00:00
Christian Gmeiner
bcdf43dbc1
exclude unused headers
...
git-svn-id: svn://svn.rockbox.org/rockbox/trunk@13453 a1c6a512-1295-4272-9138-f99709370657
2007-05-20 23:10:15 +00:00
Michael Sevakis
080d65f17b
Fix some warnings regarding AUDIO_NUM_SOURCES being 0 which is the intent with no inputs.
...
git-svn-id: svn://svn.rockbox.org/rockbox/trunk@13452 a1c6a512-1295-4272-9138-f99709370657
2007-05-20 22:03:11 +00:00
Michael Sevakis
14b639d179
wavrecord needs its own source count. Source defines also collided with some new constants and that was part of the problem too.
...
git-svn-id: svn://svn.rockbox.org/rockbox/trunk@13451 a1c6a512-1295-4272-9138-f99709370657
2007-05-20 21:17:04 +00:00
Michael Sevakis
6dbf4081df
Fix the wavrecord errors
...
git-svn-id: svn://svn.rockbox.org/rockbox/trunk@13450 a1c6a512-1295-4272-9138-f99709370657
2007-05-20 20:59:33 +00:00
Michael Sevakis
4a2ed72b5c
Oops. That shouldn't have snuck in there.
...
git-svn-id: svn://svn.rockbox.org/rockbox/trunk@13449 a1c6a512-1295-4272-9138-f99709370657
2007-05-20 20:29:53 +00:00
Michael Sevakis
8f659ae8d3
Use bitmasks to define which inputs are available. Makes it easier to remove old assumptions of which are available. Inspired by e200 being unique in having FM Radio and Mic but no Line. Doesn't remove the assumption that Mic is available or that one of Mic and/or Line is available just to avoid excessive #ifdef'ing until needed.
...
git-svn-id: svn://svn.rockbox.org/rockbox/trunk@13448 a1c6a512-1295-4272-9138-f99709370657
2007-05-20 20:26:36 +00:00
Antonius Hellmann
731d7a16c3
Increase sansa volume range at the lower end. This seems to be necessary
...
now after the audio improvement: -40.5dB ... +6dB => -73.5 ... +6dB
git-svn-id: svn://svn.rockbox.org/rockbox/trunk@13447 a1c6a512-1295-4272-9138-f99709370657
2007-05-20 19:09:15 +00:00
Mustapha Senhaji
c4da23ab0e
Update the francais language, plus some minor changes.
...
git-svn-id: svn://svn.rockbox.org/rockbox/trunk@13446 a1c6a512-1295-4272-9138-f99709370657
2007-05-20 16:28:38 +00:00
Jonathan Gordon
fd9d140119
Fix FS#7176 - wps context menu doesnt set the correct selection.
...
git-svn-id: svn://svn.rockbox.org/rockbox/trunk@13445 a1c6a512-1295-4272-9138-f99709370657
2007-05-20 14:24:02 +00:00
Jonathan Gordon
cfa94a206c
fix the gigabeat remote button not working when backlight is off and filter first keypress is enabled
...
git-svn-id: svn://svn.rockbox.org/rockbox/trunk@13444 a1c6a512-1295-4272-9138-f99709370657
2007-05-20 14:03:42 +00:00
Daniel Stenberg
f22e6a5964
FS#6652 fix attempt. Make the phrase id counting take the dest pattern into
...
account so that the binary and source code output gets the same numbering.
git-svn-id: svn://svn.rockbox.org/rockbox/trunk@13443 a1c6a512-1295-4272-9138-f99709370657
2007-05-20 13:20:45 +00:00
Marcoen Hirschberg
0037a1b648
add separate button defines for the Gigabeat remote control
...
git-svn-id: svn://svn.rockbox.org/rockbox/trunk@13442 a1c6a512-1295-4272-9138-f99709370657
2007-05-20 11:42:04 +00:00
Dan Everton
4c486ce948
Add splash messages while copying, moving, and deleting files. Also boost the CPU during move/copy since it seems to make things faster.
...
git-svn-id: svn://svn.rockbox.org/rockbox/trunk@13441 a1c6a512-1295-4272-9138-f99709370657
2007-05-20 10:04:39 +00:00
Marianne Arnold
0434d56a0d
Fix the 'describe player for blind users' fixme - add description of the Archos Recorder, FmRecorder and Player. Very large parts taken from the BlindFAQ in the wiki.
...
git-svn-id: svn://svn.rockbox.org/rockbox/trunk@13440 a1c6a512-1295-4272-9138-f99709370657
2007-05-20 09:49:44 +00:00
Jonathan Gordon
b85817a5ba
Update some comments in menu.h to be hopefully more helpful.
...
Fix all the wrong usage of rb->do_menu() (my fault, sorry)
git-svn-id: svn://svn.rockbox.org/rockbox/trunk@13439 a1c6a512-1295-4272-9138-f99709370657
2007-05-20 08:26:27 +00:00
Jonathan Gordon
1062a17992
Add the database rebuild byte for the PP5022AF-05.51-S301-00.12-S301.00.12A-D OF version.
...
Dont output the sector count so often when doing the partition dump.
CAUTION: don't upgrade to this bootloader as the buttons still are not working in the bootloader (USB will be the only access to the OF if you do)
git-svn-id: svn://svn.rockbox.org/rockbox/trunk@13438 a1c6a512-1295-4272-9138-f99709370657
2007-05-20 03:08:00 +00:00
Marcoen Hirschberg
5b0ced85c3
directly calculate some defines from the screen size
...
git-svn-id: svn://svn.rockbox.org/rockbox/trunk@13437 a1c6a512-1295-4272-9138-f99709370657
2007-05-20 00:19:53 +00:00
Marcoen Hirschberg
a7168feeac
attempt to make the Gigabeat button mappings in the plugins more logical and in line with the mapping in rockbox itself
...
git-svn-id: svn://svn.rockbox.org/rockbox/trunk@13436 a1c6a512-1295-4272-9138-f99709370657
2007-05-19 23:38:09 +00:00
Jens Arnold
e09b87a31f
WAV recording plugin: Fix distortion when feeding a full-range digital signal (most noticeable from S/PDIF), and make it obvious that S/PDIF recording ignores the defined sample rate.
...
git-svn-id: svn://svn.rockbox.org/rockbox/trunk@13435 a1c6a512-1295-4272-9138-f99709370657
2007-05-19 23:31:42 +00:00
Marcoen Hirschberg
0671cee53a
remove useless button defines
...
git-svn-id: svn://svn.rockbox.org/rockbox/trunk@13434 a1c6a512-1295-4272-9138-f99709370657
2007-05-19 22:00:49 +00:00
Marianne Arnold
82fd72f790
Found one more typo.
...
git-svn-id: svn://svn.rockbox.org/rockbox/trunk@13433 a1c6a512-1295-4272-9138-f99709370657
2007-05-19 21:35:09 +00:00
Marianne Arnold
fb07e44104
Fix some typos to make the three affected manuals build again
...
git-svn-id: svn://svn.rockbox.org/rockbox/trunk@13432 a1c6a512-1295-4272-9138-f99709370657
2007-05-19 21:24:52 +00:00
Dominik Riebeling
41ac7da18b
The credits file now also has underscores, which need to be escaped in LaTeX.
...
git-svn-id: svn://svn.rockbox.org/rockbox/trunk@13431 a1c6a512-1295-4272-9138-f99709370657
2007-05-19 21:05:20 +00:00
Nils Wallménius
f7a81a9d6a
More header and dead code cleanup.
...
git-svn-id: svn://svn.rockbox.org/rockbox/trunk@13430 a1c6a512-1295-4272-9138-f99709370657
2007-05-19 20:55:49 +00:00
Daniel Stenberg
cd227acebc
we have code from ipod linux too
...
git-svn-id: svn://svn.rockbox.org/rockbox/trunk@13429 a1c6a512-1295-4272-9138-f99709370657
2007-05-19 20:44:23 +00:00
Jens Arnold
705d2f879f
Reset the pcm_paused flag in the PP FIQ as well to complement the fix for FS #7187 . Now it also works on Mini G2.
...
git-svn-id: svn://svn.rockbox.org/rockbox/trunk@13428 a1c6a512-1295-4272-9138-f99709370657
2007-05-19 20:37:12 +00:00
Linus Nielsen Feltzing
a416cc981a
Prevent idle poweroff in the MIDI player
...
git-svn-id: svn://svn.rockbox.org/rockbox/trunk@13427 a1c6a512-1295-4272-9138-f99709370657
2007-05-19 20:37:02 +00:00
Christi Scarborough
152fafe185
Physical description of the Sandisk Sansa E200 player. Also holes for the Iaudio and H1xx. No badgers though.
...
git-svn-id: svn://svn.rockbox.org/rockbox/trunk@13426 a1c6a512-1295-4272-9138-f99709370657
2007-05-19 20:36:21 +00:00
Christi Scarborough
a05e5cc133
Physical description for the Cowon Iaudio X5/M5.
...
git-svn-id: svn://svn.rockbox.org/rockbox/trunk@13425 a1c6a512-1295-4272-9138-f99709370657
2007-05-19 19:54:33 +00:00
Nils Wallménius
f31e123133
Remove unused function and unused header
...
git-svn-id: svn://svn.rockbox.org/rockbox/trunk@13424 a1c6a512-1295-4272-9138-f99709370657
2007-05-19 19:54:11 +00:00
Marcoen Hirschberg
eb7603f1c5
always reset the pcm_paused flag when stopping playback. fixes FS #7187
...
git-svn-id: svn://svn.rockbox.org/rockbox/trunk@13423 a1c6a512-1295-4272-9138-f99709370657
2007-05-19 19:30:08 +00:00
Christi Scarborough
94a372524a
Add a macro for the Hold button on non-Archos targets. Link to blind FAQ at the top of the physical descriptions of the units. Add description for the Gigabeat F.
...
git-svn-id: svn://svn.rockbox.org/rockbox/trunk@13422 a1c6a512-1295-4272-9138-f99709370657
2007-05-19 19:21:52 +00:00
Jens Arnold
2dddc1c0d4
Fix name collision on misc.h between zxbox and core.
...
git-svn-id: svn://svn.rockbox.org/rockbox/trunk@13421 a1c6a512-1295-4272-9138-f99709370657
2007-05-19 19:15:14 +00:00
Jens Arnold
52986fb79e
Fix name collision on misc.h between zxbox and core.
...
git-svn-id: svn://svn.rockbox.org/rockbox/trunk@13420 a1c6a512-1295-4272-9138-f99709370657
2007-05-19 19:13:56 +00:00
Marianne Arnold
a352c62ad0
Dealing with the description of flash based vs. hard disk based players in the manual. (1) If possible make the phrasing more general. (2) Introducing a 'disk' macro in the platform files for further use. Any workarounds for this problem should be replaced one by one.
...
git-svn-id: svn://svn.rockbox.org/rockbox/trunk@13419 a1c6a512-1295-4272-9138-f99709370657
2007-05-19 19:03:39 +00:00
Antonius Hellmann
5acb2d5d76
Backlight=on as default for sansa bootlaoder/application. Allows instant
...
screen output after lcd_init(). Useful for 'early'debugging and startup
screen is visible a little longer.
git-svn-id: svn://svn.rockbox.org/rockbox/trunk@13418 a1c6a512-1295-4272-9138-f99709370657
2007-05-19 18:56:38 +00:00