summaryrefslogtreecommitdiffstats
path: root/include/sound/soc.h
Commit message (Expand)AuthorAgeFilesLines
...
* Merge branch 'asoc-5.9' into asoc-5.10Mark Brown2020-09-171-0/+2
|\
| * ASoC: core: Do not cleanup uninitialized dais on soc_pcm_open failureCezary Rojewski2020-09-071-0/+2
| * ASoC: soc-core: add snd_soc_find_dai_with_mutex()Kuninori Morimoto2020-08-281-0/+2
* | ASoC: soc-core: add snd_soc_find_dai_with_mutex()Kuninori Morimoto2020-08-271-0/+2
* | ASoC: core: Add common helper to parse aux devs from device treeStephan Gerhold2020-08-181-0/+1
|/
* ASoC: core: Two step component registrationCezary Rojewski2020-07-311-5/+3
* ASoC: core: Simplify snd_soc_component_initialize declarationCezary Rojewski2020-07-311-1/+1
* ASoC: core: Relocate and expose snd_soc_component_initializeCezary Rojewski2020-07-311-0/+3
* ASoC: soc-xxx: add asoc_substream_to_rtd()Kuninori Morimoto2020-07-231-0/+2
* Merge series "ASoC: topology: fix error handling flow" from Pierre-Louis Boss...Mark Brown2020-07-081-0/+2
|\
| * ASoC: core: Remove only the registered component in devm functionsMaxime Ripard2020-07-071-0/+2
* | ASoC: core: move definition of enum snd_soc_bias_levelTzung-Bi Shih2020-06-251-18/+0
* | ASoC: soc-link: introduce exit() callbackPierre-Louis Bossart2020-06-231-0/+3
* | Merge existing fixes from asoc/for-5.8Mark Brown2020-06-151-0/+6
|\|
| * ASoC: soc-devres: add devm_snd_soc_register_dai()Pierre-Louis Bossart2020-06-151-0/+4
| * ASoC: soc-card: export snd_soc_lookup_component_nolockedShengjiu Wang2020-06-121-0/+2
* | Merge remote-tracking branch 'asoc/for-5.8' into asoc-linusMark Brown2020-06-011-60/+38
|\|
| * ASoC: soc-card: add probed bit field to snd_soc_cardKuninori Morimoto2020-05-301-0/+1
| * ASoC: soc-card: move snd_soc_card_subclass to soc-cardKuninori Morimoto2020-05-301-5/+0
| * ASoC: soc-card: move snd_soc_card_get_codec_dai() to soc-cardKuninori Morimoto2020-05-301-14/+0
| * ASoC: soc-card: move snd_soc_card_set/get_drvdata() to soc-cardKuninori Morimoto2020-05-301-13/+0
| * ASoC: soc-card: move snd_soc_card_jack_new() to soc-cardKuninori Morimoto2020-05-301-4/+0
| * ASoC: soc-card: move snd_soc_card_get_kcontrol() to soc-cardKuninori Morimoto2020-05-301-2/+0
| * ASoC: add soc-card.cKuninori Morimoto2020-05-301-0/+1
| * ASoC: soc.h: convert bool to bit field for snd_soc_cardKuninori Morimoto2020-05-301-6/+7
| * ASoC: soc-pcm: replace snd_soc_runtime_activate()/deactivate() to macroKuninori Morimoto2020-05-181-2/+13
| * ASoC: soc-core: Replace zero-length array with flexible-arrayGustavo A. R. Silva2020-05-081-1/+1
| * ASoC: component: suppress uninitialized-variable warningArnd Bergmann2020-04-291-1/+1
| * ASoC: soc-core: return true, false in snd_soc_volsw_is_stereo()Jason Yan2020-04-221-2/+2
| * Merge branch 'asoc-5.7' into asoc-5.8Mark Brown2020-04-141-0/+3
| |\
| * | ASoC: soc-core: remove cpu_dai/codec_dai/cpu_dais/codec_daisKuninori Morimoto2020-04-141-6/+8
| * | ASoC: soc: use asoc_rtd_to_cpu() / asoc_rtd_to_codec() macro for DAI pointerKuninori Morimoto2020-04-141-6/+6
* | | ASoC: dapm: Move dai_link widgets to runtime to fix use after freeCharles Keepax2020-05-271-3/+3
| |/ |/|
* | ASoC: dapm: Fix regression introducing multiple copies of DAI widgetsCharles Keepax2020-04-141-0/+3
|/
* ASoC: soc-core: add asoc_rtd_to_cpu/codec() macroKuninori Morimoto2020-03-271-0/+4
* ASoC: soc-core: Merge CPU/Codec DAIsKuninori Morimoto2020-03-201-1/+6
* Merge branch 'for-5.6' of https://git.kernel.org/pub/scm/linux/kernel/git/bro...Mark Brown2020-03-131-0/+1
|\
| * ASoC: soc-core: disable route checks for legacy devicesPierre-Louis Bossart2020-03-101-0/+1
* | ASoC: soc-dapm: add for_each_card_widgets() macroKuninori Morimoto2020-03-101-0/+5
* | ASoC: soc-dapm: add for_each_card_dapms() macroKuninori Morimoto2020-03-101-0/+3
* | ASoC: soc.h: remove non plural form for_each_xxx macroKuninori Morimoto2020-03-101-14/+0
* | ASoC: soc.h: add for_each_rtd_codecs/cpus_dai() macroKuninori Morimoto2020-03-101-0/+14
* | ASoC: pcm: Export parameter intersection logicSamuel Holland2020-03-061-0/+3
* | ASoC: Add initial support for multiple CPU DAIsShreyas NC2020-02-261-0/+15
|/
* ASoC: soc-core: fix for_rtd_codec_dai_rollback() macroPierre-Louis Bossart2020-02-201-1/+1
* ASoC: soc-core: add snd_soc_close_delayed_work()Kuninori Morimoto2020-01-101-0/+1
* ASoC: soc-core: remove snd_soc_rtdcom_listKuninori Morimoto2020-01-101-11/+7
* ASoC: soc-core: remove legacy style of codec_confKuninori Morimoto2019-12-161-3/+0
* ASoC: soc-core: support snd_soc_dai_link_component for codec_confKuninori Morimoto2019-12-161-0/+3
* ASoC: Drop snd_soc_pcm_lib_ioctl()Takashi Iwai2019-12-111-5/+0