aboutsummaryrefslogtreecommitdiffstats
path: root/include/sound (follow)
AgeCommit message (Expand)AuthorFilesLines
2019-08-05ASoC: soc-component: add snd_soc_component_suspend()Kuninori Morimoto1-0/+1
2019-08-05ASoC: soc-component: add snd_soc_component_trigger()Kuninori Morimoto1-0/+3
2019-08-05ASoC: soc-component: add snd_soc_component_hw_free()Kuninori Morimoto1-0/+2
2019-08-05ASoC: soc-component: add snd_soc_component_hw_params()Kuninori Morimoto1-0/+3
2019-08-05ASoC: soc-component: add snd_soc_component_prepare()Kuninori Morimoto1-0/+2
2019-08-05ASoC: soc-component: add snd_soc_component_close()Kuninori Morimoto1-0/+2
2019-08-05ASoC: soc-component: add snd_soc_component_open()Kuninori Morimoto1-0/+4
2019-08-05ASoC: soc-component: add snd_soc_component_get/put()Kuninori Morimoto1-0/+13
2019-08-05ASoC: add soc-component.cKuninori Morimoto2-305/+329
2019-08-01ASoC: core: no need to check return value of debugfs_create functionsGreg Kroah-Hartman1-1/+0
2019-07-31ALSA: hda: intel-nhlt: handle NHLT VENDOR_DEFINED DMIC geometryPierre-Louis Bossart1-2/+8
2019-07-31ALSA: hda: move parts of NHLT code to new modulePierre-Louis Bossart1-8/+33
2019-07-31ASoC: Intel: Skylake: move NHLT header to common directoryPierre-Louis Bossart1-0/+119
2019-07-28Merge tag 'spdx-5.3-rc2' of git://git.kernel.org/pub/scm/linux/kernel/git/gregkh/spdxLinus Torvalds10-10/+10
2019-07-26Merge branch 'asoc-5.3' into asoc-5.4Mark Brown1-0/+4
2019-07-25treewide: remove SPDX "WITH Linux-syscall-note" from kernel-space headers againMasahiro Yamada10-10/+10
2019-07-23ASoC: soc-dai: move snd_soc_dai_stream_valid() to soc-dai.cKuninori Morimoto1-0/+1
2019-07-23ASoC: soc-dai: add snd_soc_dai_compress_new()Kuninori Morimoto1-0/+2
2019-07-23ASoC: soc-dai: add snd_soc_dai_remove()Kuninori Morimoto1-0/+1
2019-07-23ASoC: soc-dai: add snd_soc_dai_probe()Kuninori Morimoto1-0/+1
2019-07-23ASoC: soc-dai: add snd_soc_dai_resume()Kuninori Morimoto1-0/+1
2019-07-23ASoC: soc-dai: add snd_soc_dai_suspend()Kuninori Morimoto1-0/+1
2019-07-23ASoC: soc-dai: add snd_soc_dai_delay()Kuninori Morimoto1-0/+2
2019-07-23ASoC: soc-dai: add snd_soc_dai_bespoke_trigger()Kuninori Morimoto1-0/+2
2019-07-23ASoC: soc-dai: add snd_soc_dai_trigger()Kuninori Morimoto1-0/+2
2019-07-23ASoC: soc-dai: add snd_soc_dai_prepare()Kuninori Morimoto1-0/+2
2019-07-23ASoC: soc-dai: add snd_soc_dai_shutdown()Kuninori Morimoto1-0/+2
2019-07-23ASoC: soc-dai: add snd_soc_dai_startup()Kuninori Morimoto1-0/+2
2019-07-23ASoC: soc-dai: add snd_soc_dai_hw_free()Kuninori Morimoto1-0/+2
2019-07-23ASoC: soc-dai: mv soc_dai_hw_params() to soc-daiKuninori Morimoto2-4/+4
2019-07-23ASoC: SOF: Intel: ssp: BCLK delay parameterJanusz Jankowski1-0/+3
2019-07-23ALSA: compress: Fix regression on compressed capture streamsCharles Keepax1-4/+1
2019-07-22ASoC: Define a set of DAPM pre/post-up eventsOleksandr Suvorov1-0/+2
2019-07-16ALSA: hda - Don't resume forcibly i915 HDMI/DP codecTakashi Iwai1-0/+2
2019-07-10ASoC: simple_card_utils.h: care NULL dai at asoc_simple_debug_dai()Kuninori Morimoto1-0/+4
2019-07-08Merge tag 'asoc-v5.3' of https://git.kernel.org/pub/scm/linux/kernel/git/broonie/sound into for-linusTakashi Iwai122-1277/+313
2019-07-07Merge branch 'topic/hda-refresh-cleanup' into for-nextTakashi Iwai1-1/+1
2019-07-05ALSA: hda: Simplify snd_hdac_refresh_widgets()Takashi Iwai1-1/+1
2019-07-01Merge branch 'for-linus' into for-nextTakashi Iwai4-12/+41
2019-06-28ASoC: soc-core: support dai_link with platforms_num != 1Jerome Brunet1-0/+6
2019-06-26Merge tag 'v5.2-rc6' into asoc-5.3Mark Brown115-1197/+115
2019-06-26ASoC: madera: Update SPDX headersCharles Keepax1-5/+1
2019-06-25ASoC: Intel: Skylake: Use recommended SDxFMT programming sequencePaweł Harłoziński1-0/+3
2019-06-20ASoC: madera: Add common support for Cirrus Logic Madera codecsRichard Fitzgerald1-0/+63
2019-06-19treewide: Replace GPLv2 boilerplate/reference with SPDX - rule 500Thomas Gleixner36-144/+36
2019-06-19ASoC: soc-core: allow no Platform on dai_linkKuninori Morimoto1-1/+1
2019-06-19ASoC: soc.h: fixup for_each_card_links() macroKuninori Morimoto1-1/+1
2019-06-14Merge tag 'sound-5.2-rc5' of git://git.kernel.org/pub/scm/linux/kernel/git/tiwai/soundLinus Torvalds4-12/+41
2019-06-13ASoC: SOF: Add DMIC token for unmute gain ramp timeSeppo Ingalsuo1-1/+2
2019-06-13ASoC: SOF: uapi: align comments with firmware filesPierre-Louis Bossart2-3/+5