summaryrefslogtreecommitdiffstats
Commit message (Expand)AuthorAgeFilesLines
* ALSA: usb-audio: Fix inconsistent card PM state after resumeTakashi Iwai2020-06-042-8/+13
* ALSA: es1688: Add the missed snd_card_free()Chuhong Yuan2020-06-031-1/+3
* ALSA: hda: add sienna_cichlid audio asic id for sienna_cichlid upHersen Wu2020-06-031-0/+3
* ALSA: usb-audio: Add Pioneer DJ DJM-900NXS2 supportDmitry Panchenko2020-06-013-0/+94
* Merge tag 'asoc-v5.8' of https://git.kernel.org/pub/scm/linux/kernel/git/broo...Takashi Iwai2020-06-011665-10719/+28530
|\
| * Merge remote-tracking branch 'asoc/for-5.8' into asoc-linusMark Brown2020-06-01317-3914/+15022
| |\
| | * ASoC: qcom: q6asm-dai: kCFI fixJohn Stultz2020-06-011-2/+2
| | * ASoC: soc-card: add snd_soc_card_remove_dai_link()Kuninori Morimoto2020-05-303-2/+11
| | * ASoC: soc-card: add snd_soc_card_add_dai_link()Kuninori Morimoto2020-05-303-2/+18
| | * ASoC: soc-card: add snd_soc_card_set_bias_level_post()Kuninori Morimoto2020-05-303-2/+16
| | * ASoC: soc-card: add snd_soc_card_set_bias_level()Kuninori Morimoto2020-05-303-2/+17
| | * ASoC: soc-card: add snd_soc_card_remove()Kuninori Morimoto2020-05-303-3/+15
| | * ASoC: soc-card: add snd_soc_card_late_probe()Kuninori Morimoto2020-05-303-9/+28
| | * ASoC: soc-card: add snd_soc_card_probe()Kuninori Morimoto2020-05-303-6/+28
| | * ASoC: soc-card: add probed bit field to snd_soc_cardKuninori Morimoto2020-05-302-10/+9
| | * ASoC: soc-card: add snd_soc_card_resume_post()Kuninori Morimoto2020-05-303-2/+12
| | * ASoC: soc-card: add snd_soc_card_resume_pre()Kuninori Morimoto2020-05-303-2/+12
| | * ASoC: soc-card: add snd_soc_card_suspend_post()Kuninori Morimoto2020-05-303-2/+12
| | * ASoC: soc-card: add snd_soc_card_suspend_pre()Kuninori Morimoto2020-05-303-2/+13
| | * ASoC: soc-card: move snd_soc_card_subclass to soc-cardKuninori Morimoto2020-05-302-5/+5
| | * ASoC: soc-card: move snd_soc_card_get_codec_dai() to soc-cardKuninori Morimoto2020-05-302-14/+14
| | * ASoC: soc-card: move snd_soc_card_set/get_drvdata() to soc-cardKuninori Morimoto2020-05-302-13/+12
| | * ASoC: soc-card: move snd_soc_card_jack_new() to soc-cardKuninori Morimoto2020-05-304-42/+42
| | * ASoC: soc-card: move snd_soc_card_get_kcontrol() to soc-cardKuninori Morimoto2020-05-304-18/+19
| | * ASoC: add soc-card.cKuninori Morimoto2020-05-304-1/+39
| | * ASoC: soc.h: convert bool to bit field for snd_soc_cardKuninori Morimoto2020-05-301-6/+7
| | * Merge series "Kconfig updates for DMIC and SOF HDMI support" from Pierre-Loui...Mark Brown2020-05-294-34/+10
| | |\
| | | * 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
| | * | dt-bindings: ASoC: renesas,rsnd: Add r8a7742 supportLad Prabhakar2020-05-291-0/+1
| | |/
| | * 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: tlv320adcx140: Fix dt-binding-check issueDan Murphy2020-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-282-2/+7
| | * 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