summaryrefslogtreecommitdiffstats
path: root/sound
Commit message (Expand)AuthorAgeFilesLines
* Merge remote-tracking branch 'asoc/fix/arizona' into asoc-linusMark Brown2013-11-202-1/+46
|\
| * ASoC: arizona: Set FLL to free-run before disablingRichard Fitzgerald2013-11-201-0/+4
| * ASoC: wm5110: Add post SYSCLK register patch for rev D chipCharles Keepax2013-11-191-1/+42
* | Merge remote-tracking branch 'asoc/fix/ab8500' into asoc-linusMark Brown2013-11-20105-2798/+3155
|\ \
| * | ASoC: ab8500: Revert to using custom I/O functionsLee Jones2013-11-191-32/+34
| |/
| * Merge remote-tracking branch 'asoc/topic/wm8962' into asoc-nextMark Brown2013-10-241-110/+108
| |\
| | * ASoC: wm8962: Move register initialisation to I2C probe()Mark Brown2013-10-181-75/+75
| | * ASoC: wm8962: Move interrupt initalisation to probe()Mark Brown2013-10-181-35/+33
| * | Merge remote-tracking branch 'asoc/topic/wm8400' into asoc-nextMark Brown2013-10-241-75/+20
| |\ \
| | * | ASoC: wm8400: Use regmap for I/OMark Brown2013-09-171-22/+4
| | * | ASoC: wm8400: Use supplies to manage input powerMark Brown2013-09-171-55/+18
| * | | Merge remote-tracking branch 'asoc/topic/twl6040' into asoc-nextMark Brown2013-10-241-19/+7
| |\ \ \
| | * | | ASoC: twl6040: Use virtual DAPM mixer controlsLars-Peter Clausen2013-10-071-17/+5
| | * | | Merge remote-tracking branch 'asoc/topic/dapm' into asoc-twl6040Mark Brown2013-10-0713-49/+182
| | |\ \ \
| | * | | | ASoC: twl6040: Remove redundant semicolonSachin Kamat2013-09-171-2/+2
| | | |/ / | | |/| |
| * | | | Merge remote-tracking branch 'asoc/topic/twl4030' into asoc-nextMark Brown2013-10-241-44/+36
| |\ \ \ \
| | * | | | ASoC: twl4030: Use virtual DAPM mixer controlsLars-Peter Clausen2013-10-071-44/+36
| | | |/ / | | |/| |
| * | | | Merge remote-tracking branch 'asoc/topic/tpa6130a2' into asoc-nextMark Brown2013-10-241-9/+23
| |\ \ \ \
| | * | | | ASoC: tpa6130a2: Add device tree supportSebastian Reichel2013-10-231-9/+23
| * | | | | Merge remote-tracking branch 'asoc/topic/tlv320aic3x' into asoc-nextMark Brown2013-10-241-121/+113
| |\ \ \ \ \
| | * | | | | ASoC: tlv320aic3x: Include linux/of.h headerSachin Kamat2013-10-161-0/+1
| | * | | | | ASoC: tlv320aic3x: Convert to direct regmap API usageMark Brown2013-09-241-78/+73
| | * | | | | ASoC: tlv320aic3x: Don't reference cache datastructure directlyMark Brown2013-09-241-5/+6
| | * | | | | ASoC: tlv320aic3x: Move to table based DAPM initMark Brown2013-09-241-6/+4
| | * | | | | ASoC: tlv320aic3x: Move to table based control initMark Brown2013-09-241-2/+2
| | * | | | | ASoC: tlv320aic3x: Move resource acquisition to I2C probeMark Brown2013-09-241-30/+33
| | * | | | | ASoC: tlv320aic3x: Remove nonsense comment for register cacheMark Brown2013-09-241-6/+0
| | | |_|/ / | | |/| | |
| * | | | | Merge remote-tracking branch 'asoc/topic/tlv320aic32x4' into asoc-nextMark Brown2013-10-241-71/+30
| |\ \ \ \ \
| | * | | | | ASoC: tlv320aic32x4: Convert to direct regmap API usageMark Brown2013-09-261-66/+23
| | * | | | | ASoC: tlv320aic32x4: Move GPIO acquisition to I2C probeMark Brown2013-09-261-5/+7
| | |/ / / /
| * | | | | Merge remote-tracking branch 'asoc/topic/tlv320aic26' into asoc-nextMark Brown2013-10-242-116/+28
| |\ \ \ \ \
| | * | | | | ASoC: tlv320aic26: Convert to direct regmap API usageMark Brown2013-09-252-72/+13
| | * | | | | ASoC: tlv320aic26: Use snd_soc_update_bits()Mark Brown2013-09-251-38/+13
| | * | | | | ASoC: tlv320aic26: Convert to table based control initMark Brown2013-09-251-7/+3
| | |/ / / /
| * | | | | Merge remote-tracking branch 'asoc/topic/tlv320aic23' into asoc-nextMark Brown2013-10-241-50/+34
| |\ \ \ \ \
| | * | | | | ASoC: tlv320aic23: Convert to direct regmap API usageMark Brown2013-09-241-23/+31
| | * | | | | ASoC: tlv320aic23: Convert to table based control initMark Brown2013-09-241-3/+2
| | * | | | | ASoC: tlv320aic23: Remove #defines for I2CMark Brown2013-09-241-24/+1
| | |/ / / /
| * | | | | Merge remote-tracking branch 'asoc/topic/tegra' into asoc-nextMark Brown2013-10-246-28/+186
| |\ \ \ \ \
| | * | | | | ASoC: tegra: support new register layouts in Tegra124Stephen Warren2013-10-146-28/+186
| | | |_|_|/ | | |/| | |
| * | | | | Merge remote-tracking branch 'asoc/topic/tas5086' into asoc-nextMark Brown2013-10-241-62/+109
| |\ \ \ \ \
| | * | | | | ASoC: tas5086: Include linux/of.h headerSachin Kamat2013-10-161-0/+1
| | * | | | | ASoC: tas5086: add suspend callbackDaniel Mack2013-10-031-2/+28
| | * | | | | ASoC: tas5086: move initialization code to own functionsDaniel Mack2013-10-031-56/+72
| | * | | | | ASoC: tas5086: move two variables into private structDaniel Mack2013-10-031-9/+13
| * | | | | | Merge remote-tracking branch 'asoc/topic/spear' into asoc-nextMark Brown2013-10-242-22/+4
| |\ \ \ \ \ \
| | * | | | | | ASoC: SPEAr spdif_out: Remove redundant variableSachin Kamat2013-09-191-4/+2
| | * | | | | | ASoC: SPEAr spdif_out: Use devm_snd_soc_register_componentSachin Kamat2013-09-181-10/+2
| | * | | | | | ASoC: SPEAr spdif_in: Use devm_snd_soc_register_componentSachin Kamat2013-09-181-10/+2
| | | |_|/ / / | | |/| | | |
| * | | | | | Merge remote-tracking branch 'asoc/topic/sn95031' into asoc-nextMark Brown2013-10-241-15/+20
| |\ \ \ \ \ \
OpenPOWER on IntegriCloud