aboutsummaryrefslogtreecommitdiffstats
path: root/sound/soc/davinci/davinci-pcm.c (follow)
AgeCommit message (Expand)AuthorFilesLines
2012-01-20ASoC: replace 0xffffffff with DMA_BIT_MASK macroJoachim Eastwood1-2/+2
2012-01-07ASoC: check for substream not channels_min in pcm enginesJoachim Eastwood1-3/+2
2011-11-25ASoC: Convert davinci directory to module_platform_driverAxel Lin1-11/+1
2011-09-16ASoC: davinci-pcm: trivial: replace link with actual chan/linkBen Gardiner1-64/+59
2011-06-07ASoC: core - Optimise and refactor pcm_new() to pass only rtdLiam Girdwood1-2/+4
2011-05-25ASoC: davinci-pcm: comments for the conversion to BATCH modeBen Gardiner1-0/+19
2011-05-25ASoC: davinci-pcm: convert to BATCH modeBen Gardiner1-48/+19
2011-05-25ASoC: davinci-pcm: extract period elapsed functionsBen Gardiner1-4/+18
2011-05-25ASoC: davinci-pcm: fix audible glitch on 2nd ping-pong playbackBen Gardiner1-6/+7
2011-05-25ASoC: davinci-pcm: increase the maximum channelsBen Gardiner1-2/+2
2011-05-25ASoC: davinci-pcm: expand the .formatsBen Gardiner1-2/+18
2011-05-25ASoC: davinci-pcm: trivial: make ping-pong params setup symmetricalBen Gardiner1-2/+3
2010-08-12ASoC: multi-component - ASoC Multi-Component SupportLiam Girdwood1-13/+32
2010-07-20ASoC: davinci: let platform data define edma queue numbersSekhar Nori1-2/+3
2010-07-13ASoC: Remove unnecessary casts of private_dataJoe Perches1-1/+1
2010-04-05ALSA: ASoC: move dma_data from snd_soc_dai to snd_soc_pcm_streamDaniel Mack1-1/+3
2009-12-04ASoC: DaVinci: Update suspend/resume support for McASP driverChaithrika U S1-1/+1
2009-11-19ASoC: DaVinci: use edma_pause, edma_resumeTroy Kisky1-2/+4
2009-11-19ASoC: DaVinci: pcm, fix underrun by using sramTroy Kisky1-43/+472
2009-11-19ASoC: DaVinci: pcm, rename variables in prep for ping/pongTroy Kisky1-33/+33
2009-11-18ASoC: DaVinci: remove requirement that dma_params is 1st in structureTroy Kisky1-3/+4
2009-10-06Merge branch 'for-2.6.32' into for-2.6.33Mark Brown1-3/+3
2009-10-03Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/tiwai/sound-2.6Linus Torvalds1-7/+6
2009-09-30ASoC: DaVinci: McASP FIFO related updatesChaithrika U S1-3/+18
2009-09-23ASoC: Davinci: Fix race with cpu_dai->dma_dataTroy Kisky1-1/+2
2009-09-23ASoC: DaVinci: Fix divide by zero error during 1st executionTroy Kisky1-7/+5
2009-09-18Merge branch 'davinci-for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/khilman/linux-davinciLinus Torvalds1-3/+3
2009-08-26davinci: EDMA: multiple CCs, channel mapping and API changesSudhakar Rajashekhara1-3/+3
2009-08-13ASoC: DaVinci: McASP driver enhacementsChaithrika U S1-1/+3
2009-08-07ASoC: DaVinci: pcm, constrain buffer size to multiple of periodTroy Kisky1-0/+5
2009-07-08ASoC: DaVinci: pcm, don't play 1st sound period twiceTroy Kisky1-0/+1
2009-05-15ASoC: davinci-pcm buildfixesDavid Brownell1-29/+42
2009-01-19ASoC: Staticise PCM operations tablesMark Brown1-1/+1
2009-01-08remove lots of double-semicolonsFernando Carrijo1-1/+1
2008-12-14ASoC: switch davinci DPRINTK to pr_debug()Alexander Beregalov1-12/+6
2008-12-10ALSA: ASoC - Fix wrong section typesTakashi Iwai1-1/+1
2008-12-09ASoC: Register platform driversMark Brown1-0/+12
2008-10-10ALSA: Correct Vladimir Barinov's e-mail addressVladimir Barinov1-1/+1
2008-07-10ALSA: asoc: davinci - merge structs snd_soc_codec_dai and snd_soc_cpu_dai.Liam Girdwood1-1/+1
2008-04-24[ALSA] Davinci ASoC supportVladimir Barinov1-0/+389