aboutsummaryrefslogtreecommitdiff
path: root/sound/soc/soc-core.c
AgeCommit message (Expand)AuthorFilesLines
2022-05-16ASoC: core: Pass legacy_dai_naming flag directlyGravatar Charles Keepax 1-1/+1
2022-05-16ASoC: core: Correct spelling fliped -> flippedGravatar Charles Keepax 1-3/+3
2022-04-23ASoC: soc-core: remove always-false pathGravatar Pierre-Louis Bossart 1-5/+5
2022-04-08ASoC: Merge fixesGravatar Mark Brown 1-0/+5
2022-04-05ASoC: soc-core: add debugfs_prefix member to snd_soc_component_driverGravatar Heiner Kallweit 1-0/+5
2022-04-05ASoC: Introduce snd_soc_of_get_dai_link_cpusGravatar Martin Povišer 1-0/+80
2022-03-11ASoC: Export DAI register and widget ctor and dctor functionsGravatar Cezary Rojewski 1-0/+1
2022-02-15ASoC: soc-core: skip zero num_dai component in searching dai nameGravatar Shengjiu Wang 1-1/+1
2021-12-23ASoC: core: Add snd_soc_of_parse_pin_switches() from simple-card-utilsGravatar Stephan Gerhold 1-0/+50
2021-12-14ASoC: soc-pcm: Fix and cleanup DPCM lockingGravatar Takashi Iwai 1-1/+0
2021-10-29ASoC: core: Remove invalid snd_soc_component_set_jack callGravatar Amadeusz Sławiński 1-3/+0
2021-10-18Merge branch 'asoc-5.15' into asoc-5.16Gravatar Mark Brown 1-0/+1
2021-10-18ASoC: soc-core: accept zero format at snd_soc_runtime_set_dai_fmt()Gravatar Kuninori Morimoto 1-5/+6
2021-10-18ASoC: soc-core: tidyup empty functionGravatar Kuninori Morimoto 1-28/+7
2021-10-18ASoC: soc-component: add snd_soc_component_is_codec()Gravatar Kuninori Morimoto 1-3/+2
2021-10-11ASoC: soc-core: fix null-ptr-deref in snd_soc_del_component_unlocked()Gravatar Yang Yingliang 1-0/+1
2021-07-29ASoC: soc-core: cleanup cppcheck warning at snd_soc_of_parse_audio_routing()Gravatar Kuninori Morimoto 1-3/+3
2021-07-29ASoC: soc-core: cleanup cppcheck warning at snd_soc_of_parse_audio_simple_wid...Gravatar Kuninori Morimoto 1-3/+3
2021-07-29ASoC: soc-core: cleanup cppcheck warning at snd_soc_add_controls()Gravatar Kuninori Morimoto 1-4/+3
2021-07-29ASoC: soc-core: cleanup cppcheck warning at snd_soc_unregister_component()Gravatar Kuninori Morimoto 1-3/+2
2021-07-29ASoC: soc-core: cleanup cppcheck warning at snd_soc_daifmt_parse_format()Gravatar Kuninori Morimoto 1-1/+3
2021-07-29ASoC: soc-core: cleanup cppcheck warning at snd_soc_get_dai_name()Gravatar Kuninori Morimoto 1-2/+1
2021-07-29ASoC: soc-core: cleanup cppcheck warning at snd_soc_set_dmi_name()Gravatar Kuninori Morimoto 1-2/+3
2021-07-01Merge tag 'asoc-v5.14' of https://git.kernel.org/pub/scm/linux/kernel/git/bro...Gravatar Takashi Iwai 1-89/+288
2021-06-24Merge tag 'asoc-fix-v5.13-rc7' of https://git.kernel.org/pub/scm/linux/kernel...Gravatar Takashi Iwai 1-0/+2
2021-06-21ASoC: soc-core: remove snd_soc_of_parse_daifmt()Gravatar Kuninori Morimoto 1-104/+0
2021-06-21ASoC: soc-core: add snd_soc_daifmt_parse_format/clock_provider()Gravatar Kuninori Morimoto 1-0/+124
2021-06-21ASoC: soc-core: add snd_soc_daifmt_clock_provider_fliped()Gravatar Kuninori Morimoto 1-15/+25
2021-06-21ASoC: soc-core: add snd_soc_daifmt_clock_provider_from_bitmap()Gravatar Kuninori Morimoto 1-14/+19
2021-06-17ASoC: soc-core: Fix the error return code in snd_soc_of_parse_audio_routing()Gravatar Zhen Lei 1-1/+1
2021-06-08ASoC: soc-core: don't use discriminatory terms on snd_soc_runtime_get_dai_fmt()Gravatar Kuninori Morimoto 1-2/+2
2021-06-07ASoC: soc-core: add snd_soc_runtime_get_dai_fmt()Gravatar Kuninori Morimoto 1-0/+164
2021-06-07ASoC: soc-core: move snd_soc_runtime_set_dai_fmt() to upsideGravatar Kuninori Morimoto 1-62/+62
2021-05-25Merge branch 'for-5.13' of https://git.kernel.org/pub/scm/linux/kernel/git/br...Gravatar Mark Brown 1-0/+2
2021-05-25ALSA: Drop superfluous argument from snd_power_wait()Gravatar Takashi Iwai 1-1/+1
2021-05-24ASoC: core: Fix Null-point-dereference in fmt_single_name()Gravatar Kefeng Wang 1-0/+2
2021-05-18ASoC: soc-core: use DEVICE_ATTR_RO macroGravatar YueHaibing 1-4/+4
2021-04-19ASoC: soc-core: fix always-false conditionGravatar Pierre-Louis Bossart 1-5/+0
2021-04-19ASoC: soc-core: fix signed/unsigned issueGravatar Pierre-Louis Bossart 1-1/+1
2021-04-16Merge series "ASoC: soc-pcm: ignore dummy-DAI at soc_pcm_params_symmetry()" f...Gravatar Mark Brown 1-1/+1
2021-04-16ASoC: soc-utils: add snd_soc_component_is_dummy()Gravatar Kuninori Morimoto 1-1/+1
2021-04-16ASoC: core: Don't set platform name when of_node is setGravatar Daniel Baluta 1-1/+5
2021-03-31ASoC: soc-core: use device_unregister() if rtd allocation failedGravatar Kuninori Morimoto 1-2/+4
2021-03-31ASoC: soc-core: add comment for rtd freeingGravatar Kuninori Morimoto 1-0/+8
2021-03-19ASoC: don't indicate error message for snd_soc_[pcm_]component_xxx()Gravatar Kuninori Morimoto 1-4/+2
2021-03-19ASoC: don't indicate error message for snd_soc_[pcm_]dai_xxx()Gravatar Kuninori Morimoto 1-13/+3
2021-03-11ASoC: soc-core: fix DMI handlingGravatar Pierre-Louis Bossart 1-1/+1
2021-03-10ASoC: constify of_phandle_args in snd_soc_get_dai_name()Gravatar Krzysztof Kozlowski 1-1/+1
2021-03-10ASoC: soc-core: Prevent warning if no DMI table is presentGravatar Jon Hunter 1-0/+4
2020-12-04Merge tag 'auxbus-5.11-rc1' of git://git.kernel.org/pub/scm/linux/kernel/git/...Gravatar Mark Brown 1-1/+1