summaryrefslogtreecommitdiffstats
path: root/sound/soc/soc-core.c
Commit message (Expand)AuthorAgeFilesLines
* ASoC: dapm: Remove platform field from widget and dapm context structLars-Peter Clausen2014-06-211-1/+0
* ASoC: dapm: Remove DAI DAPM contextLars-Peter Clausen2014-06-211-11/+1
* ASoC: Add component level stream_event() and seq_notifier() supportLars-Peter Clausen2014-06-211-3/+22
* ASoC: Use component DAPM context for platformsLars-Peter Clausen2014-06-211-13/+12
* ASoC: Add DAPM support at the component levelLars-Peter Clausen2014-06-211-5/+14
* ASoC: Add a set_bias_level() callback to the DAPM context structLars-Peter Clausen2014-06-211-0/+10
* ASoC: Auto disconnect pins from all DAPM contextsLars-Peter Clausen2014-06-211-2/+1
* ASoC: Split component registration into two stepsLars-Peter Clausen2014-06-211-86/+91
* ASoC: Move name and id from CODEC/platform to componentLars-Peter Clausen2014-06-211-33/+20
* ASoC: Move name_prefix from CODEC to componentLars-Peter Clausen2014-06-211-6/+6
*-. Merge remote-tracking branches 'asoc/topic/rt5651', 'asoc/topic/samsung', 'as...Mark Brown2014-05-221-1/+7
|\ \
| | * ASoC: core: Update snd_soc_of_parse_daifmt() interfaceJyri Sarha2014-04-231-1/+7
| |/
| |
| \
*-. \ Merge remote-tracking branches 'asoc/topic/headers', 'asoc/topic/intel', 'aso...Mark Brown2014-05-221-8/+46
|\ \ \ | | |/ | |/|
| | * ASoC: Remove name_prefix unset during DAI link init hack againLars-Peter Clausen2014-04-261-13/+0
| | * ASoC: core: Add helpers for dai link and aux dev initMisael Lopez Cruz2014-04-241-8/+59
* | | Merge remote-tracking branch 'asoc/topic/dt' into asoc-nextMark Brown2014-05-221-26/+43
|\ \ \
| * | | ASoC: Make soc_find_matching_codec() staticLars-Peter Clausen2014-05-051-1/+2
| * | | ASoC: dt: Allow Aux Codecs to be specified using DTSebastian Reichel2014-05-011-26/+42
| |/ /
* | | ASoC: Remove unused num_dai field from CODECLars-Peter Clausen2014-05-071-1/+0
* | | ASoC: Remove unused 'list' field form cardLars-Peter Clausen2014-05-071-1/+0
* | | ASoC: Remove card's DAI listLars-Peter Clausen2014-05-071-5/+0
* | | Merge branch 'topic/component' of git://git.kernel.org/pub/scm/linux/kernel/g...Mark Brown2014-05-071-200/+376
|\ \ \
| * | | 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-221-83/+138
| * | | 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: Move IO abstraction to the component levelLars-Peter Clausen2014-04-221-25/+71
| | |
| | \
| | \
| | \
| *---. \ Merge branches 'topic/sta350', 'topic/core', 'topic/dapm' and 'topic/cache' o...Mark Brown2014-04-221-17/+40
| |\ \ \ \ | | | |_|/ | | |/| |
| | | | * ASoC: core: Move the default regmap I/O setting to snd_soc_register_codec()Xiubo Li2014-04-141-10/+18
| | | |/ | | |/|
* | | | ASoC: add SND_SOC_BYTES_EXTVinod Koul2014-05-021-0/+12
* | | | ASoC: core: Don't break component searching if both id and num_dai are 0Nicolin Chen2014-04-231-1/+1
| |_|/ |/| |
* | | 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-141-219/+27
|\ \ \ | |/ /
| * | ASoC: Let snd_soc_platform subclass snd_soc_componentLars-Peter Clausen2014-04-141-0/+14
| * | ASoC: Track which components have been registered with snd_soc_register_compo...Lars-Peter Clausen2014-04-141-1/+2
| * | ASoC: Remove IO register modifier callbacksLars-Peter Clausen2014-04-141-72/+8
| * | ASoC: Move IO functions to soc-io.cLars-Peter Clausen2014-04-141-144/+0
| * | ASoC: Prepare SOC_SINGLE_XR_SX controls for regmapLars-Peter Clausen2014-04-141-2/+3
| |/
* | ASoC: core: Allow snd_soc_update_bits use 32 bits registerBard Liao2014-04-141-4/+4
* | 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
|/
* Merge tag 'asoc-v3.15-4' of git://git.kernel.org/pub/scm/linux/kernel/git/bro...Takashi Iwai2014-03-311-11/+6
|\
| *-. Merge remote-tracking branches 'asoc/topic/tdm' and 'asoc/topic/tegra' into a...Mark Brown2014-03-251-5/+5
| |\ \
| | * | ASoC: core: remove the 'of_' prefix of of_xlate_tdm_slot_mask.Xiubo Li2014-03-251-5/+5
| * | | ASoC: Remove name_prefix unset during DAI link init hackLars-Peter Clausen2014-03-251-6/+1
| |/ /
* | | Merge tag 'asoc-v3.15-2' of git://git.kernel.org/pub/scm/linux/kernel/git/bro...Takashi Iwai2014-03-131-4/+10
|\ \ \ | |/ /
| * | Merge remote-tracking branch 'asoc/topic/io' into asoc-nextMark Brown2014-03-131-4/+10
| |\ \
OpenPOWER on IntegriCloud