summaryrefslogtreecommitdiffstats
path: root/sound/soc
Commit message (Expand)AuthorAgeFilesLines
* Merge remote-tracking branch 'asoc/topic/tlv320aic32x4' into asoc-nextMark Brown2013-11-081-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-11-082-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-11-081-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-11-086-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-11-081-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-11-082-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-11-081-15/+20
|\ \ \
| * | | ASoC: sn95031: Convert to regmapMark Brown2013-09-261-15/+20
| |/ /
* | | Merge remote-tracking branch 'asoc/topic/simple' into asoc-nextMark Brown2013-11-081-0/+5
|\ \ \
| * | | ASoC: simple-card: un-implemented set_fmt is not errorKuninori Morimoto2013-10-201-0/+5
| | |/ | |/|
* | | Merge remote-tracking branch 'asoc/topic/si476x' into asoc-nextMark Brown2013-11-081-48/+16
|\ \ \
| * | | ASoC: si476x: Fix locking of coreMark Brown2013-10-201-3/+15
| * | | ASoC: si476x: Remove custom register I/O implementationMark Brown2013-09-261-45/+1
| | |/ | |/|
* | | Merge remote-tracking branch 'asoc/topic/samsung' into asoc-nextMark Brown2013-11-083-19/+12
|\ \ \
| * | | ASoC: samsung: fix return value check in i2s_alloc_dai()Wei Yongjun2013-10-251-1/+1
| * | | ASoC: smdk_wm8994: Add .pm to struct smdk_audio_driverSachin Kamat2013-10-161-0/+2
| * | | ASoC: samsung-i2s: Use devm_snd_soc_register_component()Mark Brown2013-09-171-6/+6
| * | | ASoC: smdk_wm8994: Use devm_snd_soc_unregister_card()Mark Brown2013-09-171-11/+1
| * | | Merge remote-tracking branch 'asoc/topic/devm' into asoc-samsungMark Brown2013-09-172-1/+87
| |\ \ \
| * | | | ASoC: bells: Add missing route to power up DSP clockCharles Keepax2013-09-171-0/+1
| * | | | ASoC: samsung: Allow mono in i2s driverCharles Keepax2013-09-171-1/+1
| | |/ / | |/| |
* | | | Merge remote-tracking branch 'asoc/topic/rt5640' into asoc-nextMark Brown2013-11-081-6/+25
|\ \ \ \
| * | | | ASoC: rt5640: Fix ignored error checksTakashi Iwai2013-10-301-3/+4
| * | | | ASoC: rt5640: Don't go to standby on resumeMark Brown2013-10-191-1/+0
| * | | | ASoC: rt5640: Power down LDO while suspendedMark Brown2013-10-191-0/+8
| * | | | ASoC: rt5640: Omit ACPI match table only if !ACPIThierry Reding2013-09-191-0/+2
| * | | | ASoC: rt5640: Add ACPI probing support.Liam Girdwood2013-09-171-0/+8
| * | | | ASoC: rt5640: Provide more useful hw_params error reasons.Liam Girdwood2013-09-171-1/+2
| * | | | ASoC: rt5640: Staticize hp_amp_power_onSachin Kamat2013-09-171-1/+1
| |/ / /
* | | | Merge remote-tracking branch 'asoc/topic/rcar' into asoc-nextMark Brown2013-11-087-196/+227
|\ \ \ \
| * | | | ASoC: rcar: remove un-needed select from KconfigKuninori Morimoto2013-11-061-1/+0
| * | | | ASoC: rcar: remove original filter from rsnd_dma_init()Kuninori Morimoto2013-10-311-11/+20
| * | | | ASoC: rcar: remove RSND_SSI_CLK_FROM_ADGKuninori Morimoto2013-10-201-32/+20
| * | | | ASoC: rcar: add rsnd_scu_hpbif_is_enable()Kuninori Morimoto2013-10-203-6/+15
OpenPOWER on IntegriCloud