summaryrefslogtreecommitdiffstats
path: root/sound/soc
Commit message (Expand)AuthorAgeFilesLines
...
* | | | | | | ASoC: tlv320dac33: Change RT wq to singlethread wqPeter Ujfalusi2009-11-261-1/+2
* | | | | | | ASoC: Add BCLK calculation utility for TDM mode tooMark Brown2009-11-251-0/+6
* | | | | | | Merge branch 'for-2.6.32' into for-2.6.33Mark Brown2009-11-231-3/+17
|\ \ \ \ \ \ \ | |/ / / / / /
| * | | | | | ASoC: Fix suspend with active audio streamsMark Brown2009-11-231-3/+17
| | |_|_|/ / | |/| | | |
* | | | | | Merge branch 'ads117x' of git://git.kernel.org/pub/scm/linux/kernel/git/broon...Mark Brown2009-11-204-0/+142
|\ \ \ \ \ \
| * | | | | | ASoC: Update ads117x to current APIsMark Brown2009-11-041-40/+36
| * | | | | | ASoC: ADS117x ADC driverGraeme Gregory2009-11-044-0/+146
* | | | | | | ASoC: Add support for IGEP v2Enric Balletbò i Serra2009-11-193-0/+157
* | | | | | | 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
* | | | | | | Merge branch 'for-2.6.32' into for-2.6.33Mark Brown2009-11-183-3/+4
|\ \ \ \ \ \ \ | | |/ / / / / | |/| | | | |
| * | | | | | ASoC: tlv320aic23 fix rate selectionTroy Kisky2009-11-181-1/+1
| * | | | | | ASoC: OMAP3 Pandora: update for TWL4030 codec changesGrazvydas Ignotas2009-11-181-1/+2
| * | | | | | ASoC: Modifying the license string GPLv2 for OMAP3 EVMAnuj Aggarwal2009-11-181-1/+1
| | |/ / / / | |/| | | |
* | | | | | Merge branch 'topic/asoc' of git://git.kernel.org/pub/scm/linux/kernel/git/ti...Mark Brown2009-11-181-2/+2
|\ \ \ \ \ \
| * | | | | | ASoC: Use DMA_BIT_MASK(32) instead of deprecated DMA_32BIT_MASKMarin Mitov2009-11-171-2/+2
* | | | | | | ASoC: DaVinci: remove requirement that dma_params is 1st in structureTroy Kisky2009-11-184-13/+6
* | | | | | | ASoC: Added the CPU driver for PCM controllersJassi Brar2009-11-184-0/+680
* | | | | | | ASoC: Rename 's3c24xx-pcm' driver to 's3c-dma'Jassi Brar2009-11-1818-22/+23
* | | | | | | ASoC: Rename s3c24xx_pcm prefix to s3c_dmaJassi Brar2009-11-188-58/+58
* | | | | | | ASoC: OMAP: enable Overo driver for CM-T35Mike Rapoport2009-11-162-5/+6
* | | | | | | ASoC: Remove redundant snd_soc_dapm_new_widgets() callsMark Brown2009-11-1235-40/+1
|/ / / / / /
* | | | | | ASoC: Add jack_status_check callback function for GPIO jacksJoonyoung Shim2009-11-121-0/+3
* | | | | | ASoC: move setting ac97 platformdata earlier than ac97 read/writeBarry Song2009-11-121-4/+5
* | | | | | ASoC: Fixed arguments passed to SMDK64xx set_pllJassi Brar2009-11-121-1/+1
* | | | | | ASoC: Add bit clock rate calculator utility functionsMark Brown2009-11-122-1/+69
* | | | | | ASoC: mpc5200: remove duplicate identical IRQ handlerGrant Likely2009-11-101-30/+3
* | | | | | ASoC: TWL4030: Do not modify the APLL_CTL registerPeter Ujfalusi2009-11-101-45/+31
* | | | | | ASoC: omap-mcbsp - add support for upto 16 channels.Graeme Gregory2009-11-101-26/+37
* | | | | | ASoC: Pandora: Pass SRG input clock frequency to the OMAP McBSP DAIJarkko Nikula2009-11-091-14/+10
* | | | | | ASoC/mpc5200: fix enable/disable of AC97 slotsGrant Likely2009-11-072-18/+25
* | | | | | ASoC/mpc5200: add to_psc_dma_stream() helperGrant Likely2009-11-072-6/+10
* | | | | | ASoC/mpc5200: Improve printk debug output for triggerGrant Likely2009-11-072-5/+11
* | | | | | ASoC/mpc5200: get rid of the appl_ptr tracking nonsenseGrant Likely2009-11-072-46/+8
* | | | | | ASoC/mpc5200: Track DMA position by period number instead of bytesGrant Likely2009-11-072-25/+11
* | | | | | ASoC: Remove dead code and labelsTakashi Iwai2009-11-075-25/+0
* | | | | | Merge branch 'for-2.6.32' into for-2.6.33Mark Brown2009-11-062-2/+17
|\ \ \ \ \ \ | |/ / / / /
| * | | | | ASoC: S3C64XX I2S: Enable audio-bus clockJassi Brar2009-11-061-0/+2
| * | | | | ASoC: OMAP: Don't try to set unsupported OMAP_DMA_DATA_BURST_16 on OMAP1Janusz Krzysztofik2009-11-061-2/+6
| | |_|_|/ | |/| | |
| * | | | Merge branch 'fixes-s3c-2632-rc5' of git://git.fluff.org/bjdooks/linuxLinus Torvalds2009-11-031-2/+15
| |\ \ \ \
| | * | | | ARM: S3C: Add info for supporting circular DMA buffersBen Dooks2009-10-281-2/+15
| | | |_|/ | | |/| |
* | | | | ASoC: Factor out snd_soc_init_card()Mark Brown2009-11-0348-449/+69
* | | | | ASoC: Move sysfs and debugfs functions to head of soc-core.cMark Brown2009-11-031-167/+167
| |_|/ / |/| | |
* | | | ASoC: Staticise wm8727 driver structureMark Brown2009-11-031-1/+1
* | | | ASoC: TWL4030: Make sure, that the codec is powered on startupPeter Ujfalusi2009-11-021-0/+1
* | | | ASoC: Add support for the WM8727 DAC.Neil Jones2009-11-024-0/+170
* | | | ASoC: au1x: convert to platform drivers.Manuel Lauss2009-11-024-163/+344
* | | | ASoC: refactor snd_soc_update_bits()Eero Nurkkala2009-10-301-6/+30
OpenPOWER on IntegriCloud