summaryrefslogtreecommitdiffstats
path: root/sound/soc/soc-core.c
Commit message (Expand)AuthorAgeFilesLines
* ASoC: soc-core: remove bus_controlKuninori Morimoto2020-01-211-21/+3
* ASoC: soc-core: remove DAI suspend/resumeKuninori Morimoto2020-01-211-41/+0
* ASoC: soc-core: add snd_soc_close_delayed_work()Kuninori Morimoto2020-01-101-0/+28
* ASoC: soc-core: do pinctrl_pm_select_xxx() as componentKuninori Morimoto2020-01-101-35/+11
* ASoC: soc-core: remove duplicate pinctrl operation when suspendKuninori Morimoto2020-01-101-3/+0
* ASoC: soc-core: care .ignore_suspend for Component suspendKuninori Morimoto2020-01-101-7/+17
* ASoC: soc-core: rename snd_soc_rtdcom_add() to snd_soc_rtd_add_component()Kuninori Morimoto2020-01-101-5/+5
* ASoC: soc-core: remove snd_soc_rtdcom_listKuninori Morimoto2020-01-101-35/+21
* Merge branch 'for-5.5' of https://git.kernel.org/pub/scm/linux/kernel/git/bro...Mark Brown2019-12-251-6/+8
|\
| * ASoC: core: Fix access to uninitialized list headsTakashi Iwai2019-12-241-6/+6
| * ASoC: soc-core: Set dpcm_playback / dpcm_captureDaniel Baluta2019-12-241-0/+2
* | ASoC: soc-core: remove legacy style of codec_confKuninori Morimoto2019-12-161-6/+0
* | ASoC: soc-core: support snd_soc_dai_link_component for codec_confKuninori Morimoto2019-12-161-7/+11
* | ASoC: Drop snd_soc_pcm_lib_ioctl()Takashi Iwai2019-12-111-12/+0
* | ASoC: soc-core: tidyup for CONFIG_DEBUG_FSKuninori Morimoto2019-12-111-5/+3
* | ASoC: soc-core: tidyup for CONFIG_DMIKuninori Morimoto2019-12-111-17/+15
* | ASoC: soc-core: merge soc_set_name_prefix() and soc_set_of_name_prefix()Kuninori Morimoto2019-12-111-13/+7
* | Merge branch 'for-5.5' of https://git.kernel.org/pub/scm/linux/kernel/git/bro...Mark Brown2019-12-101-1/+12
|\ \ | |/
| * ASoC: core: only flush inited work during freeCurtis Malainey2019-12-091-1/+2
| * ASoC: core: Init pcm runtime work early to avoid warningsCurtis Malainey2019-12-041-0/+10
* | ASoC: soc-core: soc_set_name_prefix(): get component device_node at out of loopKuninori Morimoto2019-12-101-1/+1
* | ASoC: soc-core: soc_set_name_prefix(): tidyup loop conditionKuninori Morimoto2019-12-101-1/+1
* | ASoC: soc-core: rename soc_link_init() to soc_init_pcm_runtime()Kuninori Morimoto2019-12-101-3/+3
* | ASoC: soc-core: add missing return value check for soc_link_init()Kuninori Morimoto2019-12-101-2/+5
* | ASoC: soc-core: move soc_link_init()Kuninori Morimoto2019-12-101-72/+72
* | ASoC: soc-core: rename soc_link_dai_pcm_new() to soc_dai_pcm_new()Kuninori Morimoto2019-12-101-5/+5
* | ASoC: soc-core: move soc_link_dai_pcm_new()Kuninori Morimoto2019-12-101-21/+21
* | ASoC: soc-core: rename snd_soc_remove_dai_link() to snd_soc_remove_pcm_runtime()Kuninori Morimoto2019-12-101-18/+11
* | ASoC: soc-core: rename snd_soc_add_dai_link() to snd_soc_add_pcm_runtime()Kuninori Morimoto2019-12-101-9/+9
* | ASoC: soc-core: move snd_soc_find_dai_link()Kuninori Morimoto2019-12-101-44/+0
* | ASoC: soc-core: find rtd via dai_link pointer at snd_soc_get_pcm_runtime()Kuninori Morimoto2019-12-101-4/+4
* | ASoC: soc-core: move snd_soc_get_pcm_runtime()Kuninori Morimoto2019-12-101-14/+15
* | ASoC: soc-core: remove snd_soc_get_dai_substream()Kuninori Morimoto2019-12-101-15/+0
* | ASoC: soc-core: remove snd_soc_disconnect_sync()Kuninori Morimoto2019-12-101-12/+0
* | ASoC: soc-core: remove dai_link_listKuninori Morimoto2019-12-101-10/+7
* | ASoC: fix soc-core.c kernel-doc warningRandy Dunlap2019-12-091-0/+2
|/
* ASoC: DMI long name - avoid to add board name if matches with product nameJaroslav Kysela2019-11-221-1/+2
* ASoC: improve the DMI long card code in asoc-coreJaroslav Kysela2019-11-221-41/+25
* ASoC: add control components managementJaroslav Kysela2019-11-201-0/+13
* ASoC: soc-pcm: remove soc_pcm_private_free()Kuninori Morimoto2019-11-191-8/+11
* ASoC: soc-core: care card_probed at soc_cleanup_card_resources()Kuninori Morimoto2019-11-151-5/+10
* ASoC: soc-core: move snd_soc_unbind_card() next to snd_soc_bind_card()Kuninori Morimoto2019-11-151-15/+15
* ASoC: soc-core: call snd_soc_dapm_shutdown() at soc_cleanup_card_resources()Kuninori Morimoto2019-11-151-1/+2
* ASoC: soc-core: tidyup soc_probe_aux_devices()Kuninori Morimoto2019-11-121-12/+12
* ASoC: soc-core: merge snd_soc_bind_card() and snd_soc_instantiate_card()Kuninori Morimoto2019-11-121-28/+14
* ASoC: soc-core: merge soc_remove_component() and soc_cleanup_component()Kuninori Morimoto2019-11-121-14/+14
* ASoC: soc-core: merge snd_soc_remove_dai_link() and soc_unbind_dai_link()Kuninori Morimoto2019-11-121-29/+23
* ASoC: soc-core: merge snd_soc_add_dai_link() and soc_bind_dai_link()Kuninori Morimoto2019-11-121-37/+25
* ASoC: soc-core: merge snd_soc_unregister_dai() and soc_del_dai()Kuninori Morimoto2019-11-121-8/+2
* ASoC: soc-core: merge snd_soc_register_dai() and soc_add_dai()Kuninori Morimoto2019-11-121-27/+16
OpenPOWER on IntegriCloud