summaryrefslogtreecommitdiffstats
path: root/include
Commit message (Expand)AuthorAgeFilesLines
* ASoC: soc-core: add for_each_xxx macro for aux_devKuninori Morimoto2019-08-091-0/+10
* ASoC: soc-core: remove legacy style of aux_devKuninori Morimoto2019-08-091-9/+0
* ASoC: soc-core: support snd_soc_dai_link_component for aux_devKuninori Morimoto2019-08-091-0/+7
* Merge branch 'topic/hda-bus-ops-cleanup' of https://git.kernel.org/pub/scm/li...Mark Brown2019-08-082-39/+31
|\
| * ALSA: hda: Direct MMIO accessesTakashi Iwai2019-08-082-34/+30
| * ALSA: hda: Remove page allocation redirectionTakashi Iwai2019-08-081-5/+1
* | Merge branch 'topic/hda-dmic' of https://git.kernel.org/pub/scm/linux/kernel/...Mark Brown2019-08-081-0/+150
|\ \
| * | ALSA: hda: intel-nhlt: handle NHLT VENDOR_DEFINED DMIC geometryPierre-Louis Bossart2019-07-311-2/+8
| * | ALSA: hda: move parts of NHLT code to new modulePierre-Louis Bossart2019-07-311-8/+33
| * | ASoC: Intel: Skylake: move NHLT header to common directoryPierre-Louis Bossart2019-07-311-0/+119
| |/
* | ASoC: soc-core: define soc_dpcm_debugfs_add() for non CONFIG_DEBUG_FSKuninori Morimoto2019-08-081-1/+8
* | ASoC: soc-core: tidyup for card->deferred_resume_workKuninori Morimoto2019-08-081-2/+3
* | ASoC: soc-component: add snd_soc_pcm_component_pcm_free()Kuninori Morimoto2019-08-051-0/+1
* | ASoC: soc-component: add snd_soc_pcm_component_pcm_new()Kuninori Morimoto2019-08-051-0/+1
* | ASoC: soc-component: add snd_soc_pcm_component_mmap()Kuninori Morimoto2019-08-051-0/+2
* | ASoC: soc-component: add snd_soc_pcm_component_page()Kuninori Morimoto2019-08-051-0/+2
* | ASoC: soc-component: add snd_soc_pcm_component_copy_user()Kuninori Morimoto2019-08-051-0/+3
* | ASoC: soc-component: add snd_soc_pcm_component_ioctrl()Kuninori Morimoto2019-08-051-0/+2
* | ASoC: soc-component: add snd_soc_pcm_component_pointer()Kuninori Morimoto2019-08-051-0/+2
* | ASoC: soc-component: move snd_soc_component_set_bias_level()Kuninori Morimoto2019-08-052-3/+2
* | ASoC: soc-component: move snd_soc_component_stream_event()Kuninori Morimoto2019-08-052-1/+2
* | ASoC: soc-component: move snd_soc_component_seq_notifier()Kuninori Morimoto2019-08-052-2/+3
* | ASoC: soc-component: add snd_soc_component_of_xlate_dai_name()Kuninori Morimoto2019-08-051-0/+3
* | ASoC: soc-component: add snd_soc_component_of_xlate_dai_id()Kuninori Morimoto2019-08-051-0/+2
* | ASoC: soc-component: add snd_soc_component_remove()Kuninori Morimoto2019-08-051-0/+1
* | ASoC: soc-component: add snd_soc_component_probe()Kuninori Morimoto2019-08-051-0/+1
* | ASoC: soc-component: add snd_soc_component_is_suspended()Kuninori Morimoto2019-08-051-0/+1
* | ASoC: soc-component: add snd_soc_component_resume()Kuninori Morimoto2019-08-051-0/+1
* | ASoC: soc-component: add snd_soc_component_suspend()Kuninori Morimoto2019-08-051-0/+1
* | ASoC: soc-component: add snd_soc_component_trigger()Kuninori Morimoto2019-08-051-0/+3
* | ASoC: soc-component: add snd_soc_component_hw_free()Kuninori Morimoto2019-08-051-0/+2
* | ASoC: soc-component: add snd_soc_component_hw_params()Kuninori Morimoto2019-08-051-0/+3
* | ASoC: soc-component: add snd_soc_component_prepare()Kuninori Morimoto2019-08-051-0/+2
* | ASoC: soc-component: add snd_soc_component_close()Kuninori Morimoto2019-08-051-0/+2
* | ASoC: soc-component: add snd_soc_component_open()Kuninori Morimoto2019-08-051-0/+4
* | ASoC: soc-component: add snd_soc_component_get/put()Kuninori Morimoto2019-08-051-0/+13
* | ASoC: add soc-component.cKuninori Morimoto2019-08-052-305/+329
* | ASoC: core: no need to check return value of debugfs_create functionsGreg Kroah-Hartman2019-08-011-1/+0
* | Merge branch 'asoc-5.3' into asoc-5.4Mark Brown2019-07-263-13/+21
|\ \
| * | ASoC: SOF: use __u32 instead of uint32_t in uapi headersMasahiro Yamada2019-07-222-13/+17
| * | ASoC: simple_card_utils.h: care NULL dai at asoc_simple_debug_dai()Kuninori Morimoto2019-07-101-0/+4
* | | ASoC: soc-dai: move snd_soc_dai_stream_valid() to soc-dai.cKuninori Morimoto2019-07-231-0/+1
* | | ASoC: soc-dai: add snd_soc_dai_compress_new()Kuninori Morimoto2019-07-231-0/+2
* | | ASoC: soc-dai: add snd_soc_dai_remove()Kuninori Morimoto2019-07-231-0/+1
* | | ASoC: soc-dai: add snd_soc_dai_probe()Kuninori Morimoto2019-07-231-0/+1
* | | ASoC: soc-dai: add snd_soc_dai_resume()Kuninori Morimoto2019-07-231-0/+1
* | | ASoC: soc-dai: add snd_soc_dai_suspend()Kuninori Morimoto2019-07-231-0/+1
* | | ASoC: soc-dai: add snd_soc_dai_delay()Kuninori Morimoto2019-07-231-0/+2
* | | ASoC: soc-dai: add snd_soc_dai_bespoke_trigger()Kuninori Morimoto2019-07-231-0/+2
* | | ASoC: soc-dai: add snd_soc_dai_trigger()Kuninori Morimoto2019-07-231-0/+2