summaryrefslogtreecommitdiffstats
path: root/include/sound/soc.h
Commit message (Expand)AuthorAgeFilesLines
* 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
* ASoC: soc-core: tidyup for CONFIG_DMIKuninori Morimoto2019-12-111-0/+2
* Merge branch 'for-5.5' of https://git.kernel.org/pub/scm/linux/kernel/git/bro...Mark Brown2019-12-101-0/+1
|\
| * ASoC: core: Init pcm runtime work early to avoid warningsCurtis Malainey2019-12-041-0/+1
* | ASoC: soc-core: rename snd_soc_remove_dai_link() to snd_soc_remove_pcm_runtime()Kuninori Morimoto2019-12-101-2/+2
* | ASoC: soc-core: rename snd_soc_add_dai_link() to snd_soc_add_pcm_runtime()Kuninori Morimoto2019-12-101-2/+2
* | ASoC: soc-core: move snd_soc_find_dai_link()Kuninori Morimoto2019-12-101-3/+0
* | ASoC: soc-core: find rtd via dai_link pointer at snd_soc_get_pcm_runtime()Kuninori Morimoto2019-12-101-1/+1
* | ASoC: soc-core: remove snd_soc_get_dai_substream()Kuninori Morimoto2019-12-101-2/+0
* | ASoC: soc-core: remove dai_link_listKuninori Morimoto2019-12-101-7/+0
|/
* 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