aboutsummaryrefslogtreecommitdiffstats
path: root/sound (follow)
AgeCommit message (Expand)AuthorFilesLines
2019-12-11ASoC: intel: Drop superfluous ioctl PCM opsTakashi Iwai4-4/+0
2019-12-11ASoC: fsl: Drop superfluous ioctl PCM opsTakashi Iwai4-4/+0
2019-12-11ASoC: dwc: Drop superfluous ioctl PCM opsTakashi Iwai1-1/+0
2019-12-11ASoC: bcm: Drop superfluous ioctl PCM opsTakashi Iwai1-1/+0
2019-12-11ASoC: au1x: Drop superfluous ioctl PCM opsTakashi Iwai2-2/+0
2019-12-11ASoC: atmel: Drop superfluous ioctl PCM opsTakashi Iwai1-1/+0
2019-12-11ASoC: amd: Drop superfluous ioctl PCM opsTakashi Iwai2-2/+0
2019-12-11ASoC: amd: Use managed buffer allocationTakashi Iwai2-62/+26
2019-12-10Merge branch 'for-5.5' of https://git.kernel.org/pub/scm/linux/kernel/git/broonie/sound into asoc-5.6Mark Brown17-95/+155
2019-12-10ASoC: SOF: Intel: byt: fixup topology filename for BYT-CRPierre-Louis Bossart1-1/+46
2019-12-10ASoC: soc-core: soc_set_name_prefix(): get component device_node at out of loopKuninori Morimoto1-1/+1
2019-12-10ASoC: soc-core: soc_set_name_prefix(): tidyup loop conditionKuninori Morimoto1-1/+1
2019-12-10ASoC: soc-core: rename soc_link_init() to soc_init_pcm_runtime()Kuninori Morimoto1-3/+3
2019-12-10ASoC: soc-core: add missing return value check for soc_link_init()Kuninori Morimoto1-2/+5
2019-12-10ASoC: soc-core: move soc_link_init()Kuninori Morimoto1-72/+72
2019-12-10ASoC: soc-core: rename soc_link_dai_pcm_new() to soc_dai_pcm_new()Kuninori Morimoto1-5/+5
2019-12-10ASoC: soc-core: move soc_link_dai_pcm_new()Kuninori Morimoto1-21/+21
2019-12-10ASoC: soc-core: rename snd_soc_remove_dai_link() to snd_soc_remove_pcm_runtime()Kuninori Morimoto2-19/+14
2019-12-10ASoC: soc-core: rename snd_soc_add_dai_link() to snd_soc_add_pcm_runtime()Kuninori Morimoto2-10/+10
2019-12-10ASoC: soc-core: move snd_soc_find_dai_link()Kuninori Morimoto2-44/+41
2019-12-10ASoC: soc-core: find rtd via dai_link pointer at snd_soc_get_pcm_runtime()Kuninori Morimoto10-27/+27
2019-12-10ASoC: soc-core: move snd_soc_get_pcm_runtime()Kuninori Morimoto1-14/+15
2019-12-10ASoC: soc-core: remove snd_soc_get_dai_substream()Kuninori Morimoto1-15/+0
2019-12-10ASoC: soc-core: remove snd_soc_disconnect_sync()Kuninori Morimoto2-14/+0
2019-12-10ASoC: soc-core: remove dai_link_listKuninori Morimoto1-10/+7
2019-12-10ASoC: SOF: Intel: add codec_mask module parameterKai Vehmanen1-0/+13
2019-12-10ASoC: SOF: Add asynchronous sample rate converter topology supportSeppo Ingalsuo1-0/+78
2019-12-10ASoC: Intel: common: work-around incorrect ACPI HID for CML boardsAmery Song1-17/+24
2019-12-10ASoC: SOF: Intel: split cht and byt debug window sizesCurtis Malainey1-3/+4
2019-12-10ASoC: SOF: loader: fix snd_sof_fw_parse_ext_dataKarol Trzcinski1-2/+3
2019-12-10ASoC: SOF: loader: snd_sof_fw_parse_ext_data log warning on unknown headerKarol Trzcinski1-0/+2
2019-12-10ASoC: simple-card: Don't create separate link when platform is presentDaniel Baluta1-0/+6
2019-12-10ASoC: topology: Check return value for soc_tplg_pcm_create()Dragos Tarcatu1-1/+7
2019-12-10ASoC: topology: Check return value for snd_soc_add_dai_link()Dragos Tarcatu1-6/+13
2019-12-09ASoC: SOF: nocodec: Amend arguments for sof_nocodec_setup()Ranjani Sridharan2-10/+4
2019-12-09ASoC: SOF: Remove unused drv_name in sof_pdataDaniel Baluta1-2/+0
2019-12-09ASoC: SOF: remove nocodec_fw_filenameRanjani Sridharan3-16/+0
2019-12-09ASoC: SOF: Make creation of machine device from SOF core optionalDaniel Baluta15-231/+361
2019-12-09ASoC: SOF: intel: hda: Modify signature for hda_codec_probe_bus()Ranjani Sridharan3-12/+9
2019-12-09ASoC: SOF: partition audio-related parts from SOF coreRanjani Sridharan13-801/+861
2019-12-09ASoC: SOF: Introduce default_fw_filename member in sof_dev_descRanjani Sridharan3-0/+15
2019-12-09ASoC: SOF: core: move check for runtime callbacks to coreRanjani Sridharan2-8/+8
2019-12-09ASoC: SOF: core: modify the signature for snd_sof_create_page_tableRanjani Sridharan5-63/+64
2019-12-09ASoC: SOF: topology: remove snd_sof_init_topology()Ranjani Sridharan2-11/+0
2019-12-09ASoC: Intel - do not describe I/O configuration in the long card nameJaroslav Kysela4-0/+25
2019-12-09ASoC: Intel - use control components to describe card configJaroslav Kysela3-8/+25
2019-12-09ASoC: intel/skl/hda - export number of digital microphones via control componentsJaroslav Kysela2-1/+10
2019-12-09ASoC: hdmi-codec: re-introduce mutex locking againJerome Brunet1-13/+19
2019-12-09ASoC: fix soc-core.c kernel-doc warningRandy Dunlap1-0/+2
2019-12-09ASoC: SOF: Intel: hda: solve MSI issues by merging ipc and stream irq handlersBard Liao6-59/+70