summaryrefslogtreecommitdiff
path: root/include/sound/soc.h
Commit message (Expand)AuthorAgeFilesLines
* ASoC: core: Init pcm runtime work early to avoid warningsCurtis Malainey2019-12-041-0/+1
* ASoC: core: add SND_SOC_BYTES_ETzung-Bi Shih2019-11-201-0/+6
* ASoC: add control components managementJaroslav Kysela2019-11-201-0/+1
* ASoC: soc.h: dobj is used only when SND_SOC_TOPOLOGYKuninori Morimoto2019-11-051-1/+8
* ASoC: soc-core: don't call snd_soc_dapm_new_dai_widgets() at snd_soc_register...Kuninori Morimoto2019-11-051-3/+3
* ASoC: soc-core: have legacy_dai_naming at snd_soc_register_dai()Kuninori Morimoto2019-11-051-1/+2
* ASoC: soc-core: add snd_soc_unregister_dai()Kuninori Morimoto2019-11-051-0/+1
* ASoC: soc-core: add for_each_rtd_components() and replaceKuninori Morimoto2019-10-231-2/+6
* ASoC: soc-core: remove for_each_rtdcom_safe()Kuninori Morimoto2019-10-221-2/+0
* ASoC: soc-core: add snd_soc_pcm_lib_ioctl()Kuninori Morimoto2019-10-081-0/+5
* ASoC: soc-core: merge soc_free_pcm_runtime() and soc_rtd_free()Kuninori Morimoto2019-10-011-1/+0
* ASoC: soc-core: merge snd_soc_initialize_card_lists()Kuninori Morimoto2019-08-211-10/+0
* ASoC: core: Move pcm_mutex up to card level from snd_soc_pcm_runtimePeter Ujfalusi2019-08-151-2/+4
* ASoC: soc-core: add for_each_xxx macro for aux_devKuninori Morimoto2019-08-091-0/+10
* ASoC: soc-core: remove legacy style of aux_devKuninori Morimoto2019-08-091-9/+0
* ASoC: soc-core: support snd_soc_dai_link_component for aux_devKuninori Morimoto2019-08-091-0/+7
* ASoC: soc-core: tidyup for card->deferred_resume_workKuninori Morimoto2019-08-081-2/+3
* ASoC: add soc-component.cKuninori Morimoto2019-08-051-305/+1
* ASoC: core: no need to check return value of debugfs_create functionsGreg Kroah-Hartman2019-08-011-1/+0
* ASoC: soc-dai: mv soc_dai_hw_params() to soc-daiKuninori Morimoto2019-07-231-4/+0
* ASoC: soc-core: support dai_link with platforms_num != 1Jerome Brunet2019-06-281-0/+6
* ASoC: soc-core: allow no Platform on dai_linkKuninori Morimoto2019-06-191-1/+1
* ASoC: soc.h: fixup for_each_card_links() macroKuninori Morimoto2019-06-191-1/+1
* ASoC: soc-core: remove legacy style dai_linkKuninori Morimoto2019-06-061-60/+5
* ASoC: soc.h: add sound dai_link connection macroKuninori Morimoto2019-06-061-0/+88
* ASoC: soc-core: use snd_soc_dai_link_component for CPUKuninori Morimoto2019-06-061-0/+4
* ASoC: soc.h: fe_compr can be bit fieldKuninori Morimoto2019-05-131-1/+1
* ASoC: core: conditionally increase module refcount on component openRanjani Sridharan2019-04-081-2/+7
* ASoC: dpcm: prevent snd_soc_dpcm use after freeKaiChieh Chuang2019-03-111-0/+2
* ASoC: core: don't increase component module refcount unconditionallyPierre-Louis Bossart2019-02-081-0/+3
* ASoC: add helper to change platform name for all dailinksPierre-Louis Bossart2019-01-281-0/+31
* ASoC: soc-core: add .num_platform for dai_linkKuninori Morimoto2019-01-211-1/+2
* ASoC: soc.h: add explanation of legacy/modern style of dai_linkKuninori Morimoto2019-01-181-0/+36
* ASoC: soc-core: fix init platform memory handlingCurtis Malainey2019-01-141-0/+6
* Merge branch 'for-4.20' of https://git.kernel.org/pub/scm/linux/kernel/git/br...Mark Brown2018-12-131-1/+1
|\
| * ASoC: fix oops w/ for_each_rtd_codec_dai_rollback() macroPierre-Louis Bossart2018-10-301-1/+1
* | ASoC: soc.h: makes snd_soc_of_parse_audio_prefix() inlineKuninori Morimoto2018-11-261-3/+9
* | ASoC: soc-core: add snd_soc_of_parse_node_prefix()Kuninori Morimoto2018-11-231-1/+5
* | ASoC: wm97xx: fix uninitialized regmap pointer problemArnd Bergmann2018-11-051-1/+1
|/
* ASoC: add for_each_component_dais() macroKuninori Morimoto2018-09-211-0/+5
* ASoC: add for_each_comp_order() macroKuninori Morimoto2018-09-201-0/+5
* ASoC: add for_each_card_components() macroKuninori Morimoto2018-09-201-0/+3
* ASoC: add for_each_card_rtds() macroKuninori Morimoto2018-09-201-0/+4
* ASoC: add for_each_card_links() macroKuninori Morimoto2018-09-201-0/+6
* ASoC: add for_each_card_prelinks() macroKuninori Morimoto2018-09-201-0/+4
* ASoC: rename for_each_rtd_codec_dai_reverse to rollbackKuninori Morimoto2018-09-201-1/+1
* ASoC: core: add support to card rebindSrinivas Kandagatla2018-09-121-0/+2
* ASoC: soc-core: remove unused num_dai_linksKuninori Morimoto2018-09-111-1/+0
* ASoC: dapm: Move CODEC to CODEC params from the widget to the runtimeCharles Keepax2018-09-051-0/+2
* ASoC: add for_each_rtd_codec_dai() macroKuninori Morimoto2018-09-041-0/+7