aboutsummaryrefslogtreecommitdiffstats
path: root/sound/soc/soc-core.c (follow)
AgeCommit message (Expand)AuthorFilesLines
2017-09-04Merge tag 'asoc-v4.14' of git://git.kernel.org/pub/scm/linux/kernel/git/broonie/sound into for-linusTakashi Iwai1-92/+229
2017-09-01Merge remote-tracking branch 'asoc/topic/core' into asoc-nextMark Brown1-44/+98
2017-08-30ASoC: add Component level set_jackKuninori Morimoto1-0/+11
2017-08-30ASoC: add Component level set_pllKuninori Morimoto1-5/+42
2017-08-30ASoC: add Component level set_sysclkKuninori Morimoto1-5/+40
2017-08-30Merge tag 'v4.13-rc7' into asoc-componentMark Brown1-25/+2
2017-08-30ALSA: Get rid of card power_lockTakashi Iwai1-2/+0
2017-08-25ASoC: remove duplicate definition of dapm_routes/num_dapm_routesKuninori Morimoto1-6/+4
2017-08-25ASoC: remove duplicate definition of dapm_widgets/num_dapm_widgetsKuninori Morimoto1-5/+4
2017-08-25ASoC: remove duplicate definition of controls/num_controlsKuninori Morimoto1-5/+4
2017-08-25ASoC: use snd_soc_component_get_dapm()Kuninori Morimoto1-1/+1
2017-08-25ASoC: Add a sanity check before using dai driver nameJeffy Chen1-1/+2
2017-08-22ASoC: soc-core: Allow searching dai driver name in snd_soc_find_daiJeffy Chen1-2/+3
2017-08-16ASoC: soc-core: snd_soc_unregister_component() unregister all componentKuninori Morimoto1-2/+10
2017-08-10Merge branch 'topic/component' of git://git.kernel.org/pub/scm/linux/kernel/git/broonie/sound into asoc-coreMark Brown1-22/+26
2017-08-10ASoC: use snd_soc_rtdcom_add() and convert to consistent operationKuninori Morimoto1-34/+27
2017-08-10ASoC: soc-core: add snd_soc_rtdcom_xxx()Kuninori Morimoto1-0/+50
2017-08-07ASoC: soc-core: remove duplicate mutex_unlock from snd_soc_unregister_component()Kuninori Morimoto1-9/+13
2017-08-07ASoC: soc-core: rename "cmpnt" to "component"Kuninori Morimoto1-18/+18
2017-08-07ASoC: soc-core: Use IS_ERR_OR_NULL()Fabio Estevam1-1/+1
2017-08-07ASoC: soc-core: Remove unneeded dentry member from snd_soc_codecFabio Estevam1-4/+5
2017-08-01Merge remote-tracking branches 'asoc/fix/dpcm', 'asoc/fix/imx', 'asoc/fix/msm8916', 'asoc/fix/multi-pcm', 'asoc/fix/of-graph' and 'asoc/fix/pxa' into asoc-linusMark Brown1-25/+2
2017-08-01device property: Fix usecount for of_graph_get_port_parent()Tony Lindgren1-0/+2
2017-07-17ASoC: fix pcm-creation regressionJohan Hovold1-25/+0
2017-07-03Merge remote-tracking branch 'asoc/topic/rcar' into asoc-nextMark Brown1-3/+44
2017-07-03Merge remote-tracking branch 'asoc/topic/intel' into asoc-nextMark Brown1-4/+35
2017-06-30ASoC: fix semicolon.cocci warningsWu Fengguang1-1/+1
2017-06-28ASoC: Drop invalid DMI fields when setting card long name from DMI infoMengdong Lin1-4/+35
2017-05-24Merge branch 'topic/dai-id' of git://git.kernel.org/pub/scm/linux/kernel/git/broonie/sound into asoc-of-graphMark Brown1-0/+37
2017-05-24ASoC: add snd_soc_get_dai_id() functionKuninori Morimoto1-0/+37
2017-05-24ASoC: Fix use-after-free at card unregistrationTakashi Iwai1-2/+3
2017-05-17ASoC: soc-core: enable "dai-format" on snd_soc_of_parse_daifmt()Kuninori Morimoto1-3/+7
2017-05-08scripts/spelling.txt: add regsiter -> register spelling mistakeStephen Boyd1-1/+1
2017-04-30Merge remote-tracking branches 'asoc/topic/uda1380', 'asoc/topic/unregister', 'asoc/topic/ux500', 'asoc/topic/wm5100' and 'asoc/topic/wm8903' into asoc-nextMark Brown1-0/+5
2017-04-30Merge remote-tracking branch 'asoc/topic/intel' into asoc-nextMark Brown1-0/+5
2017-04-30Merge remote-tracking branch 'asoc/topic/core' into asoc-nextMark Brown1-11/+6
2017-04-24ASoC: Call snd_soc_set_dmi_name() unconditionallyTakashi Iwai1-0/+3
2017-04-24ASoC: Provide a dummy wrapper of snd_soc_set_dmi_name()Takashi Iwai1-0/+2
2017-04-05ASoC: soc-core: verify Sound Card normalityKuninori Morimoto1-0/+5
2017-03-24ASoC: core: remove pointless auxiliary from snd_soc_componentKuninori Morimoto1-10/+5
2017-03-09ASoC: don't dereference NULL pcm_{new,free}Brian Norris1-2/+6
2017-03-07ASoC: Add space around '='Adrian Dinu1-1/+1
2017-02-27lib/vsprintf.c: remove %Z supportAlexey Dobriyan1-1/+1
2017-02-19Merge remote-tracking branches 'asoc/topic/dwc', 'asoc/topic/es8328', 'asoc/topic/fsl', 'asoc/topic/fsl-sai' and 'asoc/topic/graph' into asoc-nextMark Brown1-24/+14
2017-02-19Merge remote-tracking branches 'asoc/topic/davinci', 'asoc/topic/debugfs' and 'asoc/topic/doc' into asoc-nextMark Brown1-3/+1
2017-02-19Merge remote-tracking branches 'asoc/topic/atmel', 'asoc/topic/chmap', 'asoc/topic/cq93vc' and 'asoc/topic/da7218' into asoc-nextMark Brown1-0/+28
2017-02-19Merge remote-tracking branch 'asoc/topic/intel' into asoc-nextMark Brown1-0/+134
2017-02-19Merge remote-tracking branch 'asoc/topic/component' into asoc-nextMark Brown1-0/+21
2017-02-04ASoC: Drop unnecessary debugfs ifdefDaniel Baluta1-2/+0
2017-01-27ASoC: soc-core: remove OF adjusting for snd_soc_of_parse_card_nameKuninori Morimoto1-6/+5