aboutsummaryrefslogtreecommitdiffstats
path: root/sound/soc/davinci
Commit message (Expand)AuthorAgeFilesLines
* ASoC: davinci: fix codec start and stop functionsRajashekhara, Sudhakar2011-08-041-4/+4
* ASoC: davinci: add missing break statementRajashekhara, Sudhakar2011-08-041-0/+1
* mfd: Use mfd cell platform_data for davinci cells platform bitsSamuel Ortiz2011-05-261-1/+1
* ASoC: davinci-mcasp: enable ping-pong SRAM buffersBen Gardiner2011-05-191-0/+2
* davinci-mcasp: fix _CBM_CFS pin directionsBen Gardiner2011-04-261-1/+3
* davinci-mcasp: fix _CBM_CFS hw_paramsBen Gardiner2011-04-261-2/+2
* davinci-mcasp: use bitfield definitions for PDIRBen Gardiner2011-04-261-3/+6
* ASoC: davinci-mcasp: correct tdm_slots limitBen Gardiner2011-04-261-2/+2
* asoc: davinci_voicecodec: use mfd_data instead of driver_dataAndres Salomon2011-03-231-1/+1
* ASoC: Davinci: Replace usage of IO_ADDRESS with ioremap()Vaibhav Bedia2011-02-092-12/+27
* ASoC: Davinci: Call clk_disable() and clk_put() in case of errorVaibhav Bedia2011-02-092-6/+12
* ASoC: Davinci: Use resource_size() helper functionVaibhav Bedia2011-02-092-6/+6
* asoc: davinci: da830/omap-l137: correct cpu_dai_nameVaibhav Bedia2011-02-031-3/+15
* ASoC: da8xx/omap-l1xx: match codec_name with i2c idsRajashekhara, Sudhakar2011-01-211-1/+1
* ASoC: Remove needless inclusion of tlv320aic3x.h from machine driversJarkko Nikula2011-01-051-1/+0
* Merge branch 'for-2.6.37' into for-2.6.38Mark Brown2010-11-251-0/+3
|\
| * ASoC: davinci-vcif - fix a memory leakAxel Lin2010-11-251-0/+3
* | ASoC: Do not include soc-dapm.hJarkko Nikula2010-11-222-2/+0
* | Merge branch 'for-2.6.37' into for-2.6.38Mark Brown2010-11-175-22/+61
|\ \ | |/
| * ASoC: davinci: fixes for multi-componentChris Paulson-Ellis2010-11-175-22/+61
* | ASoC: Decouple DAPM from CODECsLiam Girdwood2010-11-061-10/+11
|/
* Merge branch 'topic/asoc' into for-linusTakashi Iwai2010-10-2510-195/+130
|\
| * ASoC: davinci-mcasp.c: Return error code in failureJulia Lawall2010-10-181-0/+2
| * ALSA: ASoc: DaVinci Delay start of ASP to triggerTroy Kisky2010-10-041-6/+0
| * ASoC: multi-component - ASoC Multi-Component SupportLiam Girdwood2010-08-1210-189/+128
* | sound: fixed typosAndrea Gelmini2010-10-171-1/+1
|/
* ASoC: davinci: let platform data define edma queue numbersSekhar Nori2010-07-204-5/+19
* ASoC: davinci: check kzalloc() result (typo)Kulikov Vasiliy2010-07-171-1/+1
* ASoC: Remove unnecessary casts of private_dataJoe Perches2010-07-131-1/+1
* ASoC: DaVinci: More accurate continuous serial clock for McBSP (I2S)Raffaele Recalcati2010-07-061-5/+19
* ASoC: DaVinci: Added selection of clk input pin for McBSPRaffaele Recalcati2010-07-061-5/+24
* ASoC: DaVinci: Added two clocking possibilities to McBSP (I2S)Raffaele Recalcati2010-07-062-9/+106
* ASoC: DaVinci: Fix McASP hardware FIFO configurationSudhakar Rajashekhara2010-06-151-2/+0
* Merge branch 'topic/asoc' into for-linusTakashi Iwai2010-05-205-5/+387
|\
| * ASoC: update gfp/slab.h includesTejun Heo2010-03-291-0/+1
| * ASoC: move dma_data from snd_soc_dai to snd_soc_pcm_streamDaniel Mack2010-03-194-4/+9
| * DaVinci: DM365: Voice Codec support for the DM365 EVMMiguel Aguilar2010-03-122-4/+65
| * ASoC: DaVinci: Voice Codec InterfaceMiguel Aguilar2010-03-124-0/+305
| * ASoC: DaVinci: Add hw_param callback for S/PDIF DIT linkChaithrika U S2010-03-101-1/+15
* | Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/tiw...Linus Torvalds2010-04-073-3/+7
|\ \
| * | ALSA: ASoC: move dma_data from snd_soc_dai to snd_soc_pcm_streamDaniel Mack2010-04-053-3/+7
| |/
* | include cleanup: Update gfp.h and slab.h includes to prepare for breaking imp...Tejun Heo2010-03-302-0/+2
|/
* ASoC: DaVinci: Fix stream restart errorChaithrika U S2010-01-261-3/+2
* ASoC: DaVinci: Update suspend/resume support for McASP driverChaithrika U S2009-12-043-3/+18
* ASoC: DaVinci: use edma_pause, edma_resumeTroy Kisky2009-11-191-2/+4
* ASoC: DaVinci: pcm, fix underrun by using sramTroy Kisky2009-11-193-44/+479
* ASoC: DaVinci: pcm, rename variables in prep for ping/pongTroy Kisky2009-11-191-33/+33
* ASoC: DaVinci: i2s, reduce underruns by combining into 1 elementTroy Kisky2009-11-191-19/+55
* ASoC: DaVinci: remove requirement that dma_params is 1st in structureTroy Kisky2009-11-184-13/+6
* Merge branch 'for-2.6.32' into for-2.6.33Mark Brown2009-10-061-3/+3
|\