Age | Commit message (Expand) | Author |
2022-01-24 | ASoC: topology: Optimize soc_tplg_dapm_graph_elems_load behavior | Amadeusz Sławiński |
2022-01-24 | ASoC: topology: Allow TLV control to be either read or write | Amadeusz Sławiński |
2022-01-24 | ASoC: topology: Remove superfluous error prints | Amadeusz Sławiński |
2022-01-06 | ASoC: topology: Fix typo | Qinghua Jin |
2021-11-16 | ASoC: topology: Add missing rwsem around snd_ctl_remove() calls | Takashi Iwai |
2021-10-29 | ASoC: topology: Change topology device to card device | Amadeusz Sławiński |
2021-10-29 | ASoC: topology: Use correct device for prints | Amadeusz Sławiński |
2021-10-29 | ASoC: topology: Check for dapm widget completeness | Amadeusz Sławiński |
2021-10-29 | ASoC: topology: Add header payload_size verification | Cezary Rojewski |
2021-10-27 | ASoC: topology: handle endianness warning | Pierre-Louis Bossart |
2021-10-01 | ASoC: topology: change the complete op in snd_soc_tplg_ops to return int | Ranjani Sridharan |
2021-09-13 | ASoC: soc-topology: Move template info print soc_tplg_dapm_widget_create() | Peter Ujfalusi |
2021-08-02 | ASoC: soc-topology: cleanup cppcheck warning at snd_soc_find_dai_link() | Kuninori Morimoto |
2021-08-02 | ASoC: soc-topology: cleanup cppcheck warning at soc_tplg_kcontrol_elems_load() | Kuninori Morimoto |
2021-08-02 | ASoC: soc-topology: cleanup cppcheck warning at soc_tplg_dapm_widget_elems_lo... | Kuninori Morimoto |
2021-08-02 | ASoC: soc-topology: cleanup cppcheck warning at soc_tplg_dai_elems_load() | Kuninori Morimoto |
2021-08-02 | ASoC: soc-topology: cleanup cppcheck warning at soc_tplg_process_headers() | Kuninori Morimoto |
2021-06-23 | Merge series "ASoC: tlv320aic32x4: Add support for TAS2505" from Claudius Hei... | Mark Brown |
2021-06-01 | ASoC: topology: Fix spelling mistake "vesion" -> "version" | Colin Ian King |
2021-05-20 | ASoC: topology: Fix using uninitialized pointer | Jaska Uimonen |
2021-05-14 | ASoC: topology: Add support for multiple kcontrol types to a widget | Jaska Uimonen |
2021-03-10 | ASoC: soc-topology: clarify expression | Pierre-Louis Bossart |
2021-02-05 | Merge branch 'asoc-5.11' into asoc-5.12 | Mark Brown |
2021-01-21 | Merge series "Add sanity checks for topology API calls" from Amadeusz Sławi�... | Mark Brown |
2021-01-21 | ASoC: sync parameter naming : rate / sample_bits | Kuninori Morimoto |
2021-01-21 | ASoC: topology: Check if ops is set before dereference | Amadeusz Sławiński |
2021-01-21 | ASoC: topology: Ensure that needed parameters are set | Amadeusz Sławiński |
2021-01-21 | Merge series "Add KUNIT tests for ASoC topology" from Amadeusz Sławiński<am... | Mark Brown |
2021-01-20 | ASoC: topology: Properly unregister DAI on removal | Amadeusz Sławiński |
2021-01-20 | ASoC: topology: Fix memory corruption in soc_tplg_denum_create_values() | Dan Carpenter |
2020-12-11 | ASoC: topology: Fix wrong size check | Amadeusz Sławiński |
2020-12-11 | ASoC: topology: Add missing size check | Amadeusz Sławiński |
2020-11-13 | ASoC: topology: use inclusive language for bclk and fsync | Pierre-Louis Bossart |
2020-11-04 | ASoC: topology: Simplify remove_widget function | Amadeusz Sławiński |
2020-11-04 | ASoC: topology: Remove empty functions | Amadeusz Sławiński |
2020-11-04 | ASoC: topology: Change allocations to resource managed | Amadeusz Sławiński |
2020-11-04 | ASoC: topology: Unify all device references | Amadeusz Sławiński |
2020-11-04 | ASoC: topology: Remove multistep topology loading | Amadeusz Sławiński |
2020-11-04 | ASoC: topology: Remove unused functions from topology API | Amadeusz Sławiński |
2020-10-06 | Merge tag 'v5.9-rc5' into asoc-5.10 | Mark Brown |
2020-09-17 | Merge branch 'asoc-5.9' into asoc-5.10 | Mark Brown |
2020-09-17 | ASoC: topology: disable size checks for bytes_ext controls if needed | Pierre-Louis Bossart |
2020-09-08 | ASoC: topology: Add support for WO and RO TLV byte kcontrols | Dharageswari R |
2020-08-23 | treewide: Use fallthrough pseudo-keyword | Gustavo A. R. Silva |
2020-07-08 | ASoC: topology: add more logs when topology load fails. | Pierre-Louis Bossart |
2020-07-08 | ASoC: topology: factor kfree(se) in error handling | Pierre-Louis Bossart |
2020-07-08 | ASoC: topology: use break on errors, not continue | Pierre-Louis Bossart |
2020-07-08 | ASoC: topology: fix tlvs in error handling for widget_dmixer | Pierre-Louis Bossart |
2020-07-08 | ASoC: topology: fix kernel oops on route addition error | Pierre-Louis Bossart |
2020-06-15 | ASoC: soc-topology: use devm_snd_soc_register_dai() | Pierre-Louis Bossart |