summaryrefslogtreecommitdiffstats
path: root/sound/soc/soc-core.c
AgeCommit message (Expand)AuthorFilesLines
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', 'as...Mark Brown1-1/+7
2014-05-22Merge remote-tracking branches 'asoc/topic/headers', 'asoc/topic/intel', 'aso...Mark 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/g...Mark 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/...Mark 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' o...Mark 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/g...Mark 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_compo...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/bro...Takashi Iwai1-11/+6
2014-03-25Merge remote-tracking branches 'asoc/topic/tdm' and 'asoc/topic/tegra' into a...Mark 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/bro...Takashi 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/broon...Takashi Iwai1-251/+331