aboutsummaryrefslogtreecommitdiffstatshomepage
path: root/sound/soc/omap/omap-mcbsp.c (follow)
AgeCommit message (Expand)AuthorFilesLines
2016-06-10ASoC: omap-mcbsp: sidetone: Use the new callback for iclk handlingPeter Ujfalusi1-0/+3
2016-06-10ASoC: omap-mcbsp: Rename omap_mcbsp_sysfs_remove() to omap_mcbsp_cleanup()Peter Ujfalusi1-1/+1
2015-02-26ASoC: OMAP: mcbsp: Fix CLKX and CLKR pinmux when used as inputsThomas Niederprüm1-0/+11
2015-01-16ASoC: omap-mcbsp: Correct CBM_CFS dai format configurationPeter Ujfalusi1-1/+1
2014-10-20ASoC: omap: drop owner assignment from platform_driversWolfram Sang1-1/+0
2014-07-09ASoC: omap-mcbsp: Use devm_snd_soc_register_componentManish Badarkhe1-4/+3
2014-05-26ASoC: omap-pcm: Move omap-pcm under include/soundJyri Sarha1-1/+1
2014-05-01ASoC: omap: rx51: omap_mcbsp_st_add_controls: add id parameterSebastian Reichel1-2/+3
2014-04-18ASoC: omap-mcbsp: Bind the platform driver to the dai driver when loadingPeter Ujfalusi1-4/+9
2014-04-18ASoC: omap-mcbsp: Assign the dai DMA data at earlier timePeter Ujfalusi1-3/+4
2013-07-22ASoC: omap-mcbsp: Support SND_SOC_DAIFMT_CBM_CFS for omap3/4Michael Trimarchi1-0/+5
2013-05-12ASoC: omap-mcbsp: Remove redundant platform_set_drvdata()Sachin Kamat1-2/+0
2013-04-12Merge remote-tracking branch 'asoc/topic/dma' into asoc-nextMark Brown1-10/+8
2013-04-03ASoC: omap: Use common DAI DMA dataLars-Peter Clausen1-3/+3
2013-03-26ASoC: switch over to use snd_soc_register_component() on omap mcbspKuninori Morimoto1-2/+7
2013-03-26ASoC: omap: Call omap_mcbsp_set_threshold() from mcbsp hw_paramsLars-Peter Clausen1-7/+5
2012-12-10ASoC: OMAP: remove __dev* attributesBill Pemberton1-3/+3
2012-11-27ASoC: OMAP: mcbsp fixes for enabling ARM multiplatform supportTony Lindgren1-3/+2
2012-10-09Merge tag 'sound-3.7' of git://git.kernel.org/pub/scm/linux/kernel/git/tiwai/soundLinus Torvalds1-109/+121
2012-09-22ASoC: OMAP: mcbsp, mcpdm, dmic, hdmi: Set dma_data at startup timePeter Ujfalusi1-3/+4
2012-09-22ASoC: OMAP: mcbsp, mcpdm, dmic: Let omap-pcm to pick the dma_typePeter Ujfalusi1-3/+0
2012-09-22ASoC: OMAP: Remove sync_mode from omap_pcm_dma_data structPeter Ujfalusi1-4/+1
2012-09-22ASoC: omap-mcbsp: Use sDMA packet mode instead of frame modePeter Ujfalusi1-30/+17
2012-09-19ARM: omap: move platform_data definitionsArnd Bergmann1-1/+1
2012-09-12ARM: OMAP2+: Prepare for irqs.h removalTony Lindgren1-0/+1
2012-08-25Merge branch 'asoc-omap' into for-3.7Mark Brown1-37/+27
2012-08-25ASoC: omap-mcbsp: Single macro for st channel volume set/getPeter Ujfalusi1-10/+7
2012-08-25ASoC: omap-mcbsp: Use macro to create the McBSP2/3 ST controlsPeter Ujfalusi1-24/+15
2012-08-25ASoC: omap-mcbsp: Only print warning if the st_data is missing for the portPeter Ujfalusi1-2/+4
2012-08-25ASoC: omap-mcbsp: Check mcbsp->id instead of cpu_dai->id when adding ST controlsPeter Ujfalusi1-1/+1
2012-08-22Merge branch 'asoc-omap' into for-3.7Mark Brown1-33/+73
2012-08-22ASoC: omap-mcbsp: Add device tree bindingsPeter Ujfalusi1-1/+65
2012-08-22ASoC: omap-mcbsp: Remove cpu_is_omap* checks from the codePeter Ujfalusi1-3/+5
2012-08-22ARM/ASoC: omap-mcbsp: Remove CLKR/FSR mux configuration codePeter Ujfalusi1-29/+3
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