summaryrefslogtreecommitdiff
Commit message (Expand)AuthorAgeFilesLines
* Update ChangeLogsGregory Nutt2014-08-052-3/+10
* PCM decoder: Handle errors in the PCM WAV file in a way that the Nxplayer can...Gregory Nutt2014-08-051-23/+36
* Break reading and enqueueing of audio buffers into two steps so that errors i...Gregory Nutt2014-08-051-49/+189
* Costmetic changesGregory Nutt2014-08-051-21/+20
* Costmetic changesGregory Nutt2014-08-052-4/+7
* Update ChangeLogGregory Nutt2014-08-051-0/+5
* SAMA5D3 HSMCI: TX DMA is again disabledGregory Nutt2014-08-053-14/+16
* Update ChangeLogGregory Nutt2014-08-041-0/+6
* WM8904: Add reset logic to put the part back in its initial state after playi...Gregory Nutt2014-08-042-79/+134
* SAMA5: Some usage documents for media playersGregory Nutt2014-08-042-9/+43
* WM8904: Update READMEs and defconfigs to last tested configurationGregory Nutt2014-08-043-0/+5
* Update ChangeLogGregory Nutt2014-08-041-0/+14
* WM8904: Correct calculation of bitrate (I am not sure why this is correct). L...Gregory Nutt2014-08-042-259/+433
* WM8904 interface enable method now returns the previous interrupt state. Cor...Gregory Nutt2014-08-042-66/+104
* Correct the WM8904 interrupt configuration, active high level. Fix that and d...Gregory Nutt2014-08-042-6/+22
* WM8904 interface enable method now returns the previous interrupt stateGregory Nutt2014-08-041-2/+4
* WM8904: Restore mystery bit in setup that was accidentally tossed beforeGregory Nutt2014-08-031-1/+2
* WM8904: Tried disabling the SYSCLK while updating the FLL. Didn't help but ...Gregory Nutt2014-08-032-5/+21
* WM8904: Add logic to analyze BCLK setupGregory Nutt2014-08-036-109/+358
* WM8904: Various updates to get BCLK/LRCLK correct. Acutally worse the paren...Gregory Nutt2014-08-032-171/+270
* Update ChangeLogGregory Nutt2014-08-031-1/+2
* SAMA5 WM8904: Add option to use MAINCK as WM8904 MCLKGregory Nutt2014-08-034-0/+46
* Update ChangeLogGregory Nutt2014-08-031-0/+3
* SAMA5 PCK: Add Main clock as an option for the PCK clock sourceGregory Nutt2014-08-0314-26/+49
* Update ChangeLogGregory Nutt2014-08-021-1/+12
* WM8904 driver: Fix wm8904_dump_registers macro: Wrong number of parameters.Gregory Nutt2014-08-021-1/+5
* WM8904 driver: Disable the FFL at the end of playing.Gregory Nutt2014-08-021-0/+5
* SAMA5D3X-EK NxPlayer Configuration: Update with last WM8904 settingsGregory Nutt2014-08-021-0/+3
* PCM decoder: Correct the end of audio stream handling. It was not being dete...Gregory Nutt2014-08-021-2/+36
* SAMA5 SSC: Verify that the requested bit width is supported. Correct some al...Gregory Nutt2014-08-021-13/+113
* Update ChangeLogGregory Nutt2014-08-021-0/+2
* WM8904: Add logic to program the FLL to achieve the bitrateGregory Nutt2014-08-023-43/+397
* Update ChangeLogGregory Nutt2014-08-021-0/+6
* WM8904: Add an option to control WM8904 register dumpingGregory Nutt2014-08-026-7/+17
* WM8904: Ad the MCLK frequency to the interface definition. The WM8904 drive...Gregory Nutt2014-08-013-2/+10
* WM8904 I2C: Fix an error in writing. I am not sure why this fixes the problemGregory Nutt2014-08-011-18/+6
* Update ChangeLogGregory Nutt2014-08-011-0/+3
* Add debug logic to dump WM8904 registersGregory Nutt2014-08-016-17/+283
* SAMA5 WM8904: Fix errors in programmable clock output configurationGregory Nutt2014-08-013-4/+4
* Update ChangeLogGregory Nutt2014-08-011-1/+3
* SAMA5 SSC: Start Delay is now configurableGregory Nutt2014-08-014-56/+128
* SAMA5 SSC: Frame Synch Delay is now configurableGregory Nutt2014-08-015-64/+254
* Update ChangeLogGregory Nutt2014-08-011-0/+4
* NxPlayer: Fix an error I introduced: Need to pass through final buffer even ...Gregory Nutt2014-08-011-34/+40
* Update ChangeLogGregory Nutt2014-07-311-0/+5
* WM8904: Can't reset the WM8904 unless we also reinitiailize all registers. T...Gregory Nutt2014-07-311-40/+86
* SAMA5D SSC: Needs to account for data offset in audio buffer.Gregory Nutt2014-07-311-8/+13
* Update ChangeLogGregory Nutt2014-07-312-1/+15
* Audio: Change how the end of the audio stream is detected by the leaf audio c...Gregory Nutt2014-07-316-88/+174
* Update ChangeLogGregory Nutt2014-07-312-0/+9