summaryrefslogtreecommitdiffstats
path: root/sound/soc/soc-core.c
Commit message (Expand)AuthorAgeFilesLines
* ASoC: core: Switch core to new DAI naming flagCharles Keepax2022-06-271-1/+1
* ASoC: core: Make snd_soc_unregister_card() return voidUwe Kleine-König2022-06-221-3/+1
* ASoC: Introduce 'fixup_controls' card methodMartin Povišer2022-06-101-0/+1
* ASoC: core: Always send the CPU DAI a direct clock specifierCharles Keepax2022-06-061-12/+3
* ASoC: core: Add set_fmt_new callback that directly specifies providerCharles Keepax2022-06-061-1/+2
* ASoC: core: Pass legacy_dai_naming flag directlyCharles Keepax2022-05-161-1/+1
* ASoC: core: Correct spelling fliped -> flippedCharles Keepax2022-05-161-3/+3
* ASoC: soc-core: remove always-false pathPierre-Louis Bossart2022-04-231-5/+5
* ASoC: Merge fixesMark Brown2022-04-081-0/+5
|\
| * ASoC: soc-core: add debugfs_prefix member to snd_soc_component_driverHeiner Kallweit2022-04-051-0/+5
* | ASoC: Introduce snd_soc_of_get_dai_link_cpusMartin Povišer2022-04-051-0/+80
|/
* ASoC: Export DAI register and widget ctor and dctor functionsCezary Rojewski2022-03-111-0/+1
* ASoC: soc-core: skip zero num_dai component in searching dai nameShengjiu Wang2022-02-151-1/+1
* 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