Age | Commit message (Expand) | Author | Files | Lines |
2022-11-25 | ASoC: core: Fix use-after-free in snd_soc_exit() | Chen Zhongjin | 1 | -2/+15 |
2022-04-08 | ASoC: soc-core: skip zero num_dai component in searching dai name | Shengjiu Wang | 1 | -1/+1 |
2021-11-18 | ASoC: soc-core: fix null-ptr-deref in snd_soc_del_component_unlocked() | Yang Yingliang | 1 | -0/+1 |
2021-07-20 | ASoC: soc-core: Fix the error return code in snd_soc_of_parse_audio_routing() | Zhen Lei | 1 | -1/+1 |
2021-06-16 | ASoC: core: Fix Null-point-dereference in fmt_single_name() | Kefeng Wang | 1 | -0/+2 |
2021-04-07 | ASoC: soc-core: Prevent warning if no DMI table is present | Jon Hunter | 1 | -0/+4 |
2020-10-26 | ALSA: fix kernel-doc markups | Mauro Carvalho Chehab | 1 | -1/+1 |
2020-10-06 | Merge tag 'v5.9-rc5' into asoc-5.10 | Mark Brown | 1 | -1/+1 |
2020-09-30 | ASoC: soc-core: use devm_snd_soc_register_card() | Qinglang Miao | 1 | -11/+1 |
2020-08-28 | ASoC: core: remove artificial component and DAI name constraint | Dmitry Baryshkov | 1 | -18/+15 |
2020-08-27 | ASoC: soc-core: add snd_soc_find_dai_with_mutex() | Kuninori Morimoto | 1 | -0/+13 |
2020-08-24 | treewide: Use fallthrough pseudo-keyword | Gustavo A. R. Silva | 1 | -1/+1 |
2020-08-18 | ASoC: core: Add common helper to parse aux devs from device tree | Stephan Gerhold | 1 | -0/+31 |
2020-07-31 | Merge remote-tracking branch 'asoc/for-5.9' into asoc-next | Mark Brown | 1 | -99/+54 |
2020-07-31 | ASoC: core: Two step component registration | Cezary Rojewski | 1 | -14/+13 |
2020-07-31 | ASoC: core: Simplify snd_soc_component_initialize declaration | Cezary Rojewski | 1 | -10/+8 |
2020-07-31 | ASoC: core: Relocate and expose snd_soc_component_initialize | Cezary Rojewski | 1 | -0/+17 |
2020-07-30 | ASoC: soc-core: Fix regression causing sysfs entries to disappear | Charles Keepax | 1 | -1/+4 |
2020-07-17 | ASoC: soc-core: snd_soc_dai_digital_mute() for both CPU/Codec | Kuninori Morimoto | 1 | -2/+2 |
2020-07-08 | Merge series "ASoC: topology: fix error handling flow" from Pierre-Louis Boss... | Mark Brown | 1 | -0/+27 |
2020-07-07 | ASoC: core: Remove only the registered component in devm functions | Maxime Ripard | 1 | -0/+27 |
2020-06-23 | ASoC: soc-link: introduce exit() callback | Pierre-Louis Bossart | 1 | -0/+3 |
2020-06-15 | Merge series "ASoC: improve core dmesg logs and verbosity" from Pierre-Louis ... | Mark Brown | 1 | -2/+2 |
2020-06-15 | ASoC: soc-component: add snd_soc_component_init() | Kuninori Morimoto | 1 | -11/+12 |
2020-06-15 | ASoC: soc-component: move snd_soc_component_initialize() to soc-component.c | Kuninori Morimoto | 1 | -21/+8 |
2020-06-15 | ASoC: soc-component: move snd_soc_component_xxx_regmap() to soc-component | Kuninori Morimoto | 1 | -50/+0 |
2020-06-15 | ASoC: soc-core: reduce verbosity of BE override message | Pierre-Louis Bossart | 1 | -2/+2 |
2020-06-12 | ASoC: soc-card: export snd_soc_lookup_component_nolocked | Shengjiu Wang | 1 | -1/+2 |
2020-06-09 | ASoC: core: only convert non DPCM link to DPCM link | Bard Liao | 1 | -3/+19 |
2020-05-30 | ASoC: soc-card: add snd_soc_card_remove_dai_link() | Kuninori Morimoto | 1 | -2/+1 |
2020-05-30 | ASoC: soc-card: add snd_soc_card_add_dai_link() | Kuninori Morimoto | 1 | -2/+3 |
2020-05-30 | ASoC: soc-card: add snd_soc_card_remove() | Kuninori Morimoto | 1 | -3/+1 |
2020-05-30 | ASoC: soc-card: add snd_soc_card_late_probe() | Kuninori Morimoto | 1 | -9/+3 |
2020-05-30 | ASoC: soc-card: add snd_soc_card_probe() | Kuninori Morimoto | 1 | -6/+3 |
2020-05-30 | ASoC: soc-card: add probed bit field to snd_soc_card | Kuninori Morimoto | 1 | -10/+8 |
2020-05-30 | ASoC: soc-card: add snd_soc_card_resume_post() | Kuninori Morimoto | 1 | -2/+1 |
2020-05-30 | ASoC: soc-card: add snd_soc_card_resume_pre() | Kuninori Morimoto | 1 | -2/+1 |
2020-05-30 | ASoC: soc-card: add snd_soc_card_suspend_post() | Kuninori Morimoto | 1 | -2/+1 |
2020-05-30 | ASoC: soc-card: add snd_soc_card_suspend_pre() | Kuninori Morimoto | 1 | -2/+1 |
2020-05-30 | ASoC: soc-card: move snd_soc_card_get_kcontrol() to soc-card | Kuninori Morimoto | 1 | -16/+0 |
2020-05-25 | ASoC: soc-link: add snd_soc_link_be_hw_params_fixup() | Kuninori Morimoto | 1 | -1/+5 |
2020-05-25 | ASoC: add soc-link.c | Kuninori Morimoto | 1 | -8/+4 |
2020-05-18 | ASoC: use snd_soc_xxx_active() | Kuninori Morimoto | 1 | -5/+6 |
2020-04-29 | ASoC: soc-dai: add snd_soc_pcm_dai_remove() | Kuninori Morimoto | 1 | -22/+2 |
2020-04-29 | ASoC: soc-dai: add snd_soc_pcm_dai_probe() | Kuninori Morimoto | 1 | -28/+5 |
2020-04-29 | ASoC: soc-dai: add snd_soc_pcm_dai_new() | Kuninori Morimoto | 1 | -22/+1 |
2020-04-29 | ASoC: soc-dai: don't overwide dai->driver->ops | Kuninori Morimoto | 1 | -5/+0 |
2020-04-14 | Merge series "ASoC: SOF: adjust dmesg verbosity" from Pierre-Louis Bossart <p... | Mark Brown | 1 | -3/+15 |
2020-04-14 | ASoC: soc-core: remove cpu_dai/codec_dai/cpu_dais/codec_dais | Kuninori Morimoto | 1 | -8/+3 |
2020-04-14 | ASoC: soc-core: tidyup soc_new_pcm_runtime() rtd setups | Kuninori Morimoto | 1 | -8/+3 |