summaryrefslogtreecommitdiffstats
path: root/firmware/pcm_record.c
AgeCommit message (Expand)AuthorFilesLines
2006-05-14Iriver: Moved the handling of the UDA1380 split gain (analog preamp + decimat...Jens Arnold1-2/+1
2006-05-12H1x0: Obey SPDIF power setting for monitoring SPDIF recordings as far as poss...Jens Arnold1-1/+6
2006-05-12Iriver recording: Always route the signals through the coldfire audio interfa...Jens Arnold1-19/+21
2006-05-11Optical S/PDIF recording and monitoring for Iriver H1x0. Removed unsupported ...Thom Johansen1-21/+167
2006-04-30Recording buffer offset must be passed on to the firmware calls, not the othe...Peter D'Hoye1-3/+5
2006-04-30The recording buffer should not try to use the voice buffer, so map our buffe...Peter D'Hoye1-2/+2
2006-03-09Yet another recording peakmeter sensitivity fix: only reset peak values after...Peter D'Hoye1-2/+2
2006-03-09Fix by Jvo Studer for bugreport #4799. Recorded bytes counter wasn't updated ...Peter D'Hoye1-3/+7
2006-03-01Stop mixing signed and unsigned when dealing with audioPeter D'Hoye1-2/+2
2006-02-27Oops: clipping detection optimization broke pre-recordingPeter D'Hoye1-1/+0
2006-02-26Store recorded peak values in short; this should fix an issue where clipping ...Peter D'Hoye1-37/+5
2006-02-24use all recorded samples for peak metering and clipping detectionPeter D'Hoye1-40/+46
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