summaryrefslogtreecommitdiffstats
path: root/sound/soc/soc-core.c
Commit message (Expand)AuthorAgeFilesLines
* Merge remote-tracking branch 'asoc/topic/core' into asoc-nextMark Brown2017-09-011-44/+98
|\
| * ASoC: use snd_soc_component_get_dapm()Kuninori Morimoto2017-08-251-1/+1
| * ASoC: Add a sanity check before using dai driver nameJeffy Chen2017-08-251-1/+2
| * ASoC: soc-core: Allow searching dai driver name in snd_soc_find_daiJeffy Chen2017-08-221-2/+3
| * ASoC: soc-core: snd_soc_unregister_component() unregister all componentKuninori Morimoto2017-08-161-2/+10
| * Merge branch 'topic/component' of git://git.kernel.org/pub/scm/linux/kernel/g...Mark Brown2017-08-101-22/+26
| |\
| * | ASoC: use snd_soc_rtdcom_add() and convert to consistent operationKuninori Morimoto2017-08-101-34/+27
| * | ASoC: soc-core: add snd_soc_rtdcom_xxx()Kuninori Morimoto2017-08-101-0/+50
| * | ASoC: soc-core: Use IS_ERR_OR_NULL()Fabio Estevam2017-08-071-1/+1
| * | ASoC: soc-core: Remove unneeded dentry member from snd_soc_codecFabio Estevam2017-08-071-4/+5
* | | ASoC: add Component level set_jackKuninori Morimoto2017-08-301-0/+11
* | | ASoC: add Component level set_pllKuninori Morimoto2017-08-301-5/+42
* | | ASoC: add Component level set_sysclkKuninori Morimoto2017-08-301-5/+40
* | | Merge tag 'v4.13-rc7' into asoc-componentMark Brown2017-08-301-25/+2
|\ \ \
| | \ \
| | \ \
| *-. \ \ Merge remote-tracking branches 'asoc/fix/dpcm', 'asoc/fix/imx', 'asoc/fix/msm...Mark Brown2017-08-011-25/+2
| |\ \ \ \ | | |_|/ / | |/| | |
| | | * | device property: Fix usecount for of_graph_get_port_parent()Tony Lindgren2017-08-011-0/+2
| | |/ / | |/| |
| | * | ASoC: fix pcm-creation regressionJohan Hovold2017-07-171-25/+0
| |/ /
* | | ASoC: remove duplicate definition of dapm_routes/num_dapm_routesKuninori Morimoto2017-08-251-6/+4
* | | ASoC: remove duplicate definition of dapm_widgets/num_dapm_widgetsKuninori Morimoto2017-08-251-5/+4
* | | ASoC: remove duplicate definition of controls/num_controlsKuninori Morimoto2017-08-251-5/+4
| |/ |/|
* | ASoC: soc-core: remove duplicate mutex_unlock from snd_soc_unregister_compone...Kuninori Morimoto2017-08-071-9/+13
* | ASoC: soc-core: rename "cmpnt" to "component"Kuninori Morimoto2017-08-071-18/+18
|/
* Merge remote-tracking branch 'asoc/topic/rcar' into asoc-nextMark Brown2017-07-031-3/+44
|\
| * Merge branch 'topic/dai-id' of git://git.kernel.org/pub/scm/linux/kernel/git/...Mark Brown2017-05-241-0/+37
| |\
| | * ASoC: add snd_soc_get_dai_id() functionKuninori Morimoto2017-05-241-0/+37
| * | ASoC: soc-core: enable "dai-format" on snd_soc_of_parse_daifmt()Kuninori Morimoto2017-05-171-3/+7
| |/
* | Merge remote-tracking branch 'asoc/topic/intel' into asoc-nextMark Brown2017-07-031-4/+35
|\ \
| * | ASoC: fix semicolon.cocci warningsWu Fengguang2017-06-301-1/+1
| * | ASoC: Drop invalid DMI fields when setting card long name from DMI infoMengdong Lin2017-06-281-4/+35
| |/
* | ASoC: Fix use-after-free at card unregistrationTakashi Iwai2017-05-241-2/+3
|/
* scripts/spelling.txt: add regsiter -> register spelling mistakeStephen Boyd2017-05-081-1/+1
*---. Merge remote-tracking branches 'asoc/topic/uda1380', 'asoc/topic/unregister',...Mark Brown2017-04-301-0/+5
|\ \ \
| | * | ASoC: soc-core: verify Sound Card normalityKuninori Morimoto2017-04-051-0/+5
| |/ /
* | | Merge remote-tracking branch 'asoc/topic/intel' into asoc-nextMark Brown2017-04-301-0/+5
|\ \ \
| * | | ASoC: Call snd_soc_set_dmi_name() unconditionallyTakashi Iwai2017-04-241-0/+3
| * | | ASoC: Provide a dummy wrapper of snd_soc_set_dmi_name()Takashi Iwai2017-04-241-0/+2
| | |/ | |/|
* | | Merge remote-tracking branch 'asoc/topic/core' into asoc-nextMark Brown2017-04-301-11/+6
|\ \ \
| * | | ASoC: core: remove pointless auxiliary from snd_soc_componentKuninori Morimoto2017-03-241-10/+5
| * | | ASoC: Add space around '='Adrian Dinu2017-03-071-1/+1
| |/ /
* | | ASoC: don't dereference NULL pcm_{new,free}Brian Norris2017-03-091-2/+6
|/ /
* | lib/vsprintf.c: remove %Z supportAlexey Dobriyan2017-02-271-1/+1
| |
| \
*-. \ Merge remote-tracking branches 'asoc/topic/dwc', 'asoc/topic/es8328', 'asoc/t...Mark Brown2017-02-191-24/+14
|\ \ \ | | |/ | |/|
| | * ASoC: soc-core: remove OF adjusting for snd_soc_of_parse_card_nameKuninori Morimoto2017-01-271-6/+5
| | * ASoC: soc-core: remove OF adjusting for snd_soc_of_parse_audio_prefixKuninori Morimoto2017-01-271-6/+3
| | * ASoC: soc-core: remove OF adjusting for snd_soc_of_parse_audio_simple_widgetsKuninori Morimoto2017-01-271-6/+3
| | * ASoC: soc-core: remove OF adjusting for snd_soc_of_parse_audio_routingKuninori Morimoto2017-01-271-6/+3
| |/
| |
| \
| \
| \
*---. \ Merge remote-tracking branches 'asoc/topic/davinci', 'asoc/topic/debugfs' and...Mark Brown2017-02-191-3/+1
|\ \ \ \ | | |_|/ | |/| |
| | | * ASoC: Fixup some small kernel-doc typosCharles Keepax2017-01-121-1/+1
| | |/ | |/|
| | * ASoC: Drop unnecessary debugfs ifdefDaniel Baluta2017-02-041-2/+0
| |/
| |
| \
*-. \ Merge remote-tracking branches 'asoc/topic/atmel', 'asoc/topic/chmap', 'asoc/...Mark Brown2017-02-191-0/+28
|\ \ \ | | |/ | |/|
OpenPOWER on IntegriCloud