summaryrefslogtreecommitdiffstats
path: root/firmware/pcm_record.c
AgeCommit message (Expand)AuthorFilesLines
2005-12-23Committed the pre-recording patch for iriver (#1387531 by Peter D'Hoye).Miika Pekkarinen1-13/+49
2005-12-15H300 FM radio support, with help from Peter D'HoyeLinus Nielsen Feltzing1-0/+10
2005-12-02Fixed recording peak meters to always work. Now it should be easy toMiika Pekkarinen1-12/+12
2005-12-02Fixed ui lag while writing recorded data to disk.Miika Pekkarinen1-0/+1
2005-12-02iRiver recording changes:Andy1-54/+81
2005-11-12Removed monitor option from audio_set_recording_options and the global settin...Andy1-3/+2
2005-11-12iRiver: Initial support for wav-recording in recording menu. Supports mic/lin...Andy1-248/+469
2005-11-05Fixup of the MCF5249 memory mapped register definitions.Jens Arnold1-3/+3
2005-10-06Fix channel-swapping bug in iriver recordings. Left and Right channels shoul...Dave Chapman1-3/+3
2005-10-06Replace SWAB16 and SWAB32 with a comprehensive set of byte-swap macros - leto...Dave Chapman1-3/+3
2005-08-13Add pcm_set_mux() for switching between FM radio and Line inputLinus Nielsen Feltzing1-1/+10
2005-08-06iAudio: First unfinished attempt for tlv320 driver and rockbox integrationChristian Gmeiner1-93/+101
2005-07-08Removed the XYZ_PIXEL() macros. They are no longer needed, and they did only ...Jens Arnold1-1/+1
2005-06-19Iriver: First attempt at recording. Use Info->Debug->PCM recording to test re...Andy1-0/+650