summaryrefslogtreecommitdiffstats
path: root/sound/soc/soc-dapm.c
Commit message (Expand)AuthorAgeFilesLines
* ASoC: soc-core: add snd_soc_dapm_init()Kuninori Morimoto2019-09-021-0/+21
* ASoC: dapm: Invalidate only paths reachable for a given streamSzymon Mielczarek2019-08-121-13/+37
* ASoC: soc-component: move snd_soc_component_set_bias_level()Kuninori Morimoto2019-08-051-2/+2
* ASoC: soc-component: move snd_soc_component_stream_event()Kuninori Morimoto2019-08-051-2/+7
* ASoC: soc-component: move snd_soc_component_seq_notifier()Kuninori Morimoto2019-08-051-7/+8
* ASoC: core: no need to check return value of debugfs_create functionsGreg Kroah-Hartman2019-08-011-26/+4
* ASoC: codec2codec: fill some of the runtime stream parametersJerome Brunet2019-08-011-0/+5
* ASoC: codec2codec: remove ephemeral variablesJerome Brunet2019-08-011-30/+42
* ASoC: codec2codec: fix missing return of error return codeColin Ian King2019-07-261-2/+2
* Merge branch 'asoc-5.3' into asoc-5.4Mark Brown2019-07-261-4/+6
|\
| * ASoC: dapm: fix a memory leak bugWenwen Wang2019-07-221-0/+2
| * ASoC: dapm: Fix handling of custom_stop_condition on DAPM graph walksCharles Keepax2019-07-221-4/+4
* | ASoC: codec2codec: deal with params when necessaryJerome Brunet2019-07-251-67/+92
* | ASoC: codec2codec: name link using stream directionJerome Brunet2019-07-251-8/+4
* | ASoC: codec2codec: run callbacks in orderJerome Brunet2019-07-251-9/+27
* | ASoC: soc-dai: add snd_soc_dai_shutdown()Kuninori Morimoto2019-07-231-5/+2
* | ASoC: soc-dai: add snd_soc_dai_startup()Kuninori Morimoto2019-07-231-18/+10
* | ASoC: soc-dai: add snd_soc_dai_hw_free()Kuninori Morimoto2019-07-231-5/+2
* | ASoC: soc-dai: mv soc_dai_hw_params() to soc-daiKuninori Morimoto2019-07-231-2/+2
* | Merge branch 'asoc-5.3' into asoc-nextMark Brown2019-07-061-2/+3
|\|
| * Merge branch 'asoc-5.2' into asoc-5.3Mark Brown2019-05-301-0/+3
| |\
| * | ASoC: dapm: Use struct_size() in krealloc()Gustavo A. R. Silva2019-05-241-1/+2
| * | Merge branch 'for-5.2' of https://git.kernel.org/pub/scm/linux/kernel/git/bro...Mark Brown2019-05-211-2/+2
| |\ \
| * | | ASoC: dapm: allow muxes to force a disconnectJerome Brunet2019-05-161-1/+1
* | | | Merge branch 'asoc-5.2' into asoc-linusMark Brown2019-07-061-8/+10
|\ \ \ \
| * | | | ASoC: dapm: Adapt for debugfs API changeMark Brown2019-06-241-8/+10
| | |_|/ | |/| |
* | | | Merge tag 'asoc-fix-v5.2-rc4' of https://git.kernel.org/pub/scm/linux/kernel/...Takashi Iwai2019-06-131-2/+5
|\| | | | |/ / |/| |
| * | ASoC: soc-core: fixup references at soc_cleanup_card_resources()Kuninori Morimoto2019-05-281-0/+3
| |/
| * ASoC: soc-dpm: fixup DAI active unbalanceKuninori Morimoto2019-05-201-2/+2
* | Merge branch 'asoc-5.2' into asoc-nextMark Brown2019-05-061-1/+1
|\|
| * Merge branch 'asoc-5.1' into asoc-5.2Mark Brown2019-04-041-0/+11
| |\
| * | ASoC: dapm: Initialize private_value in snd_soc_dapm_new_daiPankaj Bharadiya2019-03-251-1/+1
* | | ASoC: dapm: fix kcontrols for effect widgetsSeppo Ingalsuo2019-05-021-0/+3
| |/ |/|
* | ASoC: dapm: set power_check callback for widgets that shouldnt be always onRanjani Sridharan2019-04-021-0/+7
* | ASoC: dapm: Fix NULL pointer dereference in snd_soc_dapm_free_kcontrolPankaj Bharadiya2019-03-251-0/+4
|/
* ASoC: dapm: Potential small memory leak in dapm_cnew_widget()Dan Carpenter2019-02-191-1/+3
* ASoC: Use __printf markup to silence compilerMathieu Malaterre2019-02-121-0/+1
* ASoC: dapm: harden use of lookup tablesPierre-Louis Bossart2019-02-061-76/+82
* Merge branch 'asoc-5.0' into asoc-5.1 for dapm tableMark Brown2019-02-061-0/+24
|\
| * ASoC: dapm: fix out-of-bounds accesses to DAPM lookup tablesPierre-Louis Bossart2019-02-061-0/+24
* | ASoC: dapm: Check for NULL widget in dapm_update_dai_unlockedCharles Keepax2019-02-061-0/+3
* | ASoC: dapm: Add warnings for widget overwrite when adding routeZhiwei Jiang2019-02-021-0/+12
* | ASoC: dapm: Only power up active channels from a DAICharles Keepax2019-02-021-0/+76
* | ASoC: dapm: fix use-after-free issue with dailink snamePierre-Louis Bossart2019-02-021-1/+18
|/
* ASoC: dapm: change snprintf to scnprintf for possible overflowSilvio Cesare2019-01-151-5/+5
* ASoC: dapm: Add support for hw_free on CODEC to CODEC linksCharles Keepax2018-10-191-6/+11
* ASoC: add for_each_card_rtds() macroKuninori Morimoto2018-09-201-1/+1
* ASoC: remove redundant includezhong jiang2018-09-181-1/+0
* ASoC: dapm: Add missing return value check for snd_soc_dapm_new_daiCharles Keepax2018-09-101-0/+16
* ASoC: dapm: Fix a couple uninitialized ret variablesDan Carpenter2018-09-101-1/+3