summaryrefslogtreecommitdiff
path: root/sound/soc/omap/omap-pcm.c
AgeCommit message (Expand)Author
2015-03-05Merge remote-tracking branches 'asoc/topic/jack', 'asoc/topic/max98357a', 'as...Mark Brown
2015-03-04ASoC: omap-pcm: Allow only formats with 1, 2, and 4 byte physical sizeJyri Sarha
2015-03-04ASoC: omap-pcm: Correct dma maskPeter Ujfalusi
2014-06-21ASoC: omap-pcm: Include omap-pcm.hLars-Peter Clausen
2014-04-18ASoC: omap-pcm: Drop the platform driver init codePeter Ujfalusi
2014-04-18ASoC: omap-pcm: Support for binding the platform driver to dai devicesPeter Ujfalusi
2013-12-24ASoC: omap: Don't set unused struct snd_pcm_hardware fieldsLars-Peter Clausen
2013-10-31DMA-API: sound: fix dma mask handling in a lot of driversRussell King
2013-07-11ASoC: omap-pcm: Request the DMA channel differently when DT is involvedPeter Ujfalusi
2013-04-17ASoC: dmaengine-pcm: Make requesting the DMA channel at PCM open optionalLars-Peter Clausen
2013-04-03ASoC: omap: Use common DAI DMA dataLars-Peter Clausen
2013-03-26ASoC: omap-pcm: No need to wrap snd_dmaengine_pcm_close()Lars-Peter Clausen
2013-03-26ASoC: omap: Call omap_mcbsp_set_threshold() from mcbsp hw_paramsLars-Peter Clausen
2013-02-05ASoC: omap-pcm: No need to set constraint at open timePeter Ujfalusi
2012-12-13Merge tag 'sound-3.8' of git://git.kernel.org/pub/scm/linux/kernel/git/tiwai/...Linus Torvalds
2012-12-10ASoC: OMAP: remove __dev* attributesBill Pemberton
2012-10-15ARM: OMAP: Trivial driver changes to remove include plat/cpu.hTony Lindgren
2012-10-09Merge tag 'sound-3.7' of git://git.kernel.org/pub/scm/linux/kernel/git/tiwai/...Linus Torvalds
2012-09-22ASoC: omap-pcm: Convert to use dmaenginePeter Ujfalusi
2012-09-22ASoC: omap-pcm, omap-dmic: Change the use of omap_pcm_dma_data->data_typePeter Ujfalusi
2012-09-22ASoC: omap-pcm: Prepare to configure the DMA data_type based on stream proper...Peter Ujfalusi
2012-09-22ASoC: omap-pcm: Select sDMA synchronization based on packet_sizePeter Ujfalusi
2012-09-12ARM: OMAP2+: Prepare for irqs.h removalTony Lindgren
2012-07-26ASoC: omap: Add missing modules aliases to get sound working on omap devicesGuillaume Gardet
2012-05-04ASoC: omap-pcm: Free dma buffers in case of error.Oleg Matcovschi
2012-01-07ASoC: check for substream not channels_min in pcm enginesJoachim Eastwood
2011-11-25ASoC: Convert omap directory to module_platform_driverAxel Lin
2011-10-31sound: Add module.h to the previously silent sound usersPaul Gortmaker
2011-10-04ASoC: omap-pcm: Fix the no period wakeup implementationPeter Ujfalusi
2011-08-12ASoC: omap: Update e-mail address of Jarkko NikulaJarkko Nikula
2011-06-07ASoC: core - Optimise and refactor pcm_new() to pass only rtdLiam Girdwood
2011-05-13ASoC: omap-pcm: Period wakeup disabling on OMAP2+Peter Ujfalusi
2011-05-11ASoC: omap-pcm: Update e-mail addressPeter Ujfalusi
2010-08-12ASoC: multi-component - ASoC Multi-Component SupportLiam Girdwood
2010-04-07Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/tiw...Linus Torvalds
2010-04-05ALSA: ASoC: move dma_data from snd_soc_dai to snd_soc_pcm_streamDaniel Mack
2010-04-02ASoC: OMAP: Fix capture pointer handling for OMAP1510 to work correctly with ...Janusz Krzysztofik
2010-03-30include cleanup: Update gfp.h and slab.h includes to prepare for breaking imp...Tejun Heo
2010-02-23ASoC: OMAP: data_type and sync_mode configurable in audio dmaMisael Lopez Cruz
2009-11-22Merge 7xx-iosplit-plat-merge with omap-fixesTony Lindgren
2009-11-06ASoC: OMAP: Don't try to set unsupported OMAP_DMA_DATA_BURST_16 on OMAP1Janusz Krzysztofik
2009-10-20omap: headers: Move remaining headers from include/mach to include/platTony Lindgren
2009-08-20ASoC: OMAP: Use McBSP threshold to playback and captureEduardo Valentin
2009-08-20ASoC: OMAP: Make DMA 64 alignedEduardo Valentin
2009-08-20ASoC: OMAP: Enable DMA burst modeEduardo Valentin
2009-08-17ASoC: OMAP: Enhance OMAP1510 DMA progress software counterJanusz Krzysztofik
2009-08-17ASoC: OMAP: Make use of DMA channel self linking on OMAP1510Janusz Krzysztofik
2009-07-23ASoC: OMAP: Staticise pcm creation function of omap-pcmLopez Cruz, Misael
2009-06-30ASoC: OMAP: fix OMAP1510 broken PCM pointer callbackJanusz Krzysztofik
2009-04-22ASoC: OMAP: Add checking to detect bufferless pcmsJoonyoung Shim