summaryrefslogtreecommitdiff
path: root/include/sound/soc.h
AgeCommit message (Expand)Author
2021-01-21ASoC: sync parameter naming : rate / sample_bitsKuninori Morimoto
2020-12-09ASoC: soc-pcm: care trigger rollbackKuninori Morimoto
2020-11-30ASoC: add soc-jack.hKuninori Morimoto
2020-11-26ASoC: soc-component: add mark for snd_soc_link_compr_startup/shutdown()Kuninori Morimoto
2020-11-10ASoC: soc-pcm: Get all BEs along DAPM pathSameer Pujar
2020-10-26ASoC: soc-pcm: add soc_pcm_hw_clean() and call it from soc_pcm_hw_params/free()Kuninori Morimoto
2020-10-26ASoC: soc-link: add mark for snd_soc_link_hw_params/free()Kuninori Morimoto
2020-10-26ASoC: soc.h: remove for_each_rtd_dais_rollback()Kuninori Morimoto
2020-09-28ASoC: soc-link: add mark for snd_soc_link_startup/shutdown()Kuninori Morimoto
2020-09-17Merge branch 'asoc-5.9' into asoc-5.10Mark Brown
2020-09-07ASoC: core: Do not cleanup uninitialized dais on soc_pcm_open failureCezary Rojewski
2020-08-28ASoC: soc-core: add snd_soc_find_dai_with_mutex()Kuninori Morimoto
2020-08-27ASoC: soc-core: add snd_soc_find_dai_with_mutex()Kuninori Morimoto
2020-08-18ASoC: core: Add common helper to parse aux devs from device treeStephan Gerhold
2020-07-31ASoC: core: Two step component registrationCezary Rojewski
2020-07-31ASoC: core: Simplify snd_soc_component_initialize declarationCezary Rojewski
2020-07-31ASoC: core: Relocate and expose snd_soc_component_initializeCezary Rojewski
2020-07-23ASoC: soc-xxx: add asoc_substream_to_rtd()Kuninori Morimoto
2020-07-08Merge series "ASoC: topology: fix error handling flow" from Pierre-Louis Boss...Mark Brown
2020-07-07ASoC: core: Remove only the registered component in devm functionsMaxime Ripard
2020-06-25ASoC: core: move definition of enum snd_soc_bias_levelTzung-Bi Shih
2020-06-23ASoC: soc-link: introduce exit() callbackPierre-Louis Bossart
2020-06-15Merge existing fixes from asoc/for-5.8Mark Brown
2020-06-15ASoC: soc-devres: add devm_snd_soc_register_dai()Pierre-Louis Bossart
2020-06-12ASoC: soc-card: export snd_soc_lookup_component_nolockedShengjiu Wang
2020-06-01Merge remote-tracking branch 'asoc/for-5.8' into asoc-linusMark Brown
2020-05-30ASoC: soc-card: add probed bit field to snd_soc_cardKuninori Morimoto
2020-05-30ASoC: soc-card: move snd_soc_card_subclass to soc-cardKuninori Morimoto
2020-05-30ASoC: soc-card: move snd_soc_card_get_codec_dai() to soc-cardKuninori Morimoto
2020-05-30ASoC: soc-card: move snd_soc_card_set/get_drvdata() to soc-cardKuninori Morimoto
2020-05-30ASoC: soc-card: move snd_soc_card_jack_new() to soc-cardKuninori Morimoto
2020-05-30ASoC: soc-card: move snd_soc_card_get_kcontrol() to soc-cardKuninori Morimoto
2020-05-30ASoC: add soc-card.cKuninori Morimoto
2020-05-30ASoC: soc.h: convert bool to bit field for snd_soc_cardKuninori Morimoto
2020-05-27ASoC: dapm: Move dai_link widgets to runtime to fix use after freeCharles Keepax
2020-05-18ASoC: soc-pcm: replace snd_soc_runtime_activate()/deactivate() to macroKuninori Morimoto
2020-05-08ASoC: soc-core: Replace zero-length array with flexible-arrayGustavo A. R. Silva
2020-04-29ASoC: component: suppress uninitialized-variable warningArnd Bergmann
2020-04-22ASoC: soc-core: return true, false in snd_soc_volsw_is_stereo()Jason Yan
2020-04-14Merge branch 'asoc-5.7' into asoc-5.8Mark Brown
2020-04-14ASoC: soc-core: remove cpu_dai/codec_dai/cpu_dais/codec_daisKuninori Morimoto
2020-04-14ASoC: soc: use asoc_rtd_to_cpu() / asoc_rtd_to_codec() macro for DAI pointerKuninori Morimoto
2020-04-14ASoC: dapm: Fix regression introducing multiple copies of DAI widgetsCharles Keepax
2020-03-27ASoC: soc-core: add asoc_rtd_to_cpu/codec() macroKuninori Morimoto
2020-03-20ASoC: soc-core: Merge CPU/Codec DAIsKuninori Morimoto
2020-03-13Merge branch 'for-5.6' of https://git.kernel.org/pub/scm/linux/kernel/git/bro...Mark Brown
2020-03-10ASoC: soc-dapm: add for_each_card_widgets() macroKuninori Morimoto
2020-03-10ASoC: soc-dapm: add for_each_card_dapms() macroKuninori Morimoto
2020-03-10ASoC: soc.h: remove non plural form for_each_xxx macroKuninori Morimoto
2020-03-10ASoC: soc.h: add for_each_rtd_codecs/cpus_dai() macroKuninori Morimoto