aboutsummaryrefslogtreecommitdiffstats
path: root/sound/soc/codecs
Commit message (Expand)AuthorAgeFilesLines
* ASoC: WM8990: msleep() takes milliseconds not jiffiesDimitris Papastamos2011-01-171-5/+5
* ASoC: WL1273 FM radio: Fix breakage with MFD API changesMatti J. Aaltonen2011-01-143-89/+13
* Merge branch 'for-2.6.38' of git://git.kernel.org/pub/scm/linux/kernel/git/br...Takashi Iwai2011-01-121-113/+48
|\
| * ASoC: cs4270: use the built-in register cache supportTimur Tabi2011-01-101-113/+48
* | Merge branch 'for-2.6.38' of git://git.kernel.org/pub/scm/linux/kernel/git/lr...Takashi Iwai2011-01-126-166/+198
|\ \
| * | ASoC: tpa6130a2: Fix compiler warningPeter Ujfalusi2011-01-121-1/+0
| * | ASoC: tlv320dac33: Add DAPM selection for LOM invertPeter Ujfalusi2011-01-121-5/+50
| * | ASoC: DMIC codec: Adding a generic DMIC codecDavid Lambert2011-01-123-0/+86
| * | ASoC: tlv320dac33: Add 32/24 bit audio supportPeter Ujfalusi2010-12-231-2/+14
| * | ASoC: tlv320dac33: Some cleanup for 32/24 bit supportPeter Ujfalusi2010-12-231-20/+27
| * | ASoC: tlv320dac33: Remove manual FIFO configurationPeter Ujfalusi2010-12-231-137/+20
| * | ASoC: twl6040: Convert HF and HS drivers to use DAPM OUT_DRV widgetOlaya, Margarita2010-12-231-4/+4
* | | ASoC: Fix section mismatch in wm8995.cTakashi Iwai2011-01-111-1/+1
| |/ |/|
* | ASoC: Yet more x86 tracepoint workaroundsMark Brown2010-12-293-1/+7
* | Merge branch 'for-2.6.37' into for-2.6.38Mark Brown2010-12-2812-226/+164
|\ \
| * | ASoC: codecs: wm8753: Fix register cache incoherencyLars-Peter Clausen2010-12-281-143/+83
| * | ASoC: codecs: wm9090: Fix register cache incoherencyLars-Peter Clausen2010-12-281-9/+9
| * | ASoC: codecs: wm8962: Fix register cache incoherencyLars-Peter Clausen2010-12-281-25/+20
| * | ASoC: codecs: wm8955: Fix register cache incoherencyLars-Peter Clausen2010-12-281-15/+15
| * | ASoC: codecs: wm8904: Fix register cache incoherencyLars-Peter Clausen2010-12-281-19/+18
| * | ASoC: codecs: wm8741: Fix register cache incoherencyLars-Peter Clausen2010-12-281-5/+5
| * | ASoC: codecs: wm8523: Fix register cache incoherencyLars-Peter Clausen2010-12-281-4/+5
| * | ASoC: codecs: max98088: Fix register cache incoherencyLars-Peter Clausen2010-12-281-6/+4
| * | ASoC: codecs: Add missing control_type initializationLars-Peter Clausen2010-12-285-0/+5
* | | ASoC: codecs: Remove unused reg_cache fields from device structsLars-Peter Clausen2010-12-2822-25/+1
* | | ASoC: One more x86 typo fixMark Brown2010-12-281-1/+1
* | | ASoC: Fix double comment startMark Brown2010-12-271-2/+0
* | | ASoC: Fix typo in x86 workaroundMark Brown2010-12-271-1/+1
* | | ASoC: Remove WM8995 write sequencer bitfield definitionsMark Brown2010-12-241-4480/+0
* | | ASoC: Remove incorrect WM8903 erratum workaroundMark Brown2010-12-242-33/+6
* | | ASoC: ifdef out trace points from modules for x86Mark Brown2010-12-234-0/+10
* | | ASoC: Add initial WM8995 driverDimitris Papastamos2010-12-224-0/+10573
* | | ASoC: Add jack IRQ trace to 88pm860x driverMark Brown2010-12-221-0/+5
* | | ASoC: Trace Wolfson jack detection IRQsMark Brown2010-12-224-0/+17
* | | ASoC: Use delayed work to debounce WM8350 jack IRQsMark Brown2010-12-221-19/+43
* | | ASoC: Fix WM8994/58 3D stereo control definitionsMark Brown2010-12-211-3/+3
* | | ASoC: Remove some unused defines from WM8903Mark Brown2010-12-211-4/+0
* | | Merge branch 'topic/asoc' of git://git.kernel.org/pub/scm/linux/kernel/git/ti...Mark Brown2010-12-177-215/+805
|\ \ \ | | |/ | |/|
| * | Merge branch 'for-2.6.38' of git://git.kernel.org/pub/scm/linux/kernel/git/lr...Takashi Iwai2010-12-177-215/+805
| |\ \
| | * | ASoC: twl6040: Add ramp up/down volume for HS and HFMargarita Olaya Cabrera2010-12-161-12/+521
| | * | ASoC: twl6040: Set default gains to minimun valueOlaya, Margarita2010-12-151-0/+9
| | * | ASoC: twl6040: Use correct offset for LineInAmp RightMisael Lopez Cruz2010-12-141-1/+1
| | * | ASoC: twl6040: Fix TLV dB step values for gainsOlaya, Margarita2010-12-141-2/+2
| | * | ASoC: twl6040: Increase timeout for power upJorge Eduardo Candelaria2010-12-141-1/+1
| | * | ASoC: twl6040: Enable plug detection interruptsMisael Lopez Cruz2010-12-142-7/+4
| | * | ASoC: twl6040: Clear interrupt status at boot timeJorge Eduardo Candelaria2010-12-141-10/+11
| | * | ASoC: twl6040: Enable automatic power for phoenix 1.1Olaya, Margarita2010-12-141-4/+9
| | * | ASoC: twl6040: Fix analog Mic L & R mux controlsFrancois Mazard2010-12-141-2/+2
| | * | ASoC: twl6040: Support other sample rates.Olaya, Margarita2010-12-141-1/+8
| | * | ASoC: twl6040: Fix PCM error handling opsOlaya, Margarita2010-12-141-33/+22