aboutsummaryrefslogtreecommitdiff
path: root/pcm.c
AgeCommit message (Expand)Author
2012-10-22Fix several 'symbol defined but not used' warnings.Gabriel M. Beddingfield
2012-10-22pcm: Add support for S8 and S24LE formats.Gabriel M. Beddingfield
2012-09-18pcm: fix default capture start thresholdEric Laurent
2012-05-10add error check for pcm_startKeunyoung
2012-05-04pcm: Add PCM_NORESTART flagJohn Grossman
2012-02-11pcm: Factor out pcm_start() from pcm_read()Mark Brown
2012-02-10Merge pull request #11 from broonie/const-writetinyalsa
2012-02-10pcm: Constify write buffersMark Brown
2012-02-08pcm: Fix integer size error.Gabriel M. Beddingfield
2012-01-30pcm: fix pcm capture dropping samplesEric Laurent
2011-11-17pcm: more state checking in pcm_get_htimestamp()Eric Laurent
2011-11-16pcm: fix underrun detectionEric Laurent
2011-10-13pcm: add mmap playback and no periodic IRQ support.Liam Girdwood
2011-07-27pcm: add control for ASLA thresholds to pcm_openJohn Grossman
2011-07-25pcm: add pcm_get_htimestamp() functionEric Laurent
2011-06-24pcm: add pcm_start/stop() functions for streamsSimon Wilson
2011-06-15pcm: fix TODOs for 32 bit supportSimon Wilson
2011-06-07Fix error cases and some spurious whitespaceSimon Wilson
2011-06-02Support multiple cards and devicesSimon Wilson
2011-05-30pcm: fix minor code errorsSimon Wilson
2011-05-25Initial contributionSimon Wilson