summaryrefslogtreecommitdiffstats
path: root/firmware/target/hosted/pcm-alsa.c
AgeCommit message (Expand)AuthorFilesLines
2020-10-03alsa: Refactor pcm_dma_apply_settings_nolock()Solomon Peachy1-14/+7
2020-10-03alsa: introduce AUDIOHW_MUTE_ON_PAUSE, and have rocker use it.Solomon Peachy1-7/+11
2020-10-03alsa: Explicitly mute the output when we stop playing, and unmute after play...Solomon Peachy1-1/+14
2020-10-03alsa: Handle underruns when starting a new streamSolomon Peachy1-47/+69
2020-10-02alsa: Use larger playback buffers for higher bitratesSolomon Peachy1-4/+16
2020-10-01hosted pcm-alsa improvementsSolomon Peachy1-28/+64
2020-08-09Un-hardcode 44.1KHz settings from ALSA and iBasso PCM codeSolomon Peachy1-13/+11
2017-10-01sonynwza10/a20: enable pcm frequency selectionAmaury Pouly1-0/+4
2017-09-22Fix bug in pcm-alsa.cAmaury Pouly1-1/+1
2017-09-17fix red on ypr0/ypr1Amaury Pouly1-2/+0
2017-09-05Initial commit for the Sony NWZ linux portAmaury Pouly1-17/+72
2012-03-04Tweak some PCM drivers for less typecasting with the data pointer.Michael Sevakis1-3/+3
2012-03-03Revise the PCM callback system after adding multichannel audio.Michael Sevakis1-3/+5
2012-01-22ypr0: Work around warning introduced by buggy alsa headers.Thomas Martitz1-19/+28
2012-01-21hosted/pcm/alsa: Use alternate signal stack for the async callback.Thomas Martitz1-0/+31
2011-12-24ypr0: Cleanup and simplify ascodec functions. Fix audiohw_{pre,post}init() no...Thomas Martitz1-2/+5
2011-12-24Initial commit of the Samsung YP-R0 port.Thomas Martitz1-0/+518