aboutsummaryrefslogtreecommitdiffstats
path: root/sound/soc/codecs
Commit message (Expand)AuthorAgeFilesLines
* Merge branch 'for-2.6.36' of git://git.kernel.org/pub/scm/linux/kernel/git/br...Takashi Iwai2010-05-319-6/+1071
|\
| * ASoC: Fix S/PDIF buildMark Brown2010-05-312-0/+2
| * ASoC: Add driver for cs42l51apatard@mandriva.com2010-05-314-0/+932
| * ASoC: spdif: Add codec driver to use spdif stand-aloneSeungwhan Youn2010-05-311-1/+92
| * Merge commit 'v2.6.35-rc1' into for-2.6.36Mark Brown2010-05-3153-0/+53
| |\
| * | ASoC: Fix dB scales for WM8990Mark Brown2010-05-251-9/+9
| * | ASoC: Fix dB scales for WM8400Mark Brown2010-05-251-9/+9
| * | ASoC: Fix dB scales for WM835xMark Brown2010-05-251-2/+2
| * | ASoC: Remove version display from WM8990Mark Brown2010-05-251-4/+0
| * | ASoC: ad193x: add set_sysclk entry to support different clock inputBarry Song2010-05-212-1/+45
* | | Merge branch 'for-2.6.36' of git://git.kernel.org/pub/scm/linux/kernel/git/lr...Takashi Iwai2010-05-313-126/+170
|\ \ \ | |_|/ |/| |
| * | ASoC: TWL4030: Add functionalty to reset the registersPeter Ujfalusi2010-05-312-0/+18
| * | ASoC: TWL4030: Use BIAS_OFF instead of BIAS_STANDBY, when not in usePeter Ujfalusi2010-05-311-35/+51
| * | ASoC: TWL4030: Correct the ARXR2_APGA_CTL chip defaultPeter Ujfalusi2010-05-311-0/+3
| * | ASoC: TWL4030: Helper to check chip default registersPeter Ujfalusi2010-05-312-1/+25
| * | ASoC: TWL4030: Optimize the power up sequencePeter Ujfalusi2010-05-311-73/+60
| * | ASoC: TWL4030: Make offset cancellation path configurablePeter Ujfalusi2010-05-312-1/+6
| * | ASoC: TWL4030: Remove wrapper for power downPeter Ujfalusi2010-05-311-11/+2
| * | ASoC: TWL4030: Revisit codec defaultsPeter Ujfalusi2010-05-311-22/+22
| * | ASoC: TWL6040: Fix playback with 19.2 Mhz MCLKJorge Eduardo Candelaria2010-05-211-1/+1
| |/
* | Merge branch 'for-2.6.35' of git://git.kernel.org/pub/scm/linux/kernel/git/br...Takashi Iwai2010-05-273-20/+20
|\ \
| * | ASoC: Fix dB scales for WM8990Mark Brown2010-05-261-9/+9
| * | ASoC: Fix dB scales for WM8400Mark Brown2010-05-261-9/+9
| * | ASoC: Fix dB scales for WM835xMark Brown2010-05-261-2/+2
* | | Merge branch 'topic/asoc' into for-linusTakashi Iwai2010-05-2064-1840/+5879
|\ \ \ | | |/ | |/|
| * | ASoC: tpa6130a2: Remove CPVSS and HPVdd suppliesJarkko Nikula2010-05-201-34/+18
| * | ASoC: tpa6130a2: Define output pins with SND_SOC_DAPM_OUTPUTJarkko Nikula2010-05-191-2/+2
| * | ASoC: TWL6040: Enable earphone path in codecJorge Eduardo Candelaria2010-05-191-1/+20
| * | ASoC: tlv320dac33: Avoid powering off while in BIAS_OFFPeter Ujfalusi2010-05-171-0/+3
| * | ASoC: tlv320dac33: Use dev_dbg in dac33_hard_power functionFelipe Balbi2010-05-171-1/+1
| * | ASoC: TWL4030: Add control for digimic Left Right swapPeter Ujfalusi2010-05-121-0/+12
| |/
| * ASoC: Don't restart unconfigured WM8994 FLLsMark Brown2010-05-111-0/+3
| * ASoC: Reorder power down sequence for WM hubs devicesMark Brown2010-05-111-4/+4
| * ASoC: Add additional WM hubs DC servo traceMark Brown2010-05-111-0/+4
| * ASoC: Add register write logging for WM8994Mark Brown2010-05-111-0/+2
| * ASoC: Use more idiomatic driver name for WM8731Mark Brown2010-05-101-1/+1
| * ASoC: Refactor WM8731 regulator management into bias managementMark Brown2010-05-101-23/+28
| * ASoC: Remove unneeded suspend bias managment from CODEC driversMark Brown2010-05-1021-31/+7
| * ASoC: tpa6130a2: Fix for the custom kcontrol functionsPeter Ujfalusi2010-05-071-8/+10
| * Revert "ASoC: tpa6130a2: Support for limiting gain"Peter Ujfalusi2010-05-071-68/+8
| * Merge branch 'for-2.6.35' of git://git.kernel.org/pub/scm/linux/kernel/git/lr...Takashi Iwai2010-05-064-138/+295
| |\
| | * ASoC: tlv320dac33: Use codec defaults for LOM/LOP and DAC powerPeter Ujfalusi2010-05-061-11/+0
| | * ASoC: tpa6130a2: Support for limiting gainPeter Ujfalusi2010-05-061-8/+68
| | * ASoC: tlv320aic3x: Add platform data and reset gpio handlingJarkko Nikula2010-05-061-0/+25
| | * ASoC: tpa6130a2: TLV mapping for tpa6140a2Peter Ujfalusi2010-05-041-3/+28
| | * ASoC: tlv320dac33: Support for turning off the codecPeter Ujfalusi2010-05-031-21/+45
| | * ASoC: tlv320dac33: Manage a pointer for snd_pcm_substream in private structurePeter Ujfalusi2010-05-031-0/+28
| | * ASoC: tlv320dac33: Revised module loading, and DAC33 ID readPeter Ujfalusi2010-05-031-19/+18
| | * ASoC: tlv320dac33: Optimize power up, and restorePeter Ujfalusi2010-05-031-67/+39
| | * ASoC: TWL4030: Remove OUTL/R outputsPeter Ujfalusi2010-05-031-4/+0