aboutsummaryrefslogtreecommitdiffstats
path: root/sound/soc/davinci (follow)
AgeCommit message (Expand)AuthorFilesLines
2011-02-03asoc: davinci: da830/omap-l137: correct cpu_dai_nameVaibhav Bedia1-3/+15
2011-01-21ASoC: da8xx/omap-l1xx: match codec_name with i2c idsRajashekhara, Sudhakar1-1/+1
2011-01-05ASoC: Remove needless inclusion of tlv320aic3x.h from machine driversJarkko Nikula1-1/+0
2010-11-25Merge branch 'for-2.6.37' into for-2.6.38Mark Brown1-0/+3
2010-11-25ASoC: davinci-vcif - fix a memory leakAxel Lin1-0/+3
2010-11-22ASoC: Do not include soc-dapm.hJarkko Nikula2-2/+0
2010-11-17Merge branch 'for-2.6.37' into for-2.6.38Mark Brown5-22/+61
2010-11-17ASoC: davinci: fixes for multi-componentChris Paulson-Ellis5-22/+61
2010-11-06ASoC: Decouple DAPM from CODECsLiam Girdwood1-10/+11
2010-10-25Merge branch 'topic/asoc' into for-linusTakashi Iwai10-195/+130
2010-10-18ASoC: davinci-mcasp.c: Return error code in failureJulia Lawall1-0/+2
2010-10-17sound: fixed typosAndrea Gelmini1-1/+1
2010-10-04ALSA: ASoc: DaVinci Delay start of ASP to triggerTroy Kisky1-6/+0
2010-08-12ASoC: multi-component - ASoC Multi-Component SupportLiam Girdwood10-189/+128
2010-07-20ASoC: davinci: let platform data define edma queue numbersSekhar Nori4-5/+19
2010-07-17ASoC: davinci: check kzalloc() result (typo)Kulikov Vasiliy1-1/+1
2010-07-13ASoC: Remove unnecessary casts of private_dataJoe Perches1-1/+1
2010-07-06ASoC: DaVinci: More accurate continuous serial clock for McBSP (I2S)Raffaele Recalcati1-5/+19
2010-07-06ASoC: DaVinci: Added selection of clk input pin for McBSPRaffaele Recalcati1-5/+24
2010-07-06ASoC: DaVinci: Added two clocking possibilities to McBSP (I2S)Raffaele Recalcati2-9/+106
2010-06-15ASoC: DaVinci: Fix McASP hardware FIFO configurationSudhakar Rajashekhara1-2/+0
2010-05-20Merge branch 'topic/asoc' into for-linusTakashi Iwai5-5/+387
2010-04-07Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/tiwai/sound-2.6Linus Torvalds3-3/+7
2010-04-05ALSA: ASoC: move dma_data from snd_soc_dai to snd_soc_pcm_streamDaniel Mack3-3/+7
2010-03-30include cleanup: Update gfp.h and slab.h includes to prepare for breaking implicit slab.h inclusion from percpu.hTejun Heo2-0/+2
2010-03-29ASoC: update gfp/slab.h includesTejun Heo1-0/+1
2010-03-19ASoC: move dma_data from snd_soc_dai to snd_soc_pcm_streamDaniel Mack4-4/+9
2010-03-12DaVinci: DM365: Voice Codec support for the DM365 EVMMiguel Aguilar2-4/+65
2010-03-12ASoC: DaVinci: Voice Codec InterfaceMiguel Aguilar4-0/+305
2010-03-10ASoC: DaVinci: Add hw_param callback for S/PDIF DIT linkChaithrika U S1-1/+15
2010-01-26ASoC: DaVinci: Fix stream restart errorChaithrika U S1-3/+2
2009-12-04ASoC: DaVinci: Update suspend/resume support for McASP driverChaithrika U S3-3/+18
2009-11-19ASoC: DaVinci: use edma_pause, edma_resumeTroy Kisky1-2/+4
2009-11-19ASoC: DaVinci: pcm, fix underrun by using sramTroy Kisky3-44/+479
2009-11-19ASoC: DaVinci: pcm, rename variables in prep for ping/pongTroy Kisky1-33/+33
2009-11-19ASoC: DaVinci: i2s, reduce underruns by combining into 1 elementTroy Kisky1-19/+55
2009-11-18ASoC: DaVinci: remove requirement that dma_params is 1st in structureTroy Kisky4-13/+6
2009-10-06Merge branch 'for-2.6.32' into for-2.6.33Mark Brown1-3/+3
2009-10-03Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/tiwai/sound-2.6Linus Torvalds5-86/+52
2009-09-30ASoC: DaVinci: McASP FIFO related updatesChaithrika U S4-13/+28
2009-09-23Merge branch 'for-2.6.32' into for-2.6.33Mark Brown5-86/+52
2009-09-23ASoC: DaVinci: Correct McASP FIFO initializationChaithrika U S1-18/+18
2009-09-23ASoC: Davinci: Fix race with cpu_dai->dma_dataTroy Kisky5-62/+29
2009-09-23ASoC: DaVinci: Fix divide by zero error during 1st executionTroy Kisky2-8/+7
2009-09-23Merge branch 'fix/asoc' of git://git.kernel.org/pub/scm/linux/kernel/git/tiwai/sound-2.6Linus Torvalds1-2/+22
2009-09-18Merge branch 'davinci-for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/khilman/linux-davinciLinus Torvalds1-3/+3
2009-09-18Merge branch 'for-2.6.32' into for-2.6.33Mark Brown1-2/+22
2009-09-18ASoC: DaVinci: Fixes to McASP configurationChaithrika U S1-2/+22
2009-09-15ASoC: Davinci: Add audio codec support for DM365 EVMMiguel Aguilar2-5/+6
2009-08-28ASoC: davinci: i2c device creation moved into board filesChaithrika U S1-27/+5