Age | Commit message (Expand) | Author | Files | Lines |
2022-06-24 | ASoC: dapm: Initialise kcontrol data for mux/demux controls | Charles Keepax | 1 | -0/+5 |
2022-05-03 | ASoC: dapm: Don't fold register value changes into notifications | Mark Brown | 1 | -2/+0 |
2022-04-05 | ASoC: soc-dapm: fix two incorrect uses of list iterator | Xiaomeng Tong | 1 | -4/+2 |
2022-03-11 | ASoC: Export DAI register and widget ctor and dctor functions | Cezary Rojewski | 1 | -0/+15 |
2021-11-05 | ASoC: DAPM: Cover regression by kctl change notification fix | Takashi Iwai | 1 | -6/+23 |
2021-10-18 | Merge branch 'asoc-5.15' into asoc-5.16 | Mark Brown | 1 | -5/+8 |
2021-10-07 | ASoC: DAPM: Fix missing kctl change notifications | Takashi Iwai | 1 | -5/+8 |
2021-10-01 | AsoC: dapm: export a couple of functions | Ranjani Sridharan | 1 | -0/+2 |
2021-08-05 | ASoC: soc-dapm: cleanup cppcheck warning at soc_dapm_dai_stream_event() | Kuninori Morimoto | 1 | -1/+2 |
2021-08-05 | ASoC: soc-dapm: cleanup cppcheck warning at snd_soc_dapm_new_controls() | Kuninori Morimoto | 1 | -2/+1 |
2021-08-05 | ASoC: soc-dapm: cleanup cppcheck warning at snd_soc_dapm_weak_routes() | Kuninori Morimoto | 1 | -2/+2 |
2021-08-05 | ASoC: soc-dapm: cleanup cppcheck warning at snd_soc_dapm_add_routes() | Kuninori Morimoto | 1 | -2/+2 |
2021-08-05 | ASoC: soc-dapm: cleanup cppcheck warning at snd_soc_dapm_del_route() | Kuninori Morimoto | 1 | -3/+2 |
2021-08-05 | ASoC: soc-dapm: cleanup cppcheck warning at dapm_seq_run() | Kuninori Morimoto | 1 | -2/+2 |
2021-08-05 | ASoC: soc-dapm: cleanup cppcheck warning at dapm_seq_check_event() | Kuninori Morimoto | 1 | -1/+3 |
2021-08-05 | ASoC: soc-dapm: cleanup cppcheck warning at dapm_new_dai_link() | Kuninori Morimoto | 1 | -7/+7 |
2021-08-05 | ASoC: soc-dapm: cleanup cppcheck warning at dapm_new_pga() | Kuninori Morimoto | 1 | -2/+2 |
2021-08-05 | ASoC: soc-dapm: cleanup cppcheck warning at dapm_set_mixer_path_status() | Kuninori Morimoto | 1 | -5/+5 |
2021-08-05 | ASoC: soc-dapm: cleanup cppcheck warning at dapm_connect_mux() | Kuninori Morimoto | 1 | -1/+2 |
2021-08-05 | ASoC: soc-dapm: cleanup cppcheck warning at dapm_wcache_lookup() | Kuninori Morimoto | 1 | -4/+3 |
2021-03-19 | ASoC: don't indicate error message for snd_soc_[pcm_]dai_xxx() | Kuninori Morimoto | 1 | -18/+6 |
2021-02-10 | ASoC: dapm: use component prefix when checking widget names | Shuming Fan | 1 | -1/+12 |
2020-12-15 | ASoC: dapm: remove widget from dirty list on free | Thomas Hebb | 1 | -0/+1 |
2020-12-04 | Merge tag 'auxbus-5.11-rc1' of git://git.kernel.org/pub/scm/linux/kernel/git/... | Mark Brown | 1 | -1/+1 |
2020-10-26 | Merge series "ASoC: merge soc_pcm_hw_param() rollback and soc_pcm_hw_free()" ... | Mark Brown | 1 | -2/+2 |
2020-10-26 | ASoC: soc-dai: add mark for snd_soc_dai_hw_params/free() | Kuninori Morimoto | 1 | -2/+2 |
2020-10-26 | ASoC: dapm: use semicolons rather than commas to separate statements | Julia Lawall | 1 | -1/+1 |
2020-10-26 | ALSA: fix kernel-doc markups | Mauro Carvalho Chehab | 1 | -1/+1 |
2020-09-28 | ASoC: soc-dai: add mark for snd_soc_dai_startup/shutdown() | Kuninori Morimoto | 1 | -2/+2 |
2020-07-24 | ASoC: dapm: don't call pm_runtime_* on card device | Tzung-Bi Shih | 1 | -2/+2 |
2020-07-23 | ASoC: soc-xxx: add asoc_substream_to_rtd() | Kuninori Morimoto | 1 | -3/+3 |
2020-06-22 | ASoC: soc-component: merge snd_soc_component_read() and snd_soc_component_rea... | Kuninori Morimoto | 1 | -20/+11 |
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 |