summaryrefslogtreecommitdiffstats
path: root/sound/soc/omap/omap-mcbsp.c
AgeCommit message (Expand)AuthorFilesLines
2012-07-26ASoC: omap: Add missing modules aliases to get sound working on omap devicesGuillaume Gardet1-0/+1
2012-05-22ASoC: omap-mcbsp: buffer size constraint only applies to playback streamPeter Ujfalusi1-6/+8
2012-05-22ASoC: omap-mcbsp: Remove unused FRAME dma_op_modePeter Ujfalusi1-1/+0
2012-05-22ASoC: omap-mcbsp: Use DMA packet mode for non mono streams on OMAP3+Peter Ujfalusi1-13/+17
2012-03-12ASoC: omap-mcbsp: fix snd_pcm_hw_rule_add argumentsGrazvydas Ignotas1-2/+2
2012-03-12ASoC: omap-mcbsp: Correct clock muxing for CLKR/FSR signalsPeter Ujfalusi1-19/+15
2012-03-12ASoC: omap-mcbsp: Single function CLKR/FSR source mux configurationPeter Ujfalusi1-4/+4
2012-03-12ASoC: omap-mcbsp: Simplify DMA configurationPeter Ujfalusi1-8/+0
2012-03-12ASoC: omap-mcbsp: Merge the omap_mcbsp_data into omap_mcbsp structurePeter Ujfalusi1-30/+23
2012-03-12ASoC: omap-mcbsp: Cleanup of module probe/remove codePeter Ujfalusi1-2/+49
2012-03-12ASoC: OMAP McBSP: Remove redundant accessorsPeter Ujfalusi1-9/+5
2012-03-12ASoC: omap-mcbsp: Create a single driver for McBSPPeter Ujfalusi1-105/+96
2012-03-12ASoC: OMAP: McBSP: Consolidate plat/mcbsp.h contentPeter Ujfalusi1-0/+10
2012-02-04ASoC: core: Add support for DAI and machine kcontrols.Liam Girdwood1-4/+4
2011-12-17ASoC: omap-mcbsp: Enable FIFO usage on OMAP4Peter Ujfalusi1-1/+1
2011-11-25ASoC: Convert omap directory to module_platform_driverAxel Lin1-11/+1
2011-11-23ASoC: Constify snd_soc_dai_ops structsLars-Peter Clausen1-1/+1
2011-10-10ASoC: fix checkpatch.pl error in omap-mcbspMichael Opdenacker1-2/+1
2011-10-02ASoC: omap-mcbsp: Prepare for init time DAI format settingJarkko Nikula1-0/+9
2011-09-30ASoC: omap-mcbsp: Fix FS polarity for LEFT_J, DSP_A and DSP_B formatsJarkko Nikula1-5/+7
2011-09-26ASoC: omap-mcbsp: Fix compile time warning about ambiguous ‘else’Peter Ujfalusi1-1/+2
2011-09-23ASoC: omap-mcbsp: Do not attempt to change DAI sysclk if stream is activeJarkko Nikula1-0/+6
2011-08-12ASoC: omap: Update e-mail address of Jarkko NikulaJarkko Nikula1-2/+2
2011-05-13ASoC: omap-mcbsp: Remove restrictive checks for cpu typeSanjeev Premi1-2/+2
2011-05-11ASoC: omap-mcbsp: Update e-mail addressPeter Ujfalusi1-1/+1
2011-02-24ASoC: McBSP: get hw params from McBSP driverKishon Vijay Abraham I1-122/+4
2011-01-27omap: Start using CONFIG_SOC_OMAPTony Lindgren1-3/+3
2010-12-23ASoC: mcbsp: Add McBSP support for OMAP4Jorge Eduardo Candelaria1-3/+32
2010-11-03ASoC: OMAP: fix OMAP1 compilation problemJanusz Krzysztofik1-0/+8
2010-10-25Merge branch 'omap-for-linus' of git://git.kernel.org/pub/scm/linux/kernel/gi...Linus Torvalds1-90/+29
2010-10-08OMAP: McBSP: implement functional clock switching via clock frameworkPaul Walmsley1-56/+13
2010-10-08OMAP: McBSP: implement McBSP CLKR and FSR signal muxing via mach-omap2/mcbsp.cPaul Walmsley1-35/+17
2010-09-08OMAP: McBSP: Fix static function warningG, Manjunath Kondaiah1-1/+1
2010-08-12ASoC: multi-component - ASoC Multi-Component SupportLiam Girdwood1-62/+61
2010-08-02ASoC: omap-mcbsp: Remove period size constraint in THRESHOLD modePeter Ujfalusi1-39/+4
2010-08-02ASoC: omap-mcbsp: Support for sDMA packet modePeter Ujfalusi1-6/+56
2010-08-02ASoC: omap-mcbsp: Code cleanup in omap_mcbsp_dai_hw_paramsPeter Ujfalusi1-9/+12
2010-08-02ASoC: omap-mcbsp: Restructure the code within omap_mcbsp_dai_hw_paramsPeter Ujfalusi1-14/+11
2010-06-03ASoC: omap-mcbsp: Place correct constraints for streamsPeter Ujfalusi1-21/+77
2010-06-03ASoC: omap-mcbsp: Save, and use wlen for threshold configurationPeter Ujfalusi1-5/+9
2010-05-14OMAP: McBSP: Add 32-bit mode supportSergey Lapin1-4/+24
2010-03-19ASoC: move dma_data from snd_soc_dai to snd_soc_pcm_streamDaniel Mack1-1/+3
2010-03-19ASoC: omap-mcbsp: Add support for Left Justified formatPeter Ujfalusi1-1/+11
2010-03-12ASoC: OMAP3: Report delay caused by the internal FIFOPeter Ujfalusi1-0/+26
2010-03-01Merge with mainline to remove plat-omap/Kconfig conflictTony Lindgren1-0/+2
2010-02-23ASoC: OMAP-McBSP: ASoC interface for McBSP sidetoneIlkka Koskinen1-0/+138
2010-02-23ASoC: OMAP: data_type and sync_mode configurable in audio dmaMisael Lopez Cruz1-0/+2
2010-02-15omap3: Replace ARCH_OMAP34XX with ARCH_OMAP3Tony Lindgren1-3/+3
2010-02-15omap2: Convert ARCH_OMAP24XX to ARCH_OMAP2Tony Lindgren1-1/+1
2009-12-08Merge branch 'omap-for-linus' of git://git.kernel.org/pub/scm/linux/kernel/gi...Linus Torvalds1-3/+3