summaryrefslogtreecommitdiffstats
path: root/sound/soc/soc-pcm.c
AgeCommit message (Expand)Author
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
2020-02-11ASoC: soc-pcm: adjustment for DAI member 0 resetKuninori Morimoto
2020-02-11ASoC: soc-pcm: add snd_soc_runtime_action()Kuninori Morimoto
2020-01-23Merge branch 'asoc-5.6' into asoc-nextMark Brown
2020-01-23Merge branch 'asoc-5.5' into asoc-linusMark Brown
2020-01-23ASoC: soc-pcm: add soc_rtd_trigger()Kuninori Morimoto
2020-01-23ASoC: soc-pcm: add soc_rtd_hw_free()Kuninori Morimoto
2020-01-23ASoC: soc-pcm: add soc_rtd_hw_params()Kuninori Morimoto
2020-01-23ASoC: soc-pcm: add soc_rtd_prepare()Kuninori Morimoto
2020-01-23ASoC: soc-pcm: add soc_rtd_shutdown()Kuninori Morimoto
2020-01-23ASoC: soc-pcm: add soc_rtd_startup()Kuninori Morimoto
2020-01-21ASoC: soc-pcm: crash in snd_soc_dapm_new_daiSameer Pujar
2020-01-10ASoC: soc-pcm/soc-compress: use snd_soc_dapm_stream_stop() for SND_SOC_DAPM_S...Kuninori Morimoto
2020-01-10ASoC: soc-dapm: add snd_soc_dapm_stream_stop()Kuninori Morimoto
2020-01-10ASoC: soc-core: add snd_soc_close_delayed_work()Kuninori Morimoto
2020-01-10ASoC: soc-core: do pinctrl_pm_select_xxx() as componentKuninori Morimoto
2020-01-10ASoC: soc-core: remove snd_soc_rtdcom_listKuninori Morimoto
2019-12-17Merge tag 'asoc-fix-v5.5-rc2' of https://git.kernel.org/pub/scm/linux/kernel/...Takashi Iwai
2019-12-10Merge branch 'for-5.5' of https://git.kernel.org/pub/scm/linux/kernel/git/bro...Mark Brown
2019-12-04ASoC: core: Init pcm runtime work early to avoid warningsCurtis Malainey
2019-11-25Merge tag 'asoc-v5.5-2' of https://git.kernel.org/pub/scm/linux/kernel/git/br...Takashi Iwai
2019-11-22ASoC: component: Add sync_stop PCM opsTakashi Iwai
2019-11-22ASoC: pcm: Make ioctl ops optionalTakashi Iwai
2019-11-20ASoC: soc-pcm: check symmetry before hw_paramsShengjiu Wang
2019-11-19ASoC: soc-pcm: remove soc_pcm_private_free()Kuninori Morimoto