summaryrefslogtreecommitdiffstats
Commit message (Expand)AuthorAgeFilesLines
* ASoC: meson: axg-card: use snd_soc_dai_link_component for aux_devKuninori Morimoto2019-08-091-3/+3
* ASoC: mediatek: mt8183-da7219-max98357: use snd_soc_dai_link_component for au...Kuninori Morimoto2019-08-091-3/+3
* ASoC: intel: cht_bsw_max98090_ti: use snd_soc_dai_link_component for aux_devKuninori Morimoto2019-08-091-2/+1
* ASoC: simple-card: use snd_soc_dai_link_component for aux_devKuninori Morimoto2019-08-091-1/+1
* ASoC: soc-core: support snd_soc_dai_link_component for aux_devKuninori Morimoto2019-08-092-26/+17
* ASoC: SOF: Intel: byt: Refactor fw ready / mem windows creationDaniel Baluta2019-08-093-145/+189
* ASoC: SOF: Introduce snd_sof_dsp_get_window_offsetDaniel Baluta2019-08-092-0/+11
* ASoC: SOF: Introduce snd_sof_dsp_get_mailbox_offsetDaniel Baluta2019-08-092-0/+11
* ASoC: SOF: Intel: hda: Use generic function for fw ready / mem windows creationDaniel Baluta2019-08-094-149/+13
* ASoC: SOF: Intel: bdw: Use generic function for fw ready / mem windows creationDaniel Baluta2019-08-091-143/+13
* ASoC: SOF: Remove call to snd_sof_dsp_mailbox_initDaniel Baluta2019-08-092-10/+0
* ASoC: ml26124: remove unused variable 'ngth'YueHaibing2019-08-091-1/+0
* ASoC: mt6351: remove unused variable 'mt_lineout_control'YueHaibing2019-08-091-5/+0
* ASoC: SOF: Intel: Add missing include file hdac_hda.hYueHaibing2019-08-092-3/+1
* Merge branch 'topic/hda-bus-ops-cleanup' of https://git.kernel.org/pub/scm/li...Mark Brown2019-08-091-0/+1
|\
| * ALSA: hda: readl/writel need linux/io.hStephen Rothwell2019-08-091-0/+1
* | Merge branch 'topic/hda-bus-ops-cleanup' of https://git.kernel.org/pub/scm/li...Mark Brown2019-08-0918-370/+145
|\|
| * ASoC: SOF: Intel: Initialize hdaudio bus properlyTakashi Iwai2019-08-083-29/+11
| * ALSA: hda: Direct MMIO accessesTakashi Iwai2019-08-0813-248/+75
| * ALSA: hda: Remove page allocation redirectionTakashi Iwai2019-08-089-94/+21
* | ASoC: sof: Fix warning when IPC flood test is not enabledMark Brown2019-08-091-1/+2
* | Merge branch 'topic/hda-dmic' of https://git.kernel.org/pub/scm/linux/kernel/...Mark Brown2019-08-0912-108/+212
|\ \
| * | ALSA: hda/intel: stop probe if DMICS are detected on Skylake+ platformsPierre-Louis Bossart2019-07-312-0/+44
| * | ASoC: Intel: Skylake: use common NHLT modulePierre-Louis Bossart2019-07-314-97/+9
| * | ALSA: hda: intel-nhlt: handle NHLT VENDOR_DEFINED DMIC geometryPierre-Louis Bossart2019-07-312-3/+13
| * | ALSA: hda: move parts of NHLT code to new modulePierre-Louis Bossart2019-07-314-8/+144
| * | ASoC: Intel: Skylake: move NHLT header to common directoryPierre-Louis Bossart2019-07-315-1/+3
| |/
* | ASoC: Intel: Skylake: large_config_get overhaulCezary Rojewski2019-08-083-7/+24
* | ASoC: Intel: Skylake: Limit large_config_get to single frameCezary Rojewski2019-08-081-30/+7
* | ASoC: intel: skl_hda_dsp_common: create HDMI jack kctlLibin Yang2019-08-081-0/+5
* | ASoC: tscs454: remove unused variable 'PLL_48K_RATE'YueHaibing2019-08-081-1/+0
* | ASoC: soc-core: fix module_put() warning in soc_cleanup_componentPierre-Louis Bossart2019-08-081-1/+1
* | ASoC: soc-core: dai_link check under soc_dpcm_debugfs_add()Kuninori Morimoto2019-08-082-2/+4
* | ASoC: soc-core: define soc_dpcm_debugfs_add() for non CONFIG_DEBUG_FSKuninori Morimoto2019-08-082-3/+8
* | ASoC: soc-core: tidyup for card->deferred_resume_workKuninori Morimoto2019-08-082-6/+13
* | ASoC: soc-core: remove unneeded list_empty() check for snd_soc_try_rebind_card()Kuninori Morimoto2019-08-081-6/+3
* | ASoC: soc-core: call snd_soc_dapm_debugfs_init() at soc_init_card_debugfs()Kuninori Morimoto2019-08-081-4/+2
* | ASoC: soc-core: tidyup for snd_soc_add_card_controls()Kuninori Morimoto2019-08-081-3/+4
* | ASoC: soc-core: tidyup for snd_soc_dapm_add_routes()Kuninori Morimoto2019-08-081-10/+13
* | ASoC: soc-core: tidyup for snd_soc_add_component_controls()Kuninori Morimoto2019-08-081-4/+6
* | ASoC: fsl_sai: Add support for imx7ulp/imx8mqDaniel Baluta2019-08-071-0/+14
* | ASoC: fsl_sai: Add support for SAI new versionDaniel Baluta2019-08-072-113/+156
* | ASoC: fsl_sai: Update Tx/Rx channel enable maskDaniel Baluta2019-08-072-2/+5
* | ASoC: fsl_sai: Add registers definition for multiple datalinesDaniel Baluta2019-08-072-14/+98
* | ASoC: Intel: Update request-reply IPC modelCezary Rojewski2019-08-076-202/+239
* | ASoC: soc-core: tidyup for snd_soc_dapm_new_controls()Kuninori Morimoto2019-08-071-13/+13
* | ASoC: soc-core: reuse rtdcom at snd_soc_rtdcom_add()Kuninori Morimoto2019-08-071-6/+5
* | ASoC: soc-core: don't use for_each_card_links_safe() at snd_soc_find_dai_link()Kuninori Morimoto2019-08-071-2/+2
* | ASoC: soc-core: check return value of snd_soc_add_dai_link()Kuninori Morimoto2019-08-071-2/+5
* | ASoC: soc-core: add comment for for_each_xxxKuninori Morimoto2019-08-071-0/+2