aboutsummaryrefslogtreecommitdiffstats
path: root/sound/soc/soc-core.c (follow)
AgeCommit message (Expand)AuthorFilesLines
2014-05-22Merge remote-tracking branches 'asoc/topic/rt5651', 'asoc/topic/samsung', 'asoc/topic/sgtl5000', 'asoc/topic/sh', 'asoc/topic/simple', 'asoc/topic/sirf', 'asoc/topic/sta350' and 'asoc/topic/tlv320dac33' into asoc-nextMark Brown1-1/+7
2014-05-22Merge remote-tracking branches 'asoc/topic/headers', 'asoc/topic/intel', 'asoc/topic/jz4740', 'asoc/topic/max98090', 'asoc/topic/max98095', 'asoc/topic/mc13783' and 'asoc/topic/multicodec' into asoc-nextMark Brown1-8/+46
2014-05-22Merge remote-tracking branch 'asoc/topic/dt' into asoc-nextMark Brown1-26/+43
2014-05-07ASoC: Remove unused num_dai field from CODECLars-Peter Clausen1-1/+0
2014-05-07ASoC: Remove unused 'list' field form cardLars-Peter Clausen1-1/+0
2014-05-07ASoC: Remove card's DAI listLars-Peter Clausen1-5/+0
2014-05-07Merge branch 'topic/component' of git://git.kernel.org/pub/scm/linux/kernel/git/broonie/sound into asoc-coreMark Brown1-200/+376
2014-05-05ASoC: Make soc_find_matching_codec() staticLars-Peter Clausen1-1/+2
2014-05-02ASoC: add SND_SOC_BYTES_EXTVinod Koul1-0/+12
2014-05-01ASoC: dt: Allow Aux Codecs to be specified using DTSebastian Reichel1-26/+42
2014-04-29ASoC: core: Fix component_list corruption when unloading modulesJarkko Nikula1-10/+15
2014-04-26ASoC: Remove name_prefix unset during DAI link init hack againLars-Peter Clausen1-13/+0
2014-04-24ASoC: core: Add helpers for dai link and aux dev initMisael Lopez Cruz1-8/+59
2014-04-23ASoC: core: Don't break component searching if both id and num_dai are 0Nicolin Chen1-1/+1
2014-04-23ASoC: core: Update snd_soc_of_parse_daifmt() interfaceJyri Sarha1-1/+7
2014-04-22ASoC: Move standard kcontrol helpers to the component levelLars-Peter Clausen1-83/+138
2014-04-22Merge branch 'topic/multicodec' of git://git.kernel.org/pub/scm/linux/kernel/git/broonie/sound into asoc-componentMark Brown1-92/+154
2014-04-22ASoC: Move IO abstraction to the component levelLars-Peter Clausen1-25/+71
2014-04-22Merge branches 'topic/sta350', 'topic/core', 'topic/dapm' and 'topic/cache' of git://git.kernel.org/pub/scm/linux/kernel/git/broonie/sound into asoc-componentMark Brown1-17/+40
2014-04-18ASoC: core: use PTR_ERR instead of PTR_RETChristoph Jaeger1-4/+4
2014-04-14ASoC: core: Add function for ac97 codec registrationMisael Lopez Cruz1-9/+20
2014-04-14ASoC: core: Add helper for DAI widgets linkingMisael Lopez Cruz1-24/+40
2014-04-14ASoC: core: Add helpers for codec DAI probe & removeMisael Lopez Cruz1-27/+47
2014-04-14ASoC: core: Add helpers for codec and codec_dai searchMisael Lopez Cruz1-32/+47
2014-04-14Merge branch 'topic/component' of git://git.kernel.org/pub/scm/linux/kernel/git/broonie/sound into asoc-coreMark Brown1-219/+27
2014-04-14ASoC: core: Allow snd_soc_update_bits use 32 bits registerBard Liao1-4/+4
2014-04-14ASoC: core: Fail codec probe if we fail to add controlsNariman Poushin1-3/+11
2014-04-14ASoC: core: Fail probe if we fail to add dai widgetsNariman Poushin1-2/+9
2014-04-14ASoC: Let snd_soc_platform subclass snd_soc_componentLars-Peter Clausen1-0/+14
2014-04-14ASoC: Track which components have been registered with snd_soc_register_component()Lars-Peter Clausen1-1/+2
2014-04-14ASoC: Remove IO register modifier callbacksLars-Peter Clausen1-72/+8
2014-04-14ASoC: Move IO functions to soc-io.cLars-Peter Clausen1-144/+0
2014-04-14ASoC: Prepare SOC_SINGLE_XR_SX controls for regmapLars-Peter Clausen1-2/+3
2014-04-14ASoC: core: Move the default regmap I/O setting to snd_soc_register_codec()Xiubo Li1-10/+18
2014-03-31Merge tag 'asoc-v3.15-4' of git://git.kernel.org/pub/scm/linux/kernel/git/broonie/sound into for-linusTakashi Iwai1-11/+6
2014-03-25Merge remote-tracking branches 'asoc/topic/tdm' and 'asoc/topic/tegra' into asoc-nextMark Brown1-5/+5
2014-03-25ASoC: core: remove the 'of_' prefix of of_xlate_tdm_slot_mask.Xiubo Li1-5/+5
2014-03-25ASoC: Remove name_prefix unset during DAI link init hackLars-Peter Clausen1-6/+1
2014-03-13Merge tag 'asoc-v3.15-2' of git://git.kernel.org/pub/scm/linux/kernel/git/broonie/sound into for-nextTakashi Iwai1-4/+10
2014-03-13Merge remote-tracking branch 'asoc/topic/io' into asoc-nextMark Brown1-4/+10
2014-03-13Merge tag 'asoc-v3.15' of git://git.kernel.org/pub/scm/linux/kernel/git/broonie/sound into for-nextTakashi Iwai1-251/+331
2014-03-12Merge remote-tracking branches 'asoc/topic/ml26124', 'asoc/topic/of', 'asoc/topic/omap', 'asoc/topic/pxa' and 'asoc/topic/rcar' into asoc-nextMark Brown1-0/+146
2014-03-12Merge remote-tracking branch 'asoc/topic/enum' into asoc-nextMark Brown1-83/+68
2014-03-12ASoC: Fix use after freeLars-Peter Clausen1-2/+3
2014-03-11ASoC: core: Fix check before setting default I/O up try regmapXiubo Li1-3/+9
2014-03-11ASoC: io: New signature for snd_soc_codec_set_cache_io()Xiubo Li1-1/+1
2014-03-11Merge branches 'topic/ad193x', 'topic/tlv320aic23', 'topic/tlv320aic32x4', 'topic/wm8991', 'fix/si476x' and 'fix/88pm860' of git://git.kernel.org/pub/scm/linux/kernel/git/broonie/sound into asoc-ioMark Brown1-7/+61
2014-03-10ASoC: Add a per component dai listLars-Peter Clausen1-42/+34
2014-03-10ASoC: Pass CODEC to snd_soc_register_dais()Lars-Peter Clausen1-17/+11
2014-03-10ASoC: Consolidate snd_soc_register_dai() and snd_soc_register_dais()Lars-Peter Clausen1-112/+42