aboutsummaryrefslogtreecommitdiffstats
path: root/sound/soc/pxa (follow)
AgeCommit message (Expand)AuthorFilesLines
2009-10-03Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/tiwai/sound-2.6Linus Torvalds1-1/+1
2009-10-01ASoC: Fix dependency of CONFIG_SND_PXA2XX_SOC_IMOTE2Takashi Iwai1-1/+1
2009-09-21trivial: remove unnecessary semicolonsJoe Perches1-1/+1
2009-08-23ASoC: Pass correct platform data from pxa2xx-ac97Marek Vasut1-2/+2
2009-08-13ALSA: Allow passing platform_data for pxa2xx-ac97Marek Vasut1-1/+11
2009-08-06ASoC: change set_tdm_slot api to allow slot_width override.Daniel Ribeiro2-8/+21
2009-07-24ASoC: Switch palm27x-asoc to jack detection apiMarek Vasut1-131/+73
2009-07-01Merge branch 'for-2.6.31' into for-2.6.32Mark Brown1-1/+6
2009-07-01ASoC: Only disable pxa2xx-i2s clocks if we enabled themMark Brown1-1/+6
2009-06-25Merge branch 'for-2.6.32' of git://git.kernel.org/pub/scm/linux/kernel/git/broonie/sound-2.6 into topic/asocTakashi Iwai2-61/+43
2009-06-25Merge branch 'for-2.6.31' into for-2.6.32Mark Brown1-1/+1
2009-06-18Merge branch 'for-rmk' of git://git.kernel.org/pub/scm/linux/kernel/git/ycmiao/pxa-linux-2.6 into develRussell King2-72/+0
2009-06-16Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/tiwai/sound-2.6Linus Torvalds1-1/+1
2009-06-16[ARM] pxa: register wm8731 explicitly for corgi and poodleMark Brown2-72/+0
2009-06-15ASoC: UDA1380: refactor device registrationPhilipp Zabel1-26/+28
2009-06-14Merge branch 'for-linus' of master.kernel.org:/home/rmk/linux-2.6-armLinus Torvalds2-4/+5
2009-06-14ASoC: magician: fix PXA SSP clock polarityPhilipp Zabel1-1/+1
2009-06-11ASoC: remove duplicated code on pxa-ssp.cDaniel Ribeiro1-35/+15
2009-06-05[ARM] pxa/palm: Add Palm27x aSoC driver to PalmTE2Marek Vasut2-4/+5
2009-05-28ASoC: correct print specifiers for unsignedsRoel Kluin1-2/+2
2009-05-15ASoC: Optimize switch/case in magician.cTakashi Iwai1-6/+7
2009-05-14ASoC: pxa2xx-i2s: Fix suspend/resumeKarl Beldan1-8/+3
2009-05-14ASoC: pxa2xx-i2s: Fix inappropriate release of i2s clockKarl Beldan1-2/+0
2009-05-14ASoC: pxa2xx-i2s: Handle SACR1_DRPL and SACR1_DREC separatelyKarl Beldan1-3/+5
2009-05-14ASoC: pxa2xx-i2s: Proper hw initializationKarl Beldan1-3/+14
2009-05-12ASoC: Enforce symmetric rates for PXA2xx I2SMark Brown1-0/+1
2009-05-12ASoC: em-x270: make the driver support also eXeda and CM-X300 machinesMike Rapoport2-6/+7
2009-05-05Merge commit 'takashi/topic/asoc' into for-2.6.31Mark Brown1-4/+23
2009-05-05ASoC: IMote2 ASoC SupportJonathan Cameron3-0/+125
2009-05-04Merge branch 'fix/asoc' into topic/asocTakashi Iwai1-4/+23
2009-04-24Merge master.kernel.org:/home/rmk/linux-2.6-armLinus Torvalds1-4/+23
2009-04-23ASoC: change stereo/mono to 32-bit/16-bit for pxa-sspEric Miao1-3/+3
2009-04-23ASoC: simplify the SSP DMA parameters settings by run-time generationEric Miao1-160/+43
2009-04-21Merge branch 'fix/asoc' into for-linusTakashi Iwai1-8/+28
2009-04-20Merge branch 'fix' of git://git.kernel.org/pub/scm/linux/kernel/git/ycmiao/pxa-linux-2.6Russell King1-4/+23
2009-04-20Merge branch 'for-2.6.30' into for-2.6.31Mark Brown1-8/+28
2009-04-19[ARM] pxa/palm27x: General fix for Palm27x aSoC driverMarek Vasut1-4/+23
2009-04-19Merge branch 'fix/asoc' into for-linusTakashi Iwai1-0/+1
2009-04-17ASoC: pxa-ssp: Don't use SSCR0_SerClkDiv and SSCR0_SCRPhilipp Zabel1-8/+28
2009-04-16Merge branch 'for-2.6.30' into for-2.6.31Mark Brown1-0/+1
2009-04-16ASoC: pxa-ssp: allow setting of dai format 0Daniel Mack1-0/+1
2009-04-15[ARM] pxa/magician: remove un-necessary #include of pxa-regs.h and hardware.hEric Miao1-2/+0
2009-04-14Merge branch 'for-2.6.30' into for-2.6.31Mark Brown9-15/+5
2009-04-14Merge branch 'for-2.6.30' of git://git.kernel.org/pub/scm/linux/kernel/git/broonie/sound-2.6 into topic/asocTakashi Iwai1-2/+0
2009-04-13Merge branch 'for-2.6.30' into for-2.6.31Mark Brown1-2/+0
2009-04-13ASoC: pxa-ssp.c fix clock/frame invertDaniel Ribeiro1-1/+10
2009-04-09ASoC: magician: remove un-necessary #include of pxa-regs.h and hardware.hEric Miao1-2/+0
2009-04-07Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/tiwai/sound-2.6Linus Torvalds4-3/+581
2009-04-07dma-mapping: replace all DMA_32BIT_MASK macro with DMA_BIT_MASK(32)Yang Hongyang1-2/+2
2009-04-06Merge branch 'topic/asoc' into for-linusTakashi Iwai4-3/+581