aboutsummaryrefslogtreecommitdiffstats
path: root/sound/soc/soc-core.c (follow)
AgeCommit message (Expand)AuthorFilesLines
2014-08-04Merge remote-tracking branches 'asoc/topic/tlv', 'asoc/topic/tlv320aic23', 'asoc/topic/tlv320aic31xx' and 'asoc/topic/tlv320aic32x4' into asoc-nextMark Brown1-0/+21
2014-08-04Merge remote-tracking branch 'asoc/topic/core' into asoc-nextMark Brown1-1/+8
2014-07-22ASoC: Add function to register component controlsLars-Peter Clausen1-10/+25
2014-07-22ASoC: Move card field form platform/codec to componentLars-Peter Clausen1-9/+10
2014-07-22ASoC: Remove per card platform listLars-Peter Clausen1-2/+0
2014-07-16ASoC: core: Add initial support for DAI multicodecBenoit Cousson1-90/+203
2014-07-16Merge remote-tracking branch 'asoc/topic/component' into asoc-multiMark Brown1-280/+251
2014-07-16ASoC: core: add a helper for extended byte controls using TLVOmair Mohammed Abdullah1-0/+21
2014-07-09ASoC: core: Fix possible NULL pointer dereferenceTushar Behera1-1/+8
2014-07-02ASoC: core: Move non-shared code paths out of snd_soc_post_component_init()Lars-Peter Clausen1-75/+46
2014-07-02ASoC: core: Bind aux devs earlyLars-Peter Clausen1-42/+25
2014-07-02ASoC: core: Replace soc_find_matching_codec() with soc_find_codec()Lars-Peter Clausen1-22/+4
2014-07-02ASoC: core: Remove duplicated rtd->codec initializationLars-Peter Clausen1-6/+2
2014-07-01ASoC: core: Change soc_link_dai_widgets signature for multiple codecsBenoit Cousson1-4/+4
2014-06-28Merge remote-tracking branch 'asoc/fix/debugfs' into asoc-componentMark Brown1-4/+26
2014-06-28ASoC: fix debugfs directory creation bugRussell King1-4/+24
2014-06-21ASoC: dapm: Remove platform field from widget and dapm context structLars-Peter Clausen1-1/+0
2014-06-21ASoC: dapm: Remove DAI DAPM contextLars-Peter Clausen1-11/+1
2014-06-21ASoC: Add component level stream_event() and seq_notifier() supportLars-Peter Clausen1-3/+22
2014-06-21ASoC: Use component DAPM context for platformsLars-Peter Clausen1-13/+12
2014-06-21ASoC: Add DAPM support at the component levelLars-Peter Clausen1-5/+14
2014-06-21ASoC: Add a set_bias_level() callback to the DAPM context structLars-Peter Clausen1-0/+10
2014-06-21ASoC: Auto disconnect pins from all DAPM contextsLars-Peter Clausen1-2/+1
2014-06-21ASoC: Split component registration into two stepsLars-Peter Clausen1-86/+91
2014-06-21ASoC: Move name and id from CODEC/platform to componentLars-Peter Clausen1-33/+20
2014-06-21ASoC: Move name_prefix from CODEC to componentLars-Peter Clausen1-6/+6
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