summaryrefslogtreecommitdiffstats
path: root/sound/soc/sof/topology.c (follow)
Commit message (Expand)AuthorAgeFilesLines
* ASoC: SOF: topology: fix the process being scheduled on core0 alwaysKeyon Jie2020-09-211-47/+35
* ASoC: SOF: fix range checksGuennadi Liakhovetski2020-09-171-7/+13
* ASoC: SOF: (cosmetic) remove redundant "ret" variable usesGuennadi Liakhovetski2020-09-171-13/+11
* ASoC: SOF: Implement snd_sof_bytes_ext_volatile_get kcontrol IODharageswari R2020-09-081-0/+1
* ASoC: SOF: topology: make process type optionalKeyon Jie2020-09-071-6/+0
* ASoC: SOF: append extended data to sof_ipc_comp_muxKeyon Jie2020-09-071-7/+4
* ASoC: SOF: append extended data to sof_ipc_comp_processKeyon Jie2020-09-071-5/+2
* ASoC: SOF: append extended data to sof_ipc_comp_toneKeyon Jie2020-09-071-7/+4
* ASoC: SOF: append extended data to sof_ipc_comp_asrcKeyon Jie2020-09-071-7/+4
* ASoC: SOF: append extended data to sof_ipc_comp_srcKeyon Jie2020-09-071-7/+4
* ASoC: SOF: append extended data to sof_ipc_comp_hostKeyon Jie2020-09-071-7/+4
* ASoC: SOF: append extended data to sof_ipc_comp_volumeKeyon Jie2020-09-071-7/+4
* ASoC: SOF: append extended data to sof_ipc_comp_mixerKeyon Jie2020-09-071-7/+4
* ASoC: SOF: append extended data to sof_ipc_comp_daiKeyon Jie2020-09-071-19/+27
* ASoC: SOF: topology: add helper for setting up IPC componentKeyon Jie2020-09-071-0/+45
* ASoC: SOF: topology: parse comp_ext_tokens for all widgetsKeyon Jie2020-09-071-0/+10
* ASoC: SOF: topology: create component extended tokensKeyon Jie2020-09-071-0/+17
* ASoC: SOF: topology: fix core enable sequenceRanjani Sridharan2020-09-041-6/+14
* ASoC: SOF: support topology components on secondary coresGuennadi Liakhovetski2020-09-041-34/+94
* ASoC: SOF: add a "core" parameter to widget loading functionsGuennadi Liakhovetski2020-09-041-27/+47
* ASoC: SOF: topology: fix the ipc_size calculation for process componentKeyon Jie2020-08-261-3/+1
* ASoC: SOF: topology: reduce the log level for unhandled widgetsRanjani Sridharan2020-08-251-2/+1
* ASoC: SOF: topology: remove unnecessary memory alloc for sdev->privateRanjani Sridharan2020-08-251-12/+1
* ASoC: SOF: topology: (cosmetic) remove redundant variable initialisationsGuennadi Liakhovetski2020-08-251-2/+2
* ASoC: SOF: topology: Update SAI config bclk/fsync rateDaniel Baluta2020-07-221-0/+2
* ASoC: SOF: topology: add support to smart amplifierKeyon Jie2020-05-181-0/+1
* Merge branch 'for-5.7' of https://git.kernel.org/pub/scm/linux/kernel/git/bro...Mark Brown2020-05-121-0/+2
|\
| * ASoC: SOF: Update correct LED status at the first time usage of update_mute_l...Kai-Heng Feng2020-05-011-0/+2
* | ASoC: SOF/Intel: clarify SPDX license with GPL-2.0-onlyPierre-Louis Bossart2020-05-011-1/+1
* | ASoC: SOF: Intel: change trigger sequence to fix pop noise when stopping play...randerwang2020-04-301-3/+11
* | ASoC: SOF: topology: replace sof_link_hda_process by sof_set_dai_configBard Liao2020-04-301-61/+3
* | ASoC: topology: set component dai_index to ipc dai config dai_indexBard Liao2020-04-301-0/+8
* | ASoC: SOF: topology: send ipc for all found DAIs in sof_set_dai_configBard Liao2020-04-301-63/+18
* | ASoC: SOF: topology: handle multiple sets of tuple arraysJaska Uimonen2020-04-161-56/+67
* | ASoC: SOF: topology: stop parsing when all tokens have been foundJaska Uimonen2020-04-161-22/+38
* | ASoC: SOF: topology: Get HDA rate and channels from topologyBard Liao2020-04-161-0/+9
* | ASoC: SOF: topology: fix: parse hda_tokens to &config->hdaBard Liao2020-04-161-1/+1
* | ASoC: SOF: topology: Get ALH rate amd channels from topologyBard Liao2020-04-161-0/+23
* | ASoC: SOF: Intel: Rename deprecated DMIC IPC struct fieldSeppo Ingalsuo2020-04-161-4/+6
* | ASoC: SOF: Intel: Change DMIC load IPC to fixed lengthSeppo Ingalsuo2020-04-161-50/+25
* | ASoC: SOF: topology: Add support for DC BlockerSebastiano Carlucci2020-04-161-0/+1
* | ASoC: SOF: topology: fix: handle DAI widget connections properly with multipl...Bard Liao2020-04-161-4/+34
|/
* ASoC: SOF: fix uninitialised "work" with VirtIOGuennadi Liakhovetski2020-03-261-1/+5
* ASoC: SOF: (cosmetic) use for_each_pcm_streams() in sof_dai_load()Guennadi Liakhovetski2020-03-261-5/+8
* ASoC: SOF: topology: connect dai widget to all cpu-daisBard Liao2020-03-131-2/+6
* ASoC: SOF: imx: Read SAI parameters and send them to DSPGuido Roncarolo2019-12-181-2/+67
* Merge branch 'for-5.5' of https://git.kernel.org/pub/scm/linux/kernel/git/bro...Mark Brown2019-12-101-1/+3
|\
| * ASoC: SOF: topology: Fix unload for SAI/ESAIDaniel Baluta2019-11-271-1/+3
* | ASoC: SOF: Add asynchronous sample rate converter topology supportSeppo Ingalsuo2019-12-101-0/+78
* | ASoC: SOF: partition audio-related parts from SOF coreRanjani Sridharan2019-12-091-183/+182