Age | Commit message (Expand) | Author |
2022-07-12 | ASoC: SOF: topology: remove unused variable | Ranjani Sridharan |
2022-06-14 | ASoC: SOF: topology: add code to parse config params for ACPDMIC dai | Ajit Kumar Pandey |
2022-06-10 | ASoC: SOF: Add a new IPC op for parsing topology manifest | Ranjani Sridharan |
2022-06-10 | ASoC: SOF: ipc4-topology: Add support for parsing AIF_IN/AIF_OUT widgets | Ranjani Sridharan |
2022-04-29 | ASoC: SOF: topology: Skip parsing DAI link tokens if not needed | Ranjani Sridharan |
2022-04-29 | ASoC: SOF: Add a new op to set up volume table | Ranjani Sridharan |
2022-04-23 | ASoC: SOF: topology: Check w->sname validity once in sof_connect_dai_widget() | Peter Ujfalusi |
2022-04-08 | ASoC: Merge fixes | Mark Brown |
2022-04-07 | ASoC: SOF: topology: Fix memory leak in sof_control_load() | Yu Liao |
2022-04-07 | ASoC: SOF: topology: cleanup dailinks on widget unload | Pierre-Louis Bossart |
2022-04-06 | ASoC: SOF: topology: Avoid open coded arithmetic in memory allocation | Christophe JAILLET |
2022-04-05 | ASoC: Pull in fixes | Mark Brown |
2022-04-05 | ASoC: SOF: topology: use new sound control LED layer | Jaroslav Kysela |
2022-04-04 | ASoC: SOF: topology: Fix memory leak of scontrol->name | Peter Ujfalusi |
2022-03-18 | ASoC: SOF: topology: Add ops for setting up and tearing down pipelines | Ranjani Sridharan |
2022-03-17 | ASoC: SOF: topology: Use kmemdup() to replace kzalloc + memcpy | Yihao Han |
2022-03-16 | ASoC: SOF: topology: remove snd_sof_complete_pipeline() | Ranjani Sridharan |
2022-03-16 | ASoC: SOF: topology: Make widget binding IPC agnostic | Ranjani Sridharan |
2022-03-16 | ASoC: SOF: topology: Make control parsing IPC agnostic | Ranjani Sridharan |
2022-03-16 | ASoC: SOF: topology: Make DAI widget parsing IPC agnostic | Ranjani Sridharan |
2022-03-16 | ASoC: SOF: topology: Make effect widget parsing IPC agnostic | Ranjani Sridharan |
2022-03-16 | ASoC: SOF: topology: Make siggen widget parsing IPC agnostic | Ranjani Sridharan |
2022-03-16 | ASoC: SOF: topology: Make asrc widget parsing IPC agnostic | Ranjani Sridharan |
2022-03-16 | ASoC: SOF: topology: Make src widget parsing IPC agnostic | Ranjani Sridharan |
2022-03-16 | ASoC: SOF: topology: Make mux/demux widget parsing IPC agnostic | Ranjani Sridharan |
2022-03-16 | ASoC: SOF: topology: Make mixer widget parsing IPC agnostic | Ranjani Sridharan |
2022-03-16 | ASoC: SOF: topology: Make pga widget parsing IPC agnostic | Ranjani Sridharan |
2022-03-16 | ASoC: SOF: topology: Make buffer widget parsing IPC agnostic | Ranjani Sridharan |
2022-03-16 | ASoC: SOF: topology: Make scheduler widget parsing IPC agnostic | Ranjani Sridharan |
2022-03-16 | ASoC: SOF: Introduce IPC3 ops | Ranjani Sridharan |
2022-03-16 | ASoC: SOF: topology: Add helper function for processing tuple arrays | Ranjani Sridharan |
2022-03-09 | ASoC: SOF: make struct snd_sof_dai IPC agnostic | Ranjani Sridharan |
2022-03-09 | ASoC: SOF: topology: Rename arguments in sof_parse_tokens() | Ranjani Sridharan |
2022-03-09 | ASoC: SOF: topology: Rename arguments in sof_parse_token_sets() | Ranjani Sridharan |
2022-03-09 | ASoC: SOF: topology: Modify signature for token parsing functions | Ranjani Sridharan |
2022-03-09 | ASoC: SOF: topology: make sof_route_load() IPC agnostic | Ranjani Sridharan |
2022-03-09 | ASoC: SOF: make struct snd_sof_widget IPC agnostic | Ranjani Sridharan |
2022-03-08 | ASoC: SOF: change comp_dai to a pointer in struct snd_sof_dai | Ranjani Sridharan |
2022-03-08 | ASoC: SOF: topology: expose some get_token ops | Ranjani Sridharan |
2022-03-08 | ASoC: SOF: topology: Modify the get_token op for string tokens | Ranjani Sridharan |
2022-03-08 | ASoC: SOF: topology: Drop the size parameter from struct sof_topology_token | Ranjani Sridharan |
2022-03-08 | ASoC: SOF: topology: remove redundant code in sof_link_afe_load() | Ranjani Sridharan |
2022-03-08 | ASoC: SOF: topology: remove redundant code | Ranjani Sridharan |
2022-03-08 | ASoC: SOF: set swidget's core for scheduler widget | Ranjani Sridharan |
2022-02-17 | ASoC: SOF: Replace zero-length array with flexible-array member | Stephen Kitt |
2021-12-23 | ASoC: SOF: Use sof_debug_check_flag() instead of sof_core_debug directly | Peter Ujfalusi |
2021-12-15 | ASoC: SOF: sof-audio: Drop the `cmd` member from struct snd_sof_control | Peter Ujfalusi |
2021-12-15 | ASoC: SOF: topology: Set control_data->cmd alongside scontrol->cmd | Peter Ujfalusi |
2021-11-24 | ASoC: SOF: topology: don't use list_for_each_entry_reverse() | Pierre-Louis Bossart |
2021-11-22 | ASoC: SOF: add support for dynamic pipelines with multi-core | Ranjani Sridharan |