summaryrefslogtreecommitdiffstats
path: root/firmware/target/mips/ingenic_jz47xx/pcm-jz4740.c
AgeCommit message (Expand)AuthorFilesLines
2012-03-03Revise the PCM callback system after adding multichannel audio.Michael Sevakis1-7/+5
2011-09-01Shuffle some functions around so that interfacing with playback.c in particul...Michael Sevakis1-1/+1
2011-06-29Commit FS#12150 - Fully-functional audio mixer - and finally whip old limitat...Michael Sevakis1-0/+2
2010-05-24Cleanup r26253 red and yellow.Michael Sevakis1-1/+1
2010-05-24Make PCM->driver interface about as simple as it will get. Registered callbac...Michael Sevakis1-17/+4
2010-05-12PCM bottom layer simplification. pcm_rec_peak_addr variable no longer has to ...Michael Sevakis1-3/+2
2009-07-27Jz4740 PCM driver: do 32-bit or 16-bit burst sizes if 16-byte ones won't fit ...Maurus Cuelenaere1-8/+56
2009-07-27Jz4740 PCM driver: check whether pcm_callback_for_more isn't NULL (fixes metr...Maurus Cuelenaere1-3/+5
2009-07-03Ingenic Jz4740 PCM driver: add some locking here and there (doesn't fix all P...Maurus Cuelenaere1-57/+64
2009-05-26Fix audio on Onda VX747Maurus Cuelenaere1-56/+59
2009-05-17Ingenic Jz4740 PCM driver: set correct sample rateMaurus Cuelenaere1-1/+1
2009-02-26Ingenic Jz4740:Maurus Cuelenaere1-9/+62
2009-02-13Onda VX747:Maurus Cuelenaere1-1/+2
2009-02-09Onda VX747: commit some parts to get apps/ to compile (more will follow)Maurus Cuelenaere1-0/+4
2008-12-20Ingenic targets:Maurus Cuelenaere1-15/+26
2008-12-12Get rid of some pcm_apply_settings cruft at the low level I somehow missed. M...Michael Sevakis1-2/+0
2008-12-12Bring consistency to pcm implementation and samplerate handling. Less low-lev...Michael Sevakis1-4/+3
2008-12-04Ingenic targets:Maurus Cuelenaere1-14/+11
2008-12-04Ingenic targets:Maurus Cuelenaere1-13/+34
2008-12-02Fix compilingMaurus Cuelenaere1-5/+0
2008-11-26Get rid of remaining audiohw_enable_output style codec setup and use pre/post...Michael Sevakis1-5/+4
2008-11-05Onda VX747:Maurus Cuelenaere1-0/+164