aboutsummaryrefslogtreecommitdiffstats
path: root/sound/soc/davinci/davinci-mcasp.c (follow)
AgeCommit message (Expand)AuthorFilesLines
2013-06-17Merge remote-tracking branch 'asoc/topic/davinci' into asoc-nextMark Brown1-2/+2
2013-06-03ASoC: davinci: Remove redundant use of of_match_ptr macroSachin Kamat1-2/+2
2013-05-21ASoC: davinci: fix sample rotationDaniel Mack1-3/+4
2013-05-03Merge tag 'asoc-v3.10-4' of git://git.kernel.org/pub/scm/linux/kernel/git/broonie/sound into for-nextTakashi Iwai1-2/+5
2013-05-03ASoC: McASP: Fix receive clock polarity in DAIFMT_NB_NF mode.Marek Belisko1-1/+1
2013-04-30ASoC: McASP: Add pins output direction for rx clocks when configured in CBS_CFS formatMarek Belisko1-1/+4
2013-04-23ASoC: davinci-mcasp: Add Support BCLK-to-LRCLK ratio for TDM modesMichal Bachraty1-3/+4
2013-04-23ASoC: davinci-pcm, davinci-mcasp: Clean up active_serializersMichal Bachraty1-3/+5
2013-04-12Merge remote-tracking branch 'asoc/topic/davinci' into asoc-nextMark Brown1-23/+59
2013-04-05ASoC: davinci-mcasp: don't overwrite DIT settingsYegor Yefremov1-12/+13
2013-04-05ASoC: davinci-mcasp: don't configure AFSX direction in DIT modeYegor Yefremov1-3/+0
2013-03-26ASoC: switch over to use snd_soc_register_component() on davinci mcaspKuninori Morimoto1-5/+10
2013-03-12ASoC: davinci-mcasp: clean up davinci_hw_common_param()Daniel Mack1-23/+11
2013-03-04ASoC: davinci-mcasp: Add support for multichannel playbackMichal Bachraty1-8/+58
2013-01-27ASoC: McASP: Fix data rotation for playback. Enables 24bit audio playbackMichal Bachraty1-1/+1
2012-12-07ASoC: McASP: implement a way to force BCLK/LRCLK ratiosDaniel Mack1-0/+15
2012-12-07ASoC: McASP: calculate values for channel sizeDaniel Mack1-53/+10
2012-12-07ASoC: McASP: remove unused variablesDaniel Mack1-1/+0
2012-10-22ASoC: davinci: replace private sram api with genallocMatt Porter1-0/+2
2012-10-15ASoC: McASP: treat SNDRV_PCM_FORMAT_U24_* as 32 bit wordsDaniel Mack1-2/+2
2012-10-15ASoC: McASP: add support for 24 bit samplesDaniel Mack1-0/+12
2012-10-15ASoC: McASP: set format parameters in dependence of the DAI formatDaniel Mack1-4/+17
2012-10-15ASoC: McASP: make AHCLK direction configurableDaniel Mack1-6/+20
2012-10-15ASoC: McASP: add support for clock dividersDaniel Mack1-1/+31
2012-09-06ASoC: Davinci: McASP: add support new McASP IP VariantHebbar, Gururaja1-13/+73
2012-09-05Merge branch 'asoc-omap' into for-3.7Mark Brown1-2/+8
2012-08-27ASoC: Davinci: McASP: add device tree support for McASPHebbar, Gururaja1-1/+123
2012-08-27ASoC: davinci: davinci-pcm does not need to be a plaform_driverHebbar, Gururaja1-0/+10
2012-08-09ASoC: McASP: Convert driver to use Runtime PM APIHebbar, Gururaja1-21/+19
2012-08-09ASoC: Davinci: McASP: Flush the FIFO before enablingVaibhav Bedia1-2/+8
2012-01-02ASoC: davinci-mcasp.c: use devm_ functionsJulia Lawall1-28/+12
2011-11-25ASoC: Convert davinci directory to module_platform_driverAxel Lin1-11/+1
2011-11-23ASoC: Constify snd_soc_dai_ops structsLars-Peter Clausen1-1/+1
2011-08-29ASoC: davinci-mcasp: add support for unsigned PCM formatsBen Gardiner1-7/+13
2011-05-19ASoC: davinci-mcasp: enable ping-pong SRAM buffersBen Gardiner1-0/+2
2011-04-26davinci-mcasp: fix _CBM_CFS pin directionsBen Gardiner1-1/+3
2011-04-26davinci-mcasp: fix _CBM_CFS hw_paramsBen Gardiner1-2/+2
2011-04-26davinci-mcasp: use bitfield definitions for PDIRBen Gardiner1-3/+6
2011-04-26ASoC: davinci-mcasp: correct tdm_slots limitBen Gardiner1-2/+2
2011-02-09ASoC: Davinci: Replace usage of IO_ADDRESS with ioremap()Vaibhav Bedia1-6/+14
2011-02-09ASoC: Davinci: Call clk_disable() and clk_put() in case of errorVaibhav Bedia1-3/+6
2011-02-09ASoC: Davinci: Use resource_size() helper functionVaibhav Bedia1-3/+3
2010-11-17ASoC: davinci: fixes for multi-componentChris Paulson-Ellis1-3/+10
2010-10-18ASoC: davinci-mcasp.c: Return error code in failureJulia Lawall1-0/+2
2010-08-12ASoC: multi-component - ASoC Multi-Component SupportLiam Girdwood1-19/+13
2010-07-20ASoC: davinci: let platform data define edma queue numbersSekhar Nori1-2/+4
2010-06-15ASoC: DaVinci: Fix McASP hardware FIFO configurationSudhakar Rajashekhara1-2/+0
2010-04-07Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/tiwai/sound-2.6Linus Torvalds1-1/+2
2010-04-05ALSA: ASoC: move dma_data from snd_soc_dai to snd_soc_pcm_streamDaniel Mack1-1/+2
2010-03-30include cleanup: Update gfp.h and slab.h includes to prepare for breaking implicit slab.h inclusion from percpu.hTejun Heo1-0/+1