summaryrefslogtreecommitdiff
path: root/sound/soc/soc-core.c
AgeCommit message (Expand)Author
2021-10-29ASoC: core: Remove invalid snd_soc_component_set_jack callAmadeusz Sławiński
2021-10-18Merge branch 'asoc-5.15' into asoc-5.16Mark Brown
2021-10-18ASoC: soc-core: accept zero format at snd_soc_runtime_set_dai_fmt()Kuninori Morimoto
2021-10-18ASoC: soc-core: tidyup empty functionKuninori Morimoto
2021-10-18ASoC: soc-component: add snd_soc_component_is_codec()Kuninori Morimoto
2021-10-11ASoC: soc-core: fix null-ptr-deref in snd_soc_del_component_unlocked()Yang Yingliang
2021-07-29ASoC: soc-core: cleanup cppcheck warning at snd_soc_of_parse_audio_routing()Kuninori Morimoto
2021-07-29ASoC: soc-core: cleanup cppcheck warning at snd_soc_of_parse_audio_simple_wid...Kuninori Morimoto
2021-07-29ASoC: soc-core: cleanup cppcheck warning at snd_soc_add_controls()Kuninori Morimoto
2021-07-29ASoC: soc-core: cleanup cppcheck warning at snd_soc_unregister_component()Kuninori Morimoto
2021-07-29ASoC: soc-core: cleanup cppcheck warning at snd_soc_daifmt_parse_format()Kuninori Morimoto
2021-07-29ASoC: soc-core: cleanup cppcheck warning at snd_soc_get_dai_name()Kuninori Morimoto
2021-07-29ASoC: soc-core: cleanup cppcheck warning at snd_soc_set_dmi_name()Kuninori Morimoto
2021-07-01Merge tag 'asoc-v5.14' of https://git.kernel.org/pub/scm/linux/kernel/git/bro...Takashi Iwai
2021-06-24Merge tag 'asoc-fix-v5.13-rc7' of https://git.kernel.org/pub/scm/linux/kernel...Takashi Iwai
2021-06-21ASoC: soc-core: remove snd_soc_of_parse_daifmt()Kuninori Morimoto
2021-06-21ASoC: soc-core: add snd_soc_daifmt_parse_format/clock_provider()Kuninori Morimoto
2021-06-21ASoC: soc-core: add snd_soc_daifmt_clock_provider_fliped()Kuninori Morimoto
2021-06-21ASoC: soc-core: add snd_soc_daifmt_clock_provider_from_bitmap()Kuninori Morimoto
2021-06-17ASoC: soc-core: Fix the error return code in snd_soc_of_parse_audio_routing()Zhen Lei
2021-06-08ASoC: soc-core: don't use discriminatory terms on snd_soc_runtime_get_dai_fmt()Kuninori Morimoto
2021-06-07ASoC: soc-core: add snd_soc_runtime_get_dai_fmt()Kuninori Morimoto
2021-06-07ASoC: soc-core: move snd_soc_runtime_set_dai_fmt() to upsideKuninori Morimoto
2021-05-25Merge branch 'for-5.13' of https://git.kernel.org/pub/scm/linux/kernel/git/br...Mark Brown
2021-05-25ALSA: Drop superfluous argument from snd_power_wait()Takashi Iwai
2021-05-24ASoC: core: Fix Null-point-dereference in fmt_single_name()Kefeng Wang
2021-05-18ASoC: soc-core: use DEVICE_ATTR_RO macroYueHaibing
2021-04-19ASoC: soc-core: fix always-false conditionPierre-Louis Bossart
2021-04-19ASoC: soc-core: fix signed/unsigned issuePierre-Louis Bossart
2021-04-16Merge series "ASoC: soc-pcm: ignore dummy-DAI at soc_pcm_params_symmetry()" f...Mark Brown
2021-04-16ASoC: soc-utils: add snd_soc_component_is_dummy()Kuninori Morimoto
2021-04-16ASoC: core: Don't set platform name when of_node is setDaniel Baluta
2021-03-31ASoC: soc-core: use device_unregister() if rtd allocation failedKuninori Morimoto
2021-03-31ASoC: soc-core: add comment for rtd freeingKuninori Morimoto
2021-03-19ASoC: don't indicate error message for snd_soc_[pcm_]component_xxx()Kuninori Morimoto
2021-03-19ASoC: don't indicate error message for snd_soc_[pcm_]dai_xxx()Kuninori Morimoto
2021-03-11ASoC: soc-core: fix DMI handlingPierre-Louis Bossart
2021-03-10ASoC: constify of_phandle_args in snd_soc_get_dai_name()Krzysztof Kozlowski
2021-03-10ASoC: soc-core: Prevent warning if no DMI table is presentJon Hunter
2020-12-04Merge tag 'auxbus-5.11-rc1' of git://git.kernel.org/pub/scm/linux/kernel/git/...Mark Brown
2020-11-30ASoC: soc-core: tidyup jack.hKuninori Morimoto
2020-11-27ASoC: soc-core: add soc_dapm_suspend_resume()Kuninori Morimoto
2020-11-27ASoC: soc-core: add soc_playback_digital_mute()Kuninori Morimoto
2020-11-10ASoC: soc-core: Fix component name_prefix parsingSameer Pujar
2020-10-26ALSA: fix kernel-doc markupsMauro Carvalho Chehab
2020-10-06Merge tag 'v5.9-rc5' into asoc-5.10Mark Brown
2020-09-30ASoC: soc-core: use devm_snd_soc_register_card()Qinglang Miao
2020-08-28ASoC: core: remove artificial component and DAI name constraintDmitry Baryshkov
2020-08-27ASoC: soc-core: add snd_soc_find_dai_with_mutex()Kuninori Morimoto
2020-08-23treewide: Use fallthrough pseudo-keywordGustavo A. R. Silva