aboutsummaryrefslogtreecommitdiffstatshomepage
path: root/sound/soc/soc-topology.c (follow)
AgeCommit message (Expand)AuthorFilesLines
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
2016-11-09ASoC: topology: Check name strings of physical DAI linksMengdong Lin1-2/+16
2016-11-04ASoC: topology: ABI - Add voice wake up flag for DAI linksMengdong Lin1-0/+5
2016-11-04ASoC: topology: Rename functions & variables for physical DAIsMengdong Lin1-28/+29
2016-11-04ASoC: topology: ABI - Rename struct and type for physical DAIsMengdong Lin1-4/+4
2016-11-04ASoC: topology: Rename the function to create a FE linkMengdong Lin1-2/+2
2016-11-04ASoC: topology: Add support to configure existing physical DAI linksMengdong Lin1-2/+204
2016-11-03ASoC: topology: ABI - Add flags and private data to PCMMengdong Lin1-2/+26
2016-11-03ASoC: topology: Support topology file of ABI v4Mengdong Lin1-1/+3
2016-11-03ASoC: topology: Only use valid names of PCM for the kernel DAI & DAI linkMengdong Lin1-4/+14
2016-11-03ASoC: topology: Make PCM backward compatible from ABI v4Mengdong Lin1-12/+133
2016-10-28ASoC: topology: Make manifest backward compatible from ABI v4Mengdong Lin1-8/+79
2016-08-22ASoC: topology: ABI - Add sig_bits to stream capsMengdong Lin1-0/+1
2016-08-11ASoC: topology: Fix error return code in soc_tplg_dapm_widget_create()Wei Yongjun1-0/+1
2016-08-08ASoC: topology: Add support for configuring existing BE DAIsMengdong Lin1-2/+111
2016-05-05ASoC: topology: Fix memory leak in widget creationJeeja KP1-0/+2
2016-04-27ASoC: topology: Check size mismatch of ABI objects before parsingMengdong Lin1-2/+29
2016-04-27ASoC: topology: Check failure to create a widgetMengdong Lin1-1/+3
2016-04-20ASoC: topology: Set CPU DAI name and enable DPCM by default for FE linkGuneshwor Singh1-0/+10
2016-04-20ASoC: topology: Set the link ID when creating a FE DAI linkMengdong Lin1-0/+1
2016-02-22ASoC: topology: Fix setting of stream rates, rate_min and rate_maxMengdong Lin1-14/+14
2016-02-22ASoC: topology: fix build warningSudip Mukherjee1-45/+0
2016-02-15ASoC: topology: Add FE DAI links dynamicallyMengdong Lin1-1/+69
2016-02-15ASoC: topology: Add FE DAIs dynamicallyMengdong Lin1-42/+87
2015-11-25Merge remote-tracking branches 'asoc/fix/rt5677', 'asoc/fix/st', 'asoc/fix/sun4i-codec', 'asoc/fix/topology', 'asoc/fix/wm8960' and 'asoc/fix/wm8962' into asoc-linusMark Brown1-1/+1
2015-11-18ASoC: topology: fix info callback for TLV byte controlOmair M Abdullah1-1/+1
2015-11-10ASoC: dapm: Reset dapm wcache after freeing damp widgetsJyri Sarha1-0/+1
2015-10-02ASoC: topology: ABI - Add PCM Support and bump ABI version to 4Vedang Patel1-2/+2
2015-08-30Merge remote-tracking branches 'asoc/topic/tas2552', 'asoc/topic/tas5086', 'asoc/topic/tegra', 'asoc/topic/tlv' and 'asoc/topic/topology' into asoc-nextMark Brown1-44/+76
2015-08-30Merge remote-tracking branch 'asoc/topic/dapm' into asoc-nextMark Brown1-24/+1
2015-08-21ASoC: topology: Add support for TLV bytes controlsMengdong Lin1-3/+39
2015-08-21ASoC: topology: Reduce arguments of soc_tplg_kcontrol_bind_io()Mengdong Lin1-24/+21
2015-08-21ASoC: topology: Bind vendor specific kcontrol handlers before standard onesMengdong Lin1-18/+18
2015-08-21Merge tag 'v4.2-rc6' into asoc-topologyMark Brown1-19/+43
2015-08-14ASoC: topology: Change pass number of DAI smaller than graphMengdong Lin1-4/+4
2015-08-07ASoC: topology: use kmemdup rather than duplicating its implementationAndrzej Hajda1-3/+3
2015-08-06ASoC: topology: Use kcalloc instead of kzalloc for array allocationAxel Lin1-3/+2
2015-08-06ASoC: topology: Update TLV support so we can support more TLV typesMengdong Lin1-17/+41
2015-08-06Merge tag 'asoc-fix-v4.2-rc3' into asoc-fix-topologyMark Brown1-12/+11
2015-08-06ASoC: topology: Add subsequence in topologySubhransu S. Prusty1-0/+1
2015-08-04ASoC: topology: fix typo in soc_tplg_kcontrol_bind_io()Mengdong Lin1-1/+1
2015-07-21ASoC: dapm: Add helper function to free a widgetLars-Peter Clausen1-24/+1
2015-07-14ASoC: topology: Fix to add dapm mixer infoJeeja KP1-1/+1
2015-07-02ASoC: topology: Fix TLV size calculation.Liam Girdwood1-11/+10
2015-06-04ASoC: topology: Add topology coreLiam Girdwood1-0/+1826