summaryrefslogtreecommitdiff
path: root/sound/soc/soc-pcm.c
AgeCommit message (Expand)Author
2020-04-15ASoC: soc-pcm: dpcm: Only allow playback/capture if supportedStephan Gerhold
2020-04-01ASoC: dpcm: allow start or stop during pause for backend이경택
2020-03-20ASoC: soc-pcm: Merge for_each_rtd_cpu/codec_dais()Kuninori Morimoto
2020-03-12ASoC: export DPCM runtime update functionsGuennadi Liakhovetski
2020-03-12ASoC: (cosmetic) simplify dpcm_prune_paths()Guennadi Liakhovetski
2020-03-10ASoC: pcm: Fix (again) possible buffer overflow in dpcm state sysfs outputTakashi Iwai
2020-03-10ASoC: soc: use for_each_rtd_codecs/cpus_dai() macroKuninori Morimoto
2020-03-06Merge series "ASoC: soc-pcm cleanup step5" from Kuninori Morimoto <kuninori.m...Mark Brown
2020-03-06ASoC: soc-pcm: Do Digital Mute for both CPU/Codec in same timing.Kuninori Morimoto
2020-03-06ASoC: soc-pcm: check DAI's activity more simplyKuninori Morimoto
2020-03-06ASoC: soc-pcm: tidyup dulicate handing at dpcm_fe_dai_startup()Kuninori Morimoto
2020-03-06ASoC: soc-pcm: use snd_soc_dai_get_pcm_stream() at dpcm_set_fe_runtime()Kuninori Morimoto
2020-03-06ASoC: soc-pcm: add dpcm_fe_dai_cleanup()Kuninori Morimoto
2020-03-06ASoC: soc-pcm: move dpcm_fe_dai_close()Kuninori Morimoto
2020-03-06ASoC: pcm: Export parameter intersection logicSamuel Holland
2020-03-05ASoC: soc-pcm: remove duplicate be check from dpcm_add_paths()Kuninori Morimoto
2020-03-05ASoC: soc-pcm: use defined streamKuninori Morimoto
2020-02-26ASoC: pcm: check if cpu-dai supports a given streamBard Liao
2020-02-26ASoC: Return error if the function does not support multi-cpuBard Liao
2020-02-26ASoC: Add multiple CPU DAI support for PCM opsShreyas NC
2020-02-24Merge branch 'for-5.6' of https://git.kernel.org/pub/scm/linux/kernel/git/bro...Mark Brown
2020-02-24ASoC: soc-pcm cleanup step4Mark Brown
2020-02-24ASoC: soc-pcm: fix state tracking error in snd_soc_component_open/close()Kai Vehmanen
2020-02-24ASoC: soc-pcm: add dpcm_create/remove_debugfs_state()Kuninori Morimoto
2020-02-24ASoC: soc-pcm: move CONFIG_DEBUG_FS functions to top sideKuninori Morimoto
2020-02-24ASoC: soc-pcm: move dpcm_path_put() to soc-pcm.cKuninori Morimoto
2020-02-24ASoC: soc-pcm: merge dpcm_run_new/old_update() into dpcm_fe_runtime_update()Kuninori Morimoto
2020-02-24ASoC: soc-pcm: add snd_soc_dai_get_widget()Kuninori Morimoto
2020-02-24ASoC: soc-pcm: cleanup soc_pcm_apply_msb()Kuninori Morimoto
2020-02-24ASoC: soc-pcm: add snd_soc_dai_get_pcm_stream()Kuninori Morimoto
2020-02-24ASoC: soc-pcm/soc-compress: don't use snd_soc_dapm_stream_stop()Kuninori Morimoto
2020-02-20ASoC: dpcm: remove confusing trace in dpcm_get_be()Jerome Brunet
2020-02-19ASoC: pcm: Fix possible buffer overflow in dpcm state sysfs outputTakashi Iwai
2020-02-18ASoC: soc-pcm: use for_each_pcm_streams() macroKuninori Morimoto
2020-02-18ASoC: soc-pcm: merge playback/cature_active into stream_activeKuninori Morimoto
2020-02-18ASoC: soc-pcm: use goto and remove multi returnKuninori Morimoto
2020-02-18ASoC: soc-pcm: add snd_soc_dpcm_can_be() and remove duplicate codeKuninori Morimoto
2020-02-18ASoC: soc-pcm: remove snd_soc_dpcm_be_get/set_state()Kuninori Morimoto
2020-02-18ASoC: soc-pcm: remove soc_dpcm_be_digital_mute()Kuninori Morimoto
2020-02-18ASoC: soc-pcm: use dpcm_get_be() at dpcm_end_walk_at_be()Kuninori Morimoto
2020-02-18ASoC: soc-pcm: use dai_get_widget() at dpcm_end_walk_at_be()Kuninori Morimoto
2020-02-18ASoC: soc-pcm: use dai_get_widget() at dpcm_get_be()Kuninori Morimoto
2020-02-18ASoC: soc-pcm: move dai_get_widget()Kuninori Morimoto
2020-02-18ASoC: soc-pcm: fix regression in soc_new_pcm()Stephan Gerhold
2020-02-12ASoC: soc-pcm: tidyup soc_pcm_open() orderKuninori Morimoto
2020-02-12ASoC: soc-pcm: move soc_pcm_close() next to soc_pcm_open()Kuninori Morimoto
2020-02-12ASoC: soc-pcm: call snd_soc_component_open/close() onceKuninori Morimoto
2020-02-11ASoC: soc-pcm: call snd_soc_dai_startup()/shutdown() onceKuninori Morimoto
2020-02-11ASoC: soc-pcm: don't use bit-OR'ed errorKuninori Morimoto
2020-02-11ASoC: soc-pcm: add for_each_dapm_widgets() macroKuninori Morimoto