summaryrefslogtreecommitdiffstats
Commit message (Expand)AuthorAgeFilesLines
* ASoC: Remove runtime field from DAILars-Peter Clausen2014-05-123-3/+0
* ASoC: atmel-pcm-pdc: Remove broken suspend/resume codeLars-Peter Clausen2014-05-121-63/+0
* ASoC: Remove unused num_dai field from CODECLars-Peter Clausen2014-05-072-2/+0
* ASoC: Remove unused 'list' field form cardLars-Peter Clausen2014-05-072-2/+0
* ASoC: Remove card's DAI listLars-Peter Clausen2014-05-073-8/+0
* Merge branch 'topic/component' of git://git.kernel.org/pub/scm/linux/kernel/g...Mark Brown2014-05-0722-554/+2369
|\
| * ASoC: core: Fix component_list corruption when unloading modulesJarkko Nikula2014-04-291-10/+15
| * ASoC: Move standard kcontrol helpers to the component levelLars-Peter Clausen2014-04-222-85/+156
| * Merge branch 'topic/multicodec' of git://git.kernel.org/pub/scm/linux/kernel/...Mark Brown2014-04-221-92/+154
| |\
| | * ASoC: core: Add function for ac97 codec registrationMisael Lopez Cruz2014-04-141-9/+20
| | * ASoC: core: Add helper for DAI widgets linkingMisael Lopez Cruz2014-04-141-24/+40
| | * ASoC: core: Add helpers for codec DAI probe & removeMisael Lopez Cruz2014-04-141-27/+47
| | * ASoC: core: Add helpers for codec and codec_dai searchMisael Lopez Cruz2014-04-141-32/+47
| * | ASoC: Remove ASoC level IO tracingLars-Peter Clausen2014-04-222-103/+0
| * | ASoC: dapm: Rename soc_widget_update_bits_locked() to soc_widget_update_bits()Lars-Peter Clausen2014-04-221-5/+4
| * | ASoC: Remove snd_soc_update_bits_locked()Lars-Peter Clausen2014-04-221-20/+0
| * | ASoC: Move IO abstraction to the component levelLars-Peter Clausen2014-04-225-217/+317
| | |
| | \
| | \
| | \
| | \
| | \
| *-----. \ Merge branches 'topic/sta350', 'topic/core', 'topic/dapm' and 'topic/cache' o...Mark Brown2014-04-2220-75/+1791
| |\ \ \ \ \
| | | | | * | ASoC: codec: fix the sparse check warnings.Xiubo Li2014-04-1410-10/+10
| | | | | * | ASoC: wm8997: Remove the set_cache_io() entirely from ASoC probe.Xiubo Li2014-04-141-5/+8
| | | | | * | ASoC: wm8994: Remove the set_cache_io() entirely from ASoC probe.Xiubo Li2014-04-141-2/+8
| | | | | * | ASoC: wm8400: Remove the set_cache_io() entirely from ASoC probe.Xiubo Li2014-04-141-2/+8
| | | | | * | ASoC: wm8350: Remove the set_cache_io() entirely from ASoC probe.Xiubo Li2014-04-141-2/+8
| | | | | * | ASoC: wm5110: Remove the set_cache_io() entirely from ASoC probe.Xiubo Li2014-04-141-4/+8
| | | | | * | ASoC: wm5102: Remove the set_cache_io() entirely from ASoC probe.Xiubo Li2014-04-141-4/+8
| | | | | * | ASoC: si476x: Remove the set_cache_io() entirely from ASoC probe.Xiubo Li2014-04-141-8/+6
| | | | | * | ASoC: mc13783: Remove the set_cache_io() entirely from ASoC probe.Xiubo Li2014-04-141-8/+6
| | | | | * | ASoC: cq93vc: Remove the set_cache_io() entirely from ASoC probe.Xiubo Li2014-04-141-2/+8
| | | | | * | ASoC: 88pm860x: Remove the set_cache_io() entirely from ASoC probe.Xiubo Li2014-04-141-4/+8
| | | | | * | ASoC: core: Move the default regmap I/O setting to snd_soc_register_codec()Xiubo Li2014-04-143-16/+22
| | | | | |/
| | | | * | ASoC: dapm: Allow update_bits use 32 bits regBard Liao2014-04-181-1/+1
| | | | |/
| | * | | ASoC: sta350: Use snd_soc_kcontrol_codec()Lars-Peter Clausen2014-04-211-2/+2
| | * | | ASoC: sta350: Add codec driverSven Brandau2014-04-146-0/+1660
| | | |/ | | |/|
| * | | ASoC: Fix snd_soc_kcontrol_platform() return typeLars-Peter Clausen2014-04-151-1/+1
* | | | ASoC: add SND_SOC_BYTES_EXTVinod Koul2014-05-022-0/+25
* | | | ASoC: core: Don't break component searching if both id and num_dai are 0Nicolin Chen2014-04-231-1/+1
| |_|/ |/| |
* | | ASoC: Change return type of snd_soc_write() to intLars-Peter Clausen2014-04-212-4/+4
* | | ASoC: core: use PTR_ERR instead of PTR_RETChristoph Jaeger2014-04-181-4/+4
* | | Merge branch 'topic/component' of git://git.kernel.org/pub/scm/linux/kernel/g...Mark Brown2014-04-1453-379/+360
|\ \ \ | |/ /
| * | ASoC: Let snd_soc_platform subclass snd_soc_componentLars-Peter Clausen2014-04-142-0/+30
| * | ASoC: Track which components have been registered with snd_soc_register_compo...Lars-Peter Clausen2014-04-142-1/+3
| * | ASoC: Remove IO register modifier callbacksLars-Peter Clausen2014-04-143-88/+8
| * | ASoC: Move IO functions to soc-io.cLars-Peter Clausen2014-04-142-144/+144
| * | ASoC: Prepare SOC_SINGLE_XR_SX controls for regmapLars-Peter Clausen2014-04-141-2/+3
| * | ASoC: Add snd_soc_kcontrol_platform() helper functionLars-Peter Clausen2014-04-142-4/+18
| * | ASoC: Add snd_soc_kcontrol_codec() helper functionLars-Peter Clausen2014-04-1449-140/+154
| |/
* | ASoC: core: Allow snd_soc_update_bits use 32 bits registerBard Liao2014-04-142-7/+7
* | ASoC: core: Fail codec probe if we fail to add controlsNariman Poushin2014-04-141-3/+11
* | ASoC: core: Fail probe if we fail to add dai widgetsNariman Poushin2014-04-141-2/+9
|/
* Linux 3.15-rc1v3.15-rc1Linus Torvalds2014-04-131-2/+2
OpenPOWER on IntegriCloud