Age | Commit message (Expand) | Author | Files | Lines |
2020-06-01 | Merge remote-tracking branch 'asoc/for-5.8' into asoc-linus | Mark Brown | 1 | -10/+8 |
2020-05-30 | ASoC: soc-card: add snd_soc_card_set_bias_level_post() | Kuninori Morimoto | 1 | -2/+1 |
2020-05-30 | ASoC: soc-card: add snd_soc_card_set_bias_level() | Kuninori Morimoto | 1 | -2/+1 |
2020-05-27 | ASoC: dapm: Move dai_link widgets to runtime to fix use after free | Charles Keepax | 1 | -6/+6 |
2020-05-18 | ASoC: soc-dapm: use snd_soc_dai_activate()/deactivate() | Kuninori Morimoto | 1 | -4/+4 |
2020-04-20 | Merge series "ASoC: Fix dependency issues of SND_SOC" from Wei Li <liwei391@h... | Mark Brown | 1 | -3/+17 |
2020-04-20 | ASoC: dapm: fixup dapm kcontrol widget | Gyeongtaek Lee | 1 | -3/+17 |
2020-04-14 | Merge branch 'asoc-5.7' into asoc-5.8 | Mark Brown | 1 | -69/+58 |
2020-04-14 | ASoC: dapm: Remove dapm_connect_dai_link_widgets helper | Charles Keepax | 1 | -22/+14 |
2020-04-14 | ASoC: dapm: Move error message to avoid some duplication | Charles Keepax | 1 | -12/+4 |
2020-04-14 | ASoC: soc: use asoc_rtd_to_cpu() / asoc_rtd_to_codec() macro for DAI pointer | Kuninori Morimoto | 1 | -2/+2 |
2020-04-14 | ASoC: dapm: Fix regression introducing multiple copies of DAI widgets | Charles Keepax | 1 | -43/+48 |
2020-03-31 | ASoC: dapm: connect virtual mux with default value | 이경택 | 1 | -1/+7 |
2020-03-20 | ASoC: soc-dapm: Merge for_each_rtd_cpu/codec_dais() | Kuninori Morimoto | 1 | -6/+3 |
2020-03-12 | ASoC: export DPCM runtime update functions | Guennadi Liakhovetski | 1 | -4/+4 |
2020-03-10 | ASoC: soc-dapm: add for_each_card_widgets() macro | Kuninori Morimoto | 1 | -12/+13 |
2020-03-10 | ASoC: soc-dapm: add for_each_card_dapms() macro | Kuninori Morimoto | 1 | -9/+9 |
2020-03-10 | ASoC: soc: use for_each_rtd_codecs/cpus_dai() macro | Kuninori Morimoto | 1 | -5/+5 |
2020-03-02 | Merge branch 'for-5.6' of https://git.kernel.org/pub/scm/linux/kernel/git/bro... | Mark Brown | 1 | -1/+1 |
2020-02-28 | ASoC: soc-dapm: don't use rtd->cpu_dai on for_each_rtd_cpu_dai() | Kuninori Morimoto | 1 | -1/+1 |
2020-02-28 | ASoC: dapm: Correct DAPM handling of active widgets during shutdown | Charles Keepax | 1 | -1/+1 |
2020-02-26 | ASoC: Add multiple CPU DAI support in DAPM | Shreyas NC | 1 | -4/+16 |
2020-02-26 | ASoC: Add dapm_add_valid_dai_widget helper | Shreyas NC | 1 | -56/+63 |
2020-02-24 | Merge branch 'for-5.6' of https://git.kernel.org/pub/scm/linux/kernel/git/bro... | Mark Brown | 1 | -44/+13 |
2020-02-24 | ASoC: soc-pcm: move dpcm_path_put() to soc-pcm.c | Kuninori Morimoto | 1 | -0/+10 |
2020-02-24 | ASoC: soc-pcm: add snd_soc_dai_get_widget() | Kuninori Morimoto | 1 | -8/+2 |
2020-02-19 | ASoC: dapm: select sleep_state when initializing PINCTRL widget | Tzung-Bi Shih | 1 | -0/+3 |
2020-02-14 | ASoC: dapm: remove snd_soc_dapm_put_enum_double_locked | Tzung-Bi Shih | 1 | -41/+13 |
2020-02-13 | ASoC: codec2codec: avoid invalid/double-free of pcm runtime | Samuel Holland | 1 | -3/+0 |
2020-02-11 | ASoC: soc-pcm: add for_each_dapm_widgets() macro | Kuninori Morimoto | 1 | -6/+2 |
2020-01-21 | ASoC: dapm: add snd_soc_dapm_put_enum_double_locked | Tzung-Bi Shih | 1 | -13/+41 |
2020-01-10 | ASoC: soc-dapm: add snd_soc_dapm_stream_stop() | Kuninori Morimoto | 1 | -0/+23 |
2019-09-02 | ASoC: soc-core: add snd_soc_dapm_init() | Kuninori Morimoto | 1 | -0/+21 |
2019-08-12 | ASoC: dapm: Invalidate only paths reachable for a given stream | Szymon Mielczarek | 1 | -13/+37 |
2019-08-05 | ASoC: soc-component: move snd_soc_component_set_bias_level() | Kuninori Morimoto | 1 | -2/+2 |
2019-08-05 | ASoC: soc-component: move snd_soc_component_stream_event() | Kuninori Morimoto | 1 | -2/+7 |
2019-08-05 | ASoC: soc-component: move snd_soc_component_seq_notifier() | Kuninori Morimoto | 1 | -7/+8 |
2019-08-01 | ASoC: core: no need to check return value of debugfs_create functions | Greg Kroah-Hartman | 1 | -26/+4 |
2019-08-01 | ASoC: codec2codec: fill some of the runtime stream parameters | Jerome Brunet | 1 | -0/+5 |
2019-08-01 | ASoC: codec2codec: remove ephemeral variables | Jerome Brunet | 1 | -30/+42 |
2019-07-26 | ASoC: codec2codec: fix missing return of error return code | Colin Ian King | 1 | -2/+2 |
2019-07-26 | Merge branch 'asoc-5.3' into asoc-5.4 | Mark Brown | 1 | -4/+6 |
2019-07-25 | ASoC: codec2codec: deal with params when necessary | Jerome Brunet | 1 | -67/+92 |
2019-07-25 | ASoC: codec2codec: name link using stream direction | Jerome Brunet | 1 | -8/+4 |
2019-07-25 | ASoC: codec2codec: run callbacks in order | Jerome Brunet | 1 | -9/+27 |
2019-07-23 | ASoC: soc-dai: add snd_soc_dai_shutdown() | Kuninori Morimoto | 1 | -5/+2 |
2019-07-23 | ASoC: soc-dai: add snd_soc_dai_startup() | Kuninori Morimoto | 1 | -18/+10 |
2019-07-23 | ASoC: soc-dai: add snd_soc_dai_hw_free() | Kuninori Morimoto | 1 | -5/+2 |
2019-07-23 | ASoC: soc-dai: mv soc_dai_hw_params() to soc-dai | Kuninori Morimoto | 1 | -2/+2 |
2019-07-22 | ASoC: dapm: fix a memory leak bug | Wenwen Wang | 1 | -0/+2 |