aboutsummaryrefslogtreecommitdiffstats
path: root/sound
AgeCommit message (Expand)AuthorFilesLines
2019-08-05ALSA: fireworks: support AMDTP domainTakashi Sakamoto2-43/+51
2019-08-05ALSA: bebob: support AMDTP domainTakashi Sakamoto2-35/+29
2019-08-05ALSA: fireface: code refactoring for initialization/destruction of AMDTP streamTakashi Sakamoto1-20/+19
2019-08-05ALSA: firewire-motu: code refactoring for initialization/destruction of AMDTP streamTakashi Sakamoto1-29/+19
2019-08-05ALSA: firewire-tascam: code refactoring for initialization/destruction of AMDTP streamTakashi Sakamoto1-27/+44
2019-08-05ALSA: firewire-digi00x: code refactoring for initialization/destruction of AMDTP streamTakashi Sakamoto1-23/+42
2019-08-05ALSA: fireworks: code refactoring for bus reset handlerTakashi Sakamoto1-8/+5
2019-08-05ALSA: fireworks: code refactoring for initialization/destruction of AMDTP streamsTakashi Sakamoto1-41/+36
2019-08-05ALSA: firewire-lib: add a kernel API to start AMDTP streams in AMDTP domainTakashi Sakamoto2-0/+25
2019-08-05ALSA: firewire-lib: add a kernel API to add AMDTP stream into AMDTP domainTakashi Sakamoto2-0/+31
2019-08-05ALSA: firewire-lib: add a kernel API to stop a couple of AMDTP streams in AMDTP domainTakashi Sakamoto2-0/+21
2019-08-05ALSA: firewire-lib: add AMDTP domain structure to handle several isoc contextsTakashi Sakamoto2-0/+29
2019-08-05ASoC: soc-component: add snd_soc_pcm_component_pcm_free()Kuninori Morimoto2-8/+15
2019-08-05ASoC: soc-component: add snd_soc_pcm_component_pcm_new()Kuninori Morimoto2-14/+24
2019-08-05ASoC: soc-component: add snd_soc_pcm_component_mmap()Kuninori Morimoto2-22/+20
2019-08-05ASoC: soc-component: add snd_soc_pcm_component_page()Kuninori Morimoto2-25/+24
2019-08-05ASoC: soc-component: add snd_soc_pcm_component_copy_user()Kuninori Morimoto2-24/+22
2019-08-05ASoC: soc-component: add snd_soc_pcm_component_ioctrl()Kuninori Morimoto2-23/+22
2019-08-05ASoC: soc-component: add snd_soc_pcm_component_pointer()Kuninori Morimoto2-12/+19
2019-08-05ASoC: soc-component: move snd_soc_component_set_bias_level()Kuninori Morimoto3-12/+11
2019-08-05ASoC: soc-component: move snd_soc_component_stream_event()Kuninori Morimoto3-12/+16
2019-08-05ASoC: soc-component: move snd_soc_component_seq_notifier()Kuninori Morimoto3-17/+15
2019-08-05ASoC: soc-component: add snd_soc_component_of_xlate_dai_name()Kuninori Morimoto2-5/+12
2019-08-05ASoC: soc-component: add snd_soc_component_of_xlate_dai_id()Kuninori Morimoto2-3/+11
2019-08-05ASoC: soc-component: add snd_soc_component_remove()Kuninori Morimoto2-2/+7
2019-08-05ASoC: soc-component: add snd_soc_component_probe()Kuninori Morimoto2-7/+13
2019-08-05ASoC: soc-component: add snd_soc_component_is_suspended()Kuninori Morimoto2-3/+7
2019-08-05ASoC: soc-component: add snd_soc_component_resume()Kuninori Morimoto2-3/+8
2019-08-05ASoC: soc-component: add snd_soc_component_suspend()Kuninori Morimoto2-3/+8
2019-08-05ASoC: soc-component: add snd_soc_component_trigger()Kuninori Morimoto2-5/+12
2019-08-05ASoC: soc-component: add snd_soc_component_hw_free()Kuninori Morimoto2-6/+13
2019-08-05ASoC: soc-component: add snd_soc_component_hw_params()Kuninori Morimoto2-5/+12
2019-08-05ASoC: soc-component: add snd_soc_component_prepare()Kuninori Morimoto2-5/+11
2019-08-05ASoC: soc-component: add snd_soc_component_close()Kuninori Morimoto2-5/+13
2019-08-05ASoC: soc-component: add snd_soc_component_open()Kuninori Morimoto2-5/+11
2019-08-05ASoC: soc-component: add snd_soc_component_get/put()Kuninori Morimoto3-11/+26
2019-08-05ASoC: add soc-component.cKuninori Morimoto5-262/+270
2019-08-05ASoC: soc-pcm: remove soc_fill_silence()Kuninori Morimoto1-24/+0
2019-08-05ASoC: soc-pcm: remove soc_rtdcom_copy_kernel()Kuninori Morimoto1-24/+0
2019-08-05ASoC: soc-pcm: remove soc_rtdcom_ack()Kuninori Morimoto1-22/+0
2019-08-02ASoC: amd: acp3x: use dma address for acp3x dma driverVijendar Mukunda1-9/+5
2019-08-02ASoC: amd: acp3x: use dma_ops of parent device for acp3x dma driverVijendar Mukunda1-2/+4
2019-08-02Merge tag 'sound-5.3-rc3' of git://git.kernel.org/pub/scm/linux/kernel/git/tiwai/soundLinus Torvalds3-6/+9
2019-08-02ASoC: Remove dev_err() usage after platform_get_irq()Stephen Boyd28-100/+32
2019-08-02ALSA: hda: Add support of Zhaoxin controllerTony W Wang-oc1-0/+4
2019-08-02ALSA: isa/wavefront: remove redundant assignment to pointer bptrColin Ian King1-1/+0
2019-08-01ASoC: zx-tdm: remove redundant assignment to ts_width on error return pathColin Ian King1-1/+0
2019-08-01ASoC: SOF: no need to check return value of debugfs_create functionsGreg Kroah-Hartman3-39/+20
2019-08-01ASoC: core: no need to check return value of debugfs_create functionsGreg Kroah-Hartman3-73/+14
2019-08-01ASoC: Intel: SoC: skylake: no need to check return value of debugfs_create functionsGreg Kroah-Hartman1-23/+5