summaryrefslogtreecommitdiffstats
path: root/sound/soc/soc-core.c
Commit message (Expand)AuthorAgeFilesLines
* ASoC: core: Add snd_soc_of_parse_pin_switches() from simple-card-utilsStephan Gerhold2021-12-231-0/+50
* ASoC: soc-pcm: Fix and cleanup DPCM lockingTakashi Iwai2021-12-141-1/+0
* ASoC: core: Remove invalid snd_soc_component_set_jack callAmadeusz Sławiński2021-10-291-3/+0
* Merge branch 'asoc-5.15' into asoc-5.16Mark Brown2021-10-181-0/+1
|\
| * ASoC: soc-core: fix null-ptr-deref in snd_soc_del_component_unlocked()Yang Yingliang2021-10-111-0/+1
* | ASoC: soc-core: accept zero format at snd_soc_runtime_set_dai_fmt()Kuninori Morimoto2021-10-181-5/+6
* | ASoC: soc-core: tidyup empty functionKuninori Morimoto2021-10-181-28/+7
* | ASoC: soc-component: add snd_soc_component_is_codec()Kuninori Morimoto2021-10-181-3/+2
|/
* ASoC: soc-core: cleanup cppcheck warning at snd_soc_of_parse_audio_routing()Kuninori Morimoto2021-07-291-3/+3
* ASoC: soc-core: cleanup cppcheck warning at snd_soc_of_parse_audio_simple_wid...Kuninori Morimoto2021-07-291-3/+3
* ASoC: soc-core: cleanup cppcheck warning at snd_soc_add_controls()Kuninori Morimoto2021-07-291-4/+3
* ASoC: soc-core: cleanup cppcheck warning at snd_soc_unregister_component()Kuninori Morimoto2021-07-291-3/+2
* ASoC: soc-core: cleanup cppcheck warning at snd_soc_daifmt_parse_format()Kuninori Morimoto2021-07-291-1/+3
* ASoC: soc-core: cleanup cppcheck warning at snd_soc_get_dai_name()Kuninori Morimoto2021-07-291-2/+1
* ASoC: soc-core: cleanup cppcheck warning at snd_soc_set_dmi_name()Kuninori Morimoto2021-07-291-2/+3
* Merge tag 'asoc-v5.14' of https://git.kernel.org/pub/scm/linux/kernel/git/bro...Takashi Iwai2021-07-011-89/+288
|\
| * ASoC: soc-core: remove snd_soc_of_parse_daifmt()Kuninori Morimoto2021-06-211-104/+0
| * ASoC: soc-core: add snd_soc_daifmt_parse_format/clock_provider()Kuninori Morimoto2021-06-211-0/+124
| * ASoC: soc-core: add snd_soc_daifmt_clock_provider_fliped()Kuninori Morimoto2021-06-211-15/+25
| * ASoC: soc-core: add snd_soc_daifmt_clock_provider_from_bitmap()Kuninori Morimoto2021-06-211-14/+19
| * ASoC: soc-core: Fix the error return code in snd_soc_of_parse_audio_routing()Zhen Lei2021-06-171-1/+1
| * ASoC: soc-core: don't use discriminatory terms on snd_soc_runtime_get_dai_fmt()Kuninori Morimoto2021-06-081-2/+2
| * ASoC: soc-core: add snd_soc_runtime_get_dai_fmt()Kuninori Morimoto2021-06-071-0/+164
| * ASoC: soc-core: move snd_soc_runtime_set_dai_fmt() to upsideKuninori Morimoto2021-06-071-62/+62
| * Merge branch 'for-5.13' of https://git.kernel.org/pub/scm/linux/kernel/git/br...Mark Brown2021-05-251-0/+2
| |\
| * | ASoC: soc-core: use DEVICE_ATTR_RO macroYueHaibing2021-05-181-4/+4
* | | Merge tag 'asoc-fix-v5.13-rc7' of https://git.kernel.org/pub/scm/linux/kernel...Takashi Iwai2021-06-241-0/+2
|\ \ \ | | |/ | |/|
| * | ASoC: core: Fix Null-point-dereference in fmt_single_name()Kefeng Wang2021-05-241-0/+2
| |/
* / ALSA: Drop superfluous argument from snd_power_wait()Takashi Iwai2021-05-251-1/+1
|/
* ASoC: soc-core: fix always-false conditionPierre-Louis Bossart2021-04-191-5/+0
* ASoC: soc-core: fix signed/unsigned issuePierre-Louis Bossart2021-04-191-1/+1
* Merge series "ASoC: soc-pcm: ignore dummy-DAI at soc_pcm_params_symmetry()" f...Mark Brown2021-04-161-1/+1
|\
| * ASoC: soc-utils: add snd_soc_component_is_dummy()Kuninori Morimoto2021-04-161-1/+1
* | ASoC: core: Don't set platform name when of_node is setDaniel Baluta2021-04-161-1/+5
|/
* ASoC: soc-core: use device_unregister() if rtd allocation failedKuninori Morimoto2021-03-311-2/+4
* ASoC: soc-core: add comment for rtd freeingKuninori Morimoto2021-03-311-0/+8
* ASoC: don't indicate error message for snd_soc_[pcm_]component_xxx()Kuninori Morimoto2021-03-191-4/+2
* ASoC: don't indicate error message for snd_soc_[pcm_]dai_xxx()Kuninori Morimoto2021-03-191-13/+3
* ASoC: soc-core: fix DMI handlingPierre-Louis Bossart2021-03-111-1/+1
* ASoC: constify of_phandle_args in snd_soc_get_dai_name()Krzysztof Kozlowski2021-03-101-1/+1
* ASoC: soc-core: Prevent warning if no DMI table is presentJon Hunter2021-03-101-0/+4
* Merge tag 'auxbus-5.11-rc1' of git://git.kernel.org/pub/scm/linux/kernel/git/...Mark Brown2020-12-041-1/+1
|\
| * ALSA: fix kernel-doc markupsMauro Carvalho Chehab2020-10-261-1/+1
* | ASoC: soc-core: tidyup jack.hKuninori Morimoto2020-11-301-1/+0
* | ASoC: soc-core: add soc_dapm_suspend_resume()Kuninori Morimoto2020-11-271-21/+17
* | ASoC: soc-core: add soc_playback_digital_mute()Kuninori Morimoto2020-11-271-25/+21
* | ASoC: soc-core: Fix component name_prefix parsingSameer Pujar2020-11-101-1/+2
|/
* Merge tag 'v5.9-rc5' into asoc-5.10Mark Brown2020-10-061-1/+1
|\
| * treewide: Use fallthrough pseudo-keywordGustavo A. R. Silva2020-08-231-1/+1
* | ASoC: soc-core: use devm_snd_soc_register_card()Qinglang Miao2020-09-301-11/+1