summaryrefslogtreecommitdiffstats
Commit message (Expand)AuthorAgeFilesLines
* ALSA: usb-audio: Fix potential use-after-free of streamsTakashi Iwai2020-06-171-0/+1
* ALSA: hda/realtek - Add quirk for MSI GE63 laptopTakashi Iwai2020-06-161-0/+1
* ALSA: usb-audio: Set 48 kHz rate for RodecasterChristopher Swenson2020-06-151-2/+4
* ALSA: usb-audio: add quirk for Denon DCD-1500REYick W. Tse2020-06-151-0/+1
* ALSA: usb-audio: Add implicit feedback quirk for SSL2+.Laurence Tratt2020-06-121-0/+1
* ALSA: hda: Add NVIDIA codec IDs 9a & 9d through a0 to patch tableAaron Plattner2020-06-111-0/+5
* Merge tag 'asoc-fix-v5.8' of https://git.kernel.org/pub/scm/linux/kernel/git/...Takashi Iwai2020-06-1016-38/+136
|\
| * Merge series "ASoC: Fix dailink checks for DPCM" from Pierre-Louis Bossart <p...Mark Brown2020-06-097-20/+62
| |\
| | * ASoC: SOF: nocodec: conditionally set dpcm_capture/dpcm_playback flagsPierre-Louis Bossart2020-06-091-2/+4
| | * ASoC: Intel: boards: replace capture_only by dpcm_capturePierre-Louis Bossart2020-06-094-5/+5
| | * ASoC: core: only convert non DPCM link to DPCM linkBard Liao2020-06-091-3/+19
| | * ASoC: soc-pcm: dpcm: fix playback/capture checksPierre-Louis Bossart2020-06-091-10/+34
| * | ASoC: rt5645: Add platform-data for Asus T101HAHans de Goede2020-06-091-0/+14
| * | ASoC: Intel: bytcr_rt5640: Add quirk for Toshiba Encore WT10-A tabletHans de Goede2020-06-091-0/+12
| * | ASoC: meson: add missing free_irq() in error pathPavel Machek (CIP)2020-06-091-2/+8
| |/
| * dt-bindings: ASoc: Fix tdm-slot documentation spelling errorDan Murphy2020-06-051-2/+2
| * ASoC: meson: fix memory leak of links if allocation of ldata failsColin Ian King2020-06-051-5/+12
| * 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
* | 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