aboutsummaryrefslogtreecommitdiffstats
path: root/sound (follow)
AgeCommit message (Expand)AuthorFilesLines
2008-12-20ALSA: ASoC: DaVinci: davinci-i2s add comments to explain polarityTroy Kisky1-0/+36
2008-12-20ALSA: ASoC: DaVinci: davinvi-evm, make requests explicitTroy Kisky1-2/+4
2008-12-19Merge branch 'fix/asoc' into topic/asocTakashi Iwai1-1/+1
2008-12-19ALSA: Fix a Oops bug in omap soc driver.Stanley Miao1-1/+1
2008-12-18ASoC: Add WM8350 AudioPlus codec driverMark Brown4-0/+1609
2008-12-18ASoC: Complain if we fail to create DAPM controlsMark Brown1-1/+5
2008-12-18ASoC: Ease merge difficulties from new architecturesMark Brown2-7/+15
2008-12-14ASoC: switch davinci DPRINTK to pr_debug()Alexander Beregalov1-12/+6
2008-12-11ASoC: TWL4030: hands-free start-up sequence.Stanley.Miao2-4/+36
2008-12-11ASoC: Fix variable name for Blackfin I2S DAIMark Brown1-2/+2
2008-12-11ALSA: ASoC - Fix DAI registration in s3c2443-ac97.cTakashi Iwai1-2/+4
2008-12-10ASoC: Stop WM8903 SYSCLK when suspendingMark Brown1-3/+6
2008-12-10ASoC: Convert WM8903 driver to register at I2C probe timeMark Brown2-138/+97
2008-12-10ASoC: Convert WM8900 to do more work at I2C probe timeMark Brown2-85/+81
2008-12-10ASoC: Add codec registration APIMark Brown1-0/+43
2008-12-10ASoC: TWL4030: Change the name for the DACsPeter Ujfalusi1-8/+8
2008-12-10ASoC: TWL4030: Small cleanupPeter Ujfalusi1-6/+3
2008-12-10ASoC: TWL4030: Add missing Carkit outputPeter Ujfalusi1-0/+2
2008-12-10ASoC: Work around warnings from some build environmentsMark Brown1-0/+2
2008-12-10ALSA: ASoC - Fix symbol conflicts in omac-mcbsp.cTakashi Iwai1-4/+4
2008-12-10ALSA: ASoC - Fix wrong section typesTakashi Iwai41-41/+41
2008-12-10ALSA: ASoC - Fix module init entry for twl4030.cTakashi Iwai1-2/+2
2008-12-09ASoC: Fix typos in Atmel module registrationMark Brown2-3/+4
2008-12-09ASoC: Convert WM8900 to allow registration by machine codeMark Brown1-77/+20
2008-12-09ASoC: Wait for non-AC97 codec DAIs before instantiatingMark Brown1-1/+26
2008-12-09ASoC: Initial framework for dynamic card instantiationMark Brown1-20/+79
2008-12-09ASoC: Register non-AC97 codec DAIsMark Brown21-4/+253
2008-12-09ASoC: Register platform driversMark Brown11-1/+114
2008-12-09ASoC: Add platform registration APIMark Brown1-0/+38
2008-12-09ASoC: Register platform DAIsMark Brown16-3/+172
2008-12-09ASoC: Add DAI registration APIMark Brown1-0/+83
2008-12-09ASoC: Add card registration APIMark Brown1-0/+62
2008-12-09ASoC: TWL4030: Do not alter the Headset output volume on power-up/downPeter Ujfalusi1-10/+2
2008-12-09ASoC: TWL4030: DAPM mapping of the Handsfree outputsPeter Ujfalusi1-0/+41
2008-12-09ASoC: TWL4030: DAPM mapping of the Carkit outputsPeter Ujfalusi1-0/+37
2008-12-09ASoC: TWL4030: DAPM mapping of the Headset outputsPeter Ujfalusi1-0/+39
2008-12-09ASoC: TWL4030: DAPM mapping of the PreDriv outputsPeter Ujfalusi1-0/+45
2008-12-09ASoC: TWL4030: DAPM mapping of the Earpiece outputPeter Ujfalusi1-0/+27
2008-12-09ASoC: TWL4030: Add DAPM event handler for output MUX selectionPeter Ujfalusi1-0/+24
2008-12-09ASoC: TWL4030: Add Analog PGA control switch to DAPMPeter Ujfalusi1-2/+23
2008-12-09ASoC: TWL4030: Correct DAPM_DAC with power controlPeter Ujfalusi1-4/+11
2008-12-05ASoC: tlv320aic3x: control additions and cleanupsDaniel Mack1-5/+13
2008-12-05ASoC: Add support for OMAP3 PandoraGrazvydas Ignotas3-0/+321
2008-12-03ASoC: Remove platform device from DAI suspend and resume operationsMark Brown11-49/+29
2008-12-03ASoC: Remove device from platform suspend and resume operationsMark Brown2-6/+4
2008-12-03ASoC: Push debugfs files out of the snd_soc_device structureMark Brown1-32/+41
2008-12-03ASoC: tlv320aic3x: headset/button press supportDaniel Mack2-3/+74
2008-12-03ASoC: Fix WM8903 right mixer bypass pathMark Brown1-4/+4
2008-12-03ASoC: TWL4030: Add input selection and gain controlsGrazvydas Ignotas2-3/+190
2008-12-02ASoC: Push platform registration down into the cardMark Brown30-48/+54