summaryrefslogtreecommitdiffstats
path: root/sound
Commit message (Expand)AuthorAgeFilesLines
...
| | | * | ASoC: soc-card: add snd_soc_card_suspend_post()Kuninori Morimoto2020-05-302-2/+11
| | | * | ASoC: soc-card: add snd_soc_card_suspend_pre()Kuninori Morimoto2020-05-302-2/+11
| | | * | ASoC: soc-card: move snd_soc_card_jack_new() to soc-cardKuninori Morimoto2020-05-302-38/+39
| | | * | ASoC: soc-card: move snd_soc_card_get_kcontrol() to soc-cardKuninori Morimoto2020-05-302-16/+16
| | | * | ASoC: add soc-card.cKuninori Morimoto2020-05-302-1/+27
| | | * | ASoC: sof_pcm512x: remove CONFIG_SND_HDA_CODEC_HDMI conditionLibin Yang2020-05-291-9/+0
| | | * | ASoC: sof-sdw: remove CONFIG_SND_SOC_SOF_HDA_AUDIO_CODEC conditionLibin Yang2020-05-292-15/+0
| | | * | ASoC: intel: add depends on SND_SOC_SOF_HDA_AUDIO_CODEC for common hdmiLibin Yang2020-05-291-10/+10
| | | * | ASoC: SOF: Intel: hda: fix generic hda codec supportKai Vehmanen2020-05-291-6/+45
| | | * | ASoC: SOF: Intel: Baytrail: fix 'defined but not used' warningsPierre-Louis Bossart2020-05-291-36/+36
| | | * | Subject: [PATCH v2] ASoC: soc-pcm: fix BE dai not hw_free and shutdown during...朱灿灿2020-05-291-3/+3
| | | * | ASoC: reduce verbosity of error messages for sof-dai and sof-linkPierre-Louis Bossart2020-05-292-2/+10
| | | * | Merge series "ASoC topology header parsing refinement" from Keyon Jie <yang.j...Mark Brown2020-05-291-58/+38
| | | |\ \
| | | | * | ASoC: topology: remove the redundant pass checksKeyon Jie2020-05-291-44/+2
| | | | * | ASoC: topology: refine and log the header in the correct passKeyon Jie2020-05-291-14/+36
| | | * | | ASoC: fsl_asrc_dma: Fix dma_chan leak when config DMA channel failedXiyu Yang2020-05-291-0/+1
| | | * | | ASoC: rt1015: Enable class-D silence and clock detectionsderek.fang2020-05-291-1/+1
| | | * | | ASoC: img-i2s-out: Fix runtime PM imbalance on errorDinghao Liu2020-05-291-2/+6
| | | |/ /
| | | * | ASoC: amd: Removing unnecessary instance initializationRavulapati Vishnu vardhan rao2020-05-281-8/+0
| | | * | ASoC: sta32x: add missed function calls in error pathsChuhong Yuan2020-05-281-2/+9
| | | * | ASoC: rt5682: split i2c driver into separate moduleArnd Bergmann2020-05-289-764/+847
| | | * | ASoC: nau8810: add I2C device and compatible IDSeven Lee2020-05-281-0/+4
| | | * | ASoC: ingenic: Unconditionally depend on devicetreePaul Cercueil2020-05-286-11/+8
| | | * | Merge series "ASoC: SOF: finalize Baytrail/CherryTrail support" from Pierre-L...Mark Brown2020-05-2713-47/+122
| | | |\ \
| | | | * | ASoC: SOF: Intel: BYT: harden IPC initialization and handlingKeyon Jie2020-05-271-14/+17
| | | | * | ASoC: SOF: Intel: BYT: mask BUSY or DONE interrupts in handlerPierre-Louis Bossart2020-05-271-21/+25
| | | | * | ASoC: SOF: Intel: BYT: add .remove opRanjani Sridharan2020-05-271-0/+9
| | | | * | ASoC: SOF: ipc: ignore DSP replies received when they are not expectedRanjani Sridharan2020-05-272-6/+5
| | | | * | ASoC: Intel: byt/cht: add .pm_opsPierre-Louis Bossart2020-05-279-0/+27
| | | | * | ASoC: Intel: bytcr_rt5640/51: remove .ignore_suspendPierre-Louis Bossart2020-05-272-7/+0
| | | | * | ASoC: SOF: pm: handle resume on legacy Intel platformsRanjani Sridharan2020-05-271-2/+6
| | | | * | ASoC: SOF: Intel: byt: Add PM callbacksRanjani Sridharan2020-05-271-0/+36
| | | * | | ASoC: mmp-sspa: Fix return value check in asoc_mmp_sspa_probe()Wei Yongjun2020-05-271-4/+4
| | | * | | ASoC: tlv320adcx140: Fix warnings when using W=1Dan Murphy2020-05-271-5/+3
| | | * | | ASoC: wm8962: Fix runtime PM imbalance on errorDinghao Liu2020-05-271-0/+2
| | | * | | ASoC: img-spdif-in: Fix runtime PM imbalance on errorDinghao Liu2020-05-271-1/+3
| | | * | | ASoC: tlv320adcx140: Add support for configuring GPI pinsDan Murphy2020-05-272-0/+35
| | | * | | ASoC: img-spdif-out: Fix runtime PM imbalance on errorDinghao Liu2020-05-271-1/+3
| | | |/ /
| | | * | ASoC: tas2552: Fix runtime PM imbalance in tas2552_component_probeDinghao Liu2020-05-261-0/+1
| | | * | ASoC: fix incomplete error-handling in img_i2s_in_probe.Qiushi Wu2020-05-261-0/+1
| | | * | ASoC: ti: Fix runtime PM imbalance in omap2_mcbsp_set_clks_srcDinghao Liu2020-05-261-5/+2
| | | * | ASoC: fix semicolon.cocci warningskbuild test robot2020-05-261-1/+1
| | | * | Merge series "ASoC: add soc-link" from Kuninori Morimoto <kuninori.morimoto.g...Mark Brown2020-05-256-131/+196
| | | |\ \
| | | | * | ASoC: soc-link: add snd_soc_link_compr_set_params()Kuninori Morimoto2020-05-252-10/+19
| | | | * | ASoC: soc-link: add snd_soc_link_compr_shutdown()Kuninori Morimoto2020-05-252-4/+12
| | | | * | ASoC: soc-link: add snd_soc_link_compr_startup()Kuninori Morimoto2020-05-252-17/+20
| | | | * | ASoC: soc-link: add snd_soc_link_be_hw_params_fixup()Kuninori Morimoto2020-05-254-16/+23
| | | | * | ASoC: soc-link: remove unneeded parameter from snd_soc_link_xxx()Kuninori Morimoto2020-05-252-21/+23
| | | | * | ASoC: soc-link: move soc_rtd_xxx()Kuninori Morimoto2020-05-252-75/+78
| | | | * | ASoC: add soc-link.cKuninori Morimoto2020-05-253-9/+42