summaryrefslogtreecommitdiffstats
path: root/include/sound
AgeCommit message (Expand)AuthorLines
2020-03-13Merge branch 'for-5.6' of https://git.kernel.org/pub/scm/linux/kernel/git/bro...Mark Brown-0/+1
2020-03-13ASoC: SOF: Remove SOF_IPC_EXT_DMA_BUFFERKarol Trzcinski-17/+1
2020-03-13ASoC: SOF: Make sof_ipc_ext_data enum more rigidKarol Trzcinski-3/+3
2020-03-12ASoC: export DPCM runtime update functionsGuennadi Liakhovetski-2/+2
2020-03-11Merge tag 'v5.6-rc5' into asoc-5.7Mark Brown-3/+3
2020-03-10ASoC: soc-dapm: add for_each_card_widgets() macroKuninori Morimoto-0/+5
2020-03-10ASoC: soc-dapm: add for_each_card_dapms() macroKuninori Morimoto-0/+3
2020-03-10ASoC: soc.h: remove non plural form for_each_xxx macroKuninori Morimoto-14/+0
2020-03-10ASoC: soc.h: add for_each_rtd_codecs/cpus_dai() macroKuninori Morimoto-0/+14
2020-03-10ASoC: soc-core: disable route checks for legacy devicesPierre-Louis Bossart-0/+1
2020-03-09Merge branch 'for-linus' into for-nextTakashi Iwai-3/+1
2020-03-07Merge tag 'asoc-fix-v5.6-rc4' of https://git.kernel.org/pub/scm/linux/kernel/...Takashi Iwai-1/+1
2020-03-06ASoC: pcm: Export parameter intersection logicSamuel Holland-0/+3
2020-03-06ALSA: pcm: Add a standalone version of snd_pcm_limit_hw_ratesSamuel Holland-1/+8
2020-03-02ASoC: SOF: add core id to sof_ipc_compTomasz Lauda-1/+2
2020-02-26ASoC: Add Multi CPU DAI supportMark Brown-0/+15
2020-02-26ASoC: soc-dai: add get_sdw_stream() callbackPierre-Louis Bossart-0/+21
2020-02-26ASoC: Add initial support for multiple CPU DAIsShreyas NC-0/+15
2020-02-24Merge branch 'for-5.6' of https://git.kernel.org/pub/scm/linux/kernel/git/bro...Mark Brown-3/+1
2020-02-24ASoC: soc-pcm cleanup step4Mark Brown-6/+17
2020-02-24ASoC: soc-pcm: fix state tracking error in snd_soc_component_open/close()Kai Vehmanen-5/+2
2020-02-24ASoC: soc-pcm: move dpcm_path_put() to soc-pcm.cKuninori Morimoto-6/+2
2020-02-24ASoC: soc-pcm: add snd_soc_dai_get_widget()Kuninori Morimoto-0/+8
2020-02-24ASoC: soc-pcm: add snd_soc_dai_get_pcm_stream()Kuninori Morimoto-0/+7
2020-02-20ASoC: soc-core: fix for_rtd_codec_dai_rollback() macroPierre-Louis Bossart-1/+1
2020-02-18ALSA: pcm.h: add for_each_pcm_streams()Kuninori Morimoto-0/+5
2020-02-18ASoC: soc-pcm: merge playback/cature_active into stream_activeKuninori Morimoto-2/+1
2020-02-18ASoC: soc-pcm: remove snd_soc_dpcm_be_get/set_state()Kuninori Morimoto-8/+0
2020-02-18ASoC: soc-pcm: remove soc_dpcm_be_digital_mute()Kuninori Morimoto-1/+0
2020-02-18ASoC: rt5682: Add CCF usage for providing I2S clksDerek Fang-0/+8
2020-02-18ASoC: SOF: Implement Probe IPC APICezary Rojewski-0/+11
2020-02-18ASoC: SOF: Intel: Account for compress streams when servicing IRQsCezary Rojewski-0/+2
2020-02-18ALSA: core: Implement compress page allocation and free routinesCezary Rojewski-0/+5
2020-02-18ALSA: core: Expand DMA buffer informationCezary Rojewski-9/+26
2020-02-18Merge tag 'asoc-fix-v5.6-rc2' of https://git.kernel.org/pub/scm/linux/kernel/...Takashi Iwai-2/+0
2020-02-17Merge branch 'topic/usb-uac2-effect-unit' into for-nextTakashi Iwai-3/+3
2020-02-14ASoC: dapm: remove snd_soc_dapm_put_enum_double_lockedTzung-Bi Shih-2/+0
2020-02-14ALSA: rawmidi: Avoid bit fields for state flagsTakashi Iwai-3/+3
2020-02-12ASoC: soc-pcm: call snd_soc_component_open/close() onceKuninori Morimoto-2/+5
2020-02-11ASoC: soc-pcm: call snd_soc_dai_startup()/shutdown() onceKuninori Morimoto-1/+4
2020-02-11ASoC: soc-pcm: add for_each_dapm_widgets() macroKuninori Morimoto-0/+5
2020-02-10ALSA: pcm: More helper macros for reducing snd_pcm_format_t castTakashi Iwai-0/+16
2020-02-08Merge tag 'armsoc-dt' of git://git.kernel.org/pub/scm/linux/kernel/git/soc/socLinus Torvalds-53/+0
2020-01-31ALSA: pcm: Fix sparse warnings wrt snd_pcm_state_tTakashi Iwai-2/+2
2020-01-27Merge tag 'asoc-v5.6' of https://git.kernel.org/pub/scm/linux/kernel/git/broo...Takashi Iwai-44/+174
2020-01-21ASoC: dapm: add snd_soc_dapm_put_enum_double_lockedTzung-Bi Shih-0/+2
2020-01-21ASoC: soc-core: remove bus_controlKuninori Morimoto-1/+0
2020-01-21ASoC: soc-core: remove DAI suspend/resumeKuninori Morimoto-2/+0
2020-01-21ALSA: pcm: Set per-card upper limit of PCM buffer allocationsTakashi Iwai-0/+3
2020-01-20Merge branch 'for-linus' into for-nextTakashi Iwai-24/+53