summaryrefslogtreecommitdiffstats
path: root/sound
Commit message (Expand)AuthorAgeFilesLines
...
| | * ASoC: max98390: Fix potential crash during param fw loadingSteve Lee2020-06-042-5/+22
| | * ASoC: max98390: Fix incorrect printf qualifierTakashi Iwai2020-06-041-1/+1
| | * ASoC: fsl-asoc-card: Defer probe when fail to find codec deviceShengjiu Wang2020-06-041-1/+1
| | * ASoC: rl6231: Modify the target DMIC clock rateOder Chiou2020-06-041-2/+2
| * | ALSA: pcm: disallow linking stream to itselfMichał Mirosław2020-06-081-0/+6
| * | ALSA: usb-audio: Manage auto-pm of all bundled interfacesTakashi Iwai2020-06-082-6/+33
| * | ALSA: hda/realtek - add a pintbl quirk for several Lenovo machinesHui Wang2020-06-081-0/+6
| * | ALSA: pcm: fix snd_pcm_link() lockdep splatMichał Mirosław2020-06-081-2/+12
| * | ALSA: usb-audio: Use the new macro for HP Dock rename quirksTakashi Iwai2020-06-081-12/+4
| * | ALSA: usb-audio: Add vendor, product and profile name for HP Thunderbolt DockKai-Heng Feng2020-06-081-0/+20
| * | ALSA: emu10k1: delete an unnecessary conditionDan Carpenter2020-06-051-1/+1
| * | ALSA: usb-audio: Fix inconsistent card PM state after resumeTakashi Iwai2020-06-042-8/+13
* | | mmap locking API: convert mmap_sem commentsMichel Lespinasse2020-06-091-1/+1
* | | mm: reorder includes after introduction of linux/pgtable.hMike Rapoport2020-06-093-3/+3
* | | mm: introduce include/linux/pgtable.hMike Rapoport2020-06-093-3/+3
* | | mm: don't include asm/pgtable.h if linux/mm.h is already includedMike Rapoport2020-06-091-1/+0
* | | Merge tag 'powerpc-5.8-1' of git://git.kernel.org/pub/scm/linux/kernel/git/po...Linus Torvalds2020-06-056-2000/+1
|\ \ \
| * | | sound: ac97: Remove sound driver for ancient platformMichal Simek2020-05-285-1999/+0
| * | | drivers/powerpc: Replace _ALIGN_UP() by ALIGN()Christophe Leroy2020-05-111-1/+1
* | | | Merge tag 'sound-5.8-rc1' of git://git.kernel.org/pub/scm/linux/kernel/git/ti...Linus Torvalds2020-06-04336-4468/+15766
|\ \ \ \ | | |/ / | |/| |
| * | | 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-01287-3636/+13859
| |\ \ \
| | * \ \ Merge remote-tracking branch 'asoc/for-5.8' into asoc-linusMark Brown2020-06-01271-3418/+13677
| | |\ \ \ | | | | |/ | | | |/|
| | | * | ASoC: qcom: q6asm-dai: kCFI fixJohn Stultz2020-06-011-2/+2
| | | * | ASoC: soc-card: add snd_soc_card_remove_dai_link()Kuninori Morimoto2020-05-302-2/+9
| | | * | ASoC: soc-card: add snd_soc_card_add_dai_link()Kuninori Morimoto2020-05-302-2/+15
| | | * | ASoC: soc-card: add snd_soc_card_set_bias_level_post()Kuninori Morimoto2020-05-302-2/+13
| | | * | ASoC: soc-card: add snd_soc_card_set_bias_level()Kuninori Morimoto2020-05-302-2/+13
| | | * | ASoC: soc-card: add snd_soc_card_remove()Kuninori Morimoto2020-05-302-3/+14
| | | * | ASoC: soc-card: add snd_soc_card_late_probe()Kuninori Morimoto2020-05-302-9/+27
| | | * | ASoC: soc-card: add snd_soc_card_probe()Kuninori Morimoto2020-05-302-6/+26
| | | * | ASoC: soc-card: add probed bit field to snd_soc_cardKuninori Morimoto2020-05-301-10/+8
| | | * | ASoC: soc-card: add snd_soc_card_resume_post()Kuninori Morimoto2020-05-302-2/+11
| | | * | ASoC: soc-card: add snd_soc_card_resume_pre()Kuninori Morimoto2020-05-302-2/+11
| | | * | 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