aboutsummaryrefslogtreecommitdiffstats
path: root/sound/soc/soc-dapm.c (follow)
AgeCommit message (Expand)AuthorFilesLines
2019-09-02ASoC: soc-core: add snd_soc_dapm_init()Kuninori Morimoto1-0/+21
2019-08-12ASoC: dapm: Invalidate only paths reachable for a given streamSzymon Mielczarek1-13/+37
2019-08-05ASoC: soc-component: move snd_soc_component_set_bias_level()Kuninori Morimoto1-2/+2
2019-08-05ASoC: soc-component: move snd_soc_component_stream_event()Kuninori Morimoto1-2/+7
2019-08-05ASoC: soc-component: move snd_soc_component_seq_notifier()Kuninori Morimoto1-7/+8
2019-08-01ASoC: core: no need to check return value of debugfs_create functionsGreg Kroah-Hartman1-26/+4
2019-08-01ASoC: codec2codec: fill some of the runtime stream parametersJerome Brunet1-0/+5
2019-08-01ASoC: codec2codec: remove ephemeral variablesJerome Brunet1-30/+42
2019-07-26ASoC: codec2codec: fix missing return of error return codeColin Ian King1-2/+2
2019-07-26Merge branch 'asoc-5.3' into asoc-5.4Mark Brown1-4/+6
2019-07-25ASoC: codec2codec: deal with params when necessaryJerome Brunet1-67/+92
2019-07-25ASoC: codec2codec: name link using stream directionJerome Brunet1-8/+4
2019-07-25ASoC: codec2codec: run callbacks in orderJerome Brunet1-9/+27
2019-07-23ASoC: soc-dai: add snd_soc_dai_shutdown()Kuninori Morimoto1-5/+2
2019-07-23ASoC: soc-dai: add snd_soc_dai_startup()Kuninori Morimoto1-18/+10
2019-07-23ASoC: soc-dai: add snd_soc_dai_hw_free()Kuninori Morimoto1-5/+2
2019-07-23ASoC: soc-dai: mv soc_dai_hw_params() to soc-daiKuninori Morimoto1-2/+2
2019-07-22ASoC: dapm: fix a memory leak bugWenwen Wang1-0/+2
2019-07-22ASoC: dapm: Fix handling of custom_stop_condition on DAPM graph walksCharles Keepax1-4/+4
2019-07-06Merge branch 'asoc-5.3' into asoc-nextMark Brown1-2/+3
2019-07-06Merge branch 'asoc-5.2' into asoc-linusMark Brown1-8/+10
2019-06-24ASoC: dapm: Adapt for debugfs API changeMark Brown1-8/+10
2019-06-13Merge tag 'asoc-fix-v5.2-rc4' of https://git.kernel.org/pub/scm/linux/kernel/git/broonie/sound into for-linusTakashi Iwai1-2/+5
2019-05-30Merge branch 'asoc-5.2' into asoc-5.3Mark Brown1-0/+3
2019-05-28ASoC: soc-core: fixup references at soc_cleanup_card_resources()Kuninori Morimoto1-0/+3
2019-05-24ASoC: dapm: Use struct_size() in krealloc()Gustavo A. R. Silva1-1/+2
2019-05-21Merge branch 'for-5.2' of https://git.kernel.org/pub/scm/linux/kernel/git/broonie/sound into asoc-5.3Mark Brown1-2/+2
2019-05-20ASoC: soc-dpm: fixup DAI active unbalanceKuninori Morimoto1-2/+2
2019-05-16ASoC: dapm: allow muxes to force a disconnectJerome Brunet1-1/+1
2019-05-06Merge branch 'asoc-5.2' into asoc-nextMark Brown1-1/+1
2019-05-02ASoC: dapm: fix kcontrols for effect widgetsSeppo Ingalsuo1-0/+3
2019-04-04Merge branch 'asoc-5.1' into asoc-5.2Mark Brown1-0/+11
2019-04-02ASoC: dapm: set power_check callback for widgets that shouldnt be always onRanjani Sridharan1-0/+7
2019-03-25ASoC: dapm: Initialize private_value in snd_soc_dapm_new_daiPankaj Bharadiya1-1/+1
2019-03-25ASoC: dapm: Fix NULL pointer dereference in snd_soc_dapm_free_kcontrolPankaj Bharadiya1-0/+4
2019-02-19ASoC: dapm: Potential small memory leak in dapm_cnew_widget()Dan Carpenter1-1/+3
2019-02-12ASoC: Use __printf markup to silence compilerMathieu Malaterre1-0/+1
2019-02-06ASoC: dapm: harden use of lookup tablesPierre-Louis Bossart1-76/+82
2019-02-06Merge branch 'asoc-5.0' into asoc-5.1 for dapm tableMark Brown1-0/+24
2019-02-06ASoC: dapm: fix out-of-bounds accesses to DAPM lookup tablesPierre-Louis Bossart1-0/+24
2019-02-06ASoC: dapm: Check for NULL widget in dapm_update_dai_unlockedCharles Keepax1-0/+3
2019-02-02ASoC: dapm: Add warnings for widget overwrite when adding routeZhiwei Jiang1-0/+12
2019-02-02ASoC: dapm: Only power up active channels from a DAICharles Keepax1-0/+76
2019-02-02ASoC: dapm: fix use-after-free issue with dailink snamePierre-Louis Bossart1-1/+18
2019-01-15ASoC: dapm: change snprintf to scnprintf for possible overflowSilvio Cesare1-5/+5
2018-10-19ASoC: dapm: Add support for hw_free on CODEC to CODEC linksCharles Keepax1-6/+11
2018-09-20ASoC: add for_each_card_rtds() macroKuninori Morimoto1-1/+1
2018-09-18ASoC: remove redundant includezhong jiang1-1/+0
2018-09-10ASoC: dapm: Add missing return value check for snd_soc_dapm_new_daiCharles Keepax1-0/+16
2018-09-10ASoC: dapm: Fix a couple uninitialized ret variablesDan Carpenter1-1/+3