summaryrefslogtreecommitdiff
path: root/audio.c
AgeCommit message (Expand)AuthorFilesLines
2010-02-02Update copyrightsSegher Boessenkool1-1/+1
2010-02-02Handle audio DAC disableSegher Boessenkool1-0/+3
2010-01-31audio: Shut up for nowSegher Boessenkool1-1/+2
2009-03-11audio: Write to "channel stop status" should clear the bits.Segher Boessenkool1-1/+4
2009-03-11audio: Pretend all audio is looping U8 samples. Make that work, sort of.Segher Boessenkool1-5/+45
2009-03-09audio: Create the SPU 6.75MHz stream, downsample it to ~44.1kHzSegher Boessenkool1-6/+41
2009-03-08audio: next_host_sample()Segher Boessenkool1-3/+11
2009-03-08audio: Move render out of platform code, into audio.cSegher Boessenkool1-0/+11
2009-03-06First audio support.Segher Boessenkool1-0/+7
2009-02-25Update copyright messagesSegher Boessenkool1-1/+1
2009-02-05Formatting (make each module's own header stand out)Segher Boessenkool1-0/+1
2008-10-01Split off device loads into their respective files.Segher Boessenkool1-0/+21
2008-09-29Split audio hardware routines to audio.c file.Segher Boessenkool1-0/+25