aboutsummaryrefslogtreecommitdiffstats
path: root/sound/soc/soc-topology.c (follow)
AgeCommit message (Expand)AuthorFilesLines
2019-02-02ASoC: topology: fix oops/use-after-free case with dai driverGuennadi Liakhovetski1-0/+5
2018-10-05ASoC: topology: Use the standard fall-through annotationsTakashi Iwai1-2/+2
2018-09-05ASoC: dapm: Move error handling to snd_soc_dapm_new_control_unlockedCharles Keepax1-11/+0
2018-07-02ASoC: soc-topology: convert to SPDX identifiersKuninori Morimoto1-26/+21
2018-06-18ASoC: topology: Add callback for DAPM route load/unloadLiam Girdwood1-0/+13
2018-06-18ASoC: topology: Give more data to clients via callbacksLiam Girdwood1-13/+18
2018-06-12treewide: kzalloc() -> kcalloc()Kees Cook1-1/+1
2018-06-01ASoC: topology: Move v4 manifest header data structures to uapiGuenter Roeck1-56/+0
2018-06-01ASoC: topology: Improve backwards compatibility with v4 topology filesGuenter Roeck1-2/+5
2018-04-26Merge branch 'asoc-4.17' into asoc-4.18 for compress dependenciesMark Brown1-3/+3
2018-04-18ASoC: topology: Fix build errorsMark Brown1-31/+13
2018-04-17ASoC: topology: Add support for compressed PCMsLiam Girdwood1-0/+3
2018-04-17ASoC: topology: Add callback for DAPM route load/unloadLiam Girdwood1-0/+13
2018-04-17ASoC: topology: Give more data to clients via callbacksLiam Girdwood1-13/+18
2018-04-17ASoC: topology: Check widget kcontrols before derefLiam Girdwood1-2/+2
2018-04-17ASoC: topology: Fix bugs of freeing soc topologyYan Wang1-1/+1
2018-04-16ASoC: topology: Modify clock gating parameter parsing to switchKirill Marinushkin1-3/+11
2018-04-16ASoC: topology: Add missing clock gating parameter when parsing hw_configsKirill Marinushkin1-0/+7
2018-04-16ASoC: topology: Fix bclk and fsync inversion in set_link_hw_format()Kirill Marinushkin1-5/+7
2018-04-12ASoC: topology: fix some tiny memory leaksDan Carpenter1-2/+6
2018-03-28Merge remote-tracking branches 'asoc/topic/tlv320aic32x4', 'asoc/topic/tlv320aic3x', 'asoc/topic/tlv320dac33', 'asoc/topic/topology' and 'asoc/topic/tscs42xx' into asoc-nextMark Brown1-2/+10
2018-03-27ASoC: topology: Fix kcontrol name string handlingLiam Girdwood1-5/+18
2018-03-19ASoC: topology: Check widget kcontrols before deref.Liam Girdwood1-2/+7
2018-03-12ASoC: topology: create TLV data for dapm widgetsRanjani Sridharan1-0/+3
2017-09-14ASoC: topology: Fix a potential memory leak in 'soc_tplg_dapm_widget_denum_create()'Christophe JAILLET1-1/+1
2017-09-14ASoC: topology: Fix a potential NULL pointer dereference in 'soc_tplg_dapm_widget_denum_create()'Christophe JAILLET1-0/+3
2017-07-03Merge remote-tracking branches 'asoc/topic/stm32', 'asoc/topic/sunxi', 'asoc/topic/tlv320dac31xx', 'asoc/topic/topology' and 'asoc/topic/wm-adsp' into asoc-nextMark Brown1-5/+24
2017-06-30ASoC: dapm: Add new widget type for constructing DAPM graphs on DSPs.Liam Girdwood1-0/+8
2017-06-30ASoC: topology: show index in debug when adding DAPM routesLiam Girdwood1-1/+2
2017-06-30ASoC: topology: Fix usage of SND_SOC_TPLG_INDEX_ALL during loadLiam Girdwood1-1/+1
2017-06-09ASoC: topology: Allow bespoke configuration post widget creationLiam Girdwood1-0/+19
2017-06-08ASoC: Back out post commit widget creation changesMark Brown1-22/+2
2017-06-07ASoC: topology: Dont free template strings whilst they are in use.Liam Girdwood1-2/+1
2017-06-07ASoC: topology: rephrase deferred binding warning.Liam Girdwood1-1/+1
2017-06-07ASoC: topology: Allow bespoke configuration post widget creationLiam Girdwood1-2/+22
2017-04-30Merge remote-tracking branches 'asoc/topic/tegra', 'asoc/topic/tlv320aic23', 'asoc/topic/topology', 'asoc/topic/twl6040' and 'asoc/topic/txx9' into asoc-nextMark Brown1-2/+3
2017-04-25Merge remote-tracking branches 'asoc/fix/intel', 'asoc/fix/topology' and 'asoc/fix/sti' into asoc-linusMark Brown1-0/+1
2017-04-18ASoC: topology: use j for internal loop counterColin Ian King1-2/+3
2017-04-11ASoC: topology: Fix to store enum text valuesMousumi Jana1-0/+1
2017-02-27scripts/spelling.txt: add "intialization" pattern and fix typo instancesMasahiro Yamada1-2/+2
2017-02-19Merge remote-tracking branches 'asoc/topic/tlv320aic3x', 'asoc/topic/topology', 'asoc/topic/wm0010', 'asoc/topic/wm8731' and 'asoc/topic/wm8741' into asoc-nextMark Brown1-2/+2
2017-02-19Merge remote-tracking branches 'asoc/topic/davinci', 'asoc/topic/debugfs' and 'asoc/topic/doc' into asoc-nextMark Brown1-3/+3
2017-02-19Merge remote-tracking branch 'asoc/fix/dapm' into asoc-linusMark Brown1-0/+9
2017-01-17ASoC: dapm: handle probe deferralsLinus Walleij1-0/+9
2017-01-12ASoC: Fixup some small kernel-doc typosCharles Keepax1-3/+3
2016-12-15ASoC: topology: kfree kcontrol->private_value before freeing kcontrolColin Ian King1-2/+1
2016-12-15ASoC: topology: remove unused 'err'Vinod Koul1-2/+2
2016-12-12ASoC: topology: avoid uninitialized kcontrol_typeArnd Bergmann1-0/+1
2016-12-05ASoC: topology: Only free TLV for volume mixers of a widgetMengdong Lin1-8/+17
2016-12-05ASoC: topology: Allow a widget to have multiple enum controlsMengdong Lin1-76/+87