summaryrefslogtreecommitdiffstats
path: root/firmware/pcm_record.c
AgeCommit message (Expand)AuthorFilesLines
2006-11-13H100/General: HAL for S/PDIF and refinement/bufixes in optical output powerin...Michael Sevakis1-50/+5
2006-11-06Big Patch adds primarily: Samplerate and format selection to recording for SW...Michael Sevakis1-739/+1263
2006-10-05Add CPU boost tracker to see where boosts are coming fromSteve Bavin1-2/+2
2006-09-20Forgot to remove a must_boost reference. Unboost after fsyncMichael Sevakis1-4/+2
2006-09-20Make sure CPU is boosted when writing recorded dataMichael Sevakis1-6/+2
2006-09-16New scheduler, with priorities for swcodec platforms. Frequent taskMiika Pekkarinen1-18/+10
2006-09-02Display bitrate (Q value for Archos), samplerate, channels and recording form...Martin Scarratt1-1/+1
2006-08-28Added FS#2939 Encoder Codec Interface + Codecs by Antonius Hellmann with addi...Michael Sevakis1-355/+381
2006-07-21Patch #5347 by Rani Hod - Adds FM radio and recording features to the iAudio X5.Linus Nielsen Feltzing1-18/+65
2006-06-30For iriver recording: do not boost while recording unless source is spdif. Wh...Peter D'Hoye1-0/+11
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