aboutsummaryrefslogtreecommitdiff
path: root/sound/soc/soc-topology.c
AgeCommit message (Expand)AuthorFilesLines
2018-10-05ASoC: topology: Use the standard fall-through annotationsGravatar Takashi Iwai 1-2/+2
2018-09-05ASoC: dapm: Move error handling to snd_soc_dapm_new_control_unlockedGravatar Charles Keepax 1-11/+0
2018-07-02ASoC: soc-topology: convert to SPDX identifiersGravatar Kuninori Morimoto 1-26/+21
2018-06-18ASoC: topology: Add callback for DAPM route load/unloadGravatar Liam Girdwood 1-0/+13
2018-06-18ASoC: topology: Give more data to clients via callbacksGravatar Liam Girdwood 1-13/+18
2018-06-12treewide: kzalloc() -> kcalloc()Gravatar Kees Cook 1-1/+1
2018-06-01ASoC: topology: Move v4 manifest header data structures to uapiGravatar Guenter Roeck 1-56/+0
2018-06-01ASoC: topology: Improve backwards compatibility with v4 topology filesGravatar Guenter Roeck 1-2/+5
2018-04-26Merge branch 'asoc-4.17' into asoc-4.18 for compress dependenciesGravatar Mark Brown 1-3/+3
2018-04-18ASoC: topology: Fix build errorsGravatar Mark Brown 1-31/+13
2018-04-17ASoC: topology: Add support for compressed PCMsGravatar Liam Girdwood 1-0/+3
2018-04-17ASoC: topology: Add callback for DAPM route load/unloadGravatar Liam Girdwood 1-0/+13
2018-04-17ASoC: topology: Give more data to clients via callbacksGravatar Liam Girdwood 1-13/+18
2018-04-17ASoC: topology: Check widget kcontrols before derefGravatar Liam Girdwood 1-2/+2
2018-04-17ASoC: topology: Fix bugs of freeing soc topologyGravatar Yan Wang 1-1/+1
2018-04-16ASoC: topology: Modify clock gating parameter parsing to switchGravatar Kirill Marinushkin 1-3/+11
2018-04-16ASoC: topology: Add missing clock gating parameter when parsing hw_configsGravatar Kirill Marinushkin 1-0/+7
2018-04-16ASoC: topology: Fix bclk and fsync inversion in set_link_hw_format()Gravatar Kirill Marinushkin 1-5/+7
2018-04-12ASoC: topology: fix some tiny memory leaksGravatar Dan Carpenter 1-2/+6
2018-03-28Merge remote-tracking branches 'asoc/topic/tlv320aic32x4', 'asoc/topic/tlv320...Gravatar Mark Brown 1-2/+10
2018-03-27ASoC: topology: Fix kcontrol name string handlingGravatar Liam Girdwood 1-5/+18
2018-03-19ASoC: topology: Check widget kcontrols before deref.Gravatar Liam Girdwood 1-2/+7
2018-03-12ASoC: topology: create TLV data for dapm widgetsGravatar Ranjani Sridharan 1-0/+3
2017-09-14ASoC: topology: Fix a potential memory leak in 'soc_tplg_dapm_widget_denum_cr...Gravatar Christophe JAILLET 1-1/+1
2017-09-14ASoC: topology: Fix a potential NULL pointer dereference in 'soc_tplg_dapm_wi...Gravatar Christophe JAILLET 1-0/+3
2017-07-03Merge remote-tracking branches 'asoc/topic/stm32', 'asoc/topic/sunxi', 'asoc/...Gravatar Mark Brown 1-5/+24
2017-06-30ASoC: dapm: Add new widget type for constructing DAPM graphs on DSPs.Gravatar Liam Girdwood 1-0/+8
2017-06-30ASoC: topology: show index in debug when adding DAPM routesGravatar Liam Girdwood 1-1/+2
2017-06-30ASoC: topology: Fix usage of SND_SOC_TPLG_INDEX_ALL during loadGravatar Liam Girdwood 1-1/+1
2017-06-09ASoC: topology: Allow bespoke configuration post widget creationGravatar Liam Girdwood 1-0/+19
2017-06-08ASoC: Back out post commit widget creation changesGravatar Mark Brown 1-22/+2
2017-06-07ASoC: topology: Dont free template strings whilst they are in use.Gravatar Liam Girdwood 1-2/+1
2017-06-07ASoC: topology: rephrase deferred binding warning.Gravatar Liam Girdwood 1-1/+1
2017-06-07ASoC: topology: Allow bespoke configuration post widget creationGravatar Liam Girdwood 1-2/+22
2017-04-30Merge remote-tracking branches 'asoc/topic/tegra', 'asoc/topic/tlv320aic23', ...Gravatar Mark Brown 1-2/+3
2017-04-25Merge remote-tracking branches 'asoc/fix/intel', 'asoc/fix/topology' and 'aso...Gravatar Mark Brown 1-0/+1
2017-04-18ASoC: topology: use j for internal loop counterGravatar Colin Ian King 1-2/+3
2017-04-11ASoC: topology: Fix to store enum text valuesGravatar Mousumi Jana 1-0/+1
2017-02-27scripts/spelling.txt: add "intialization" pattern and fix typo instancesGravatar Masahiro Yamada 1-2/+2
2017-02-19Merge remote-tracking branches 'asoc/topic/tlv320aic3x', 'asoc/topic/topology...Gravatar Mark Brown 1-2/+2
2017-02-19Merge remote-tracking branches 'asoc/topic/davinci', 'asoc/topic/debugfs' and...Gravatar Mark Brown 1-3/+3
2017-02-19Merge remote-tracking branch 'asoc/fix/dapm' into asoc-linusGravatar Mark Brown 1-0/+9
2017-01-17ASoC: dapm: handle probe deferralsGravatar Linus Walleij 1-0/+9
2017-01-12ASoC: Fixup some small kernel-doc typosGravatar Charles Keepax 1-3/+3
2016-12-15ASoC: topology: kfree kcontrol->private_value before freeing kcontrolGravatar Colin Ian King 1-2/+1
2016-12-15ASoC: topology: remove unused 'err'Gravatar Vinod Koul 1-2/+2
2016-12-12ASoC: topology: avoid uninitialized kcontrol_typeGravatar Arnd Bergmann 1-0/+1
2016-12-05ASoC: topology: Only free TLV for volume mixers of a widgetGravatar Mengdong Lin 1-8/+17
2016-12-05ASoC: topology: Allow a widget to have multiple enum controlsGravatar Mengdong Lin 1-76/+87
2016-11-09ASoC: topology: Check name strings of physical DAI linksGravatar Mengdong Lin 1-2/+16