summaryrefslogtreecommitdiffstats
path: root/sound
AgeCommit message (Expand)Author
2020-04-14ASoC: dapm: Move error message to avoid some duplicationCharles Keepax
2020-04-14ASoC: Intel: soc-acpi-intel-cml-match: remove useless 'rt1308_2_adr'Jason Yan
2020-04-14ASoC: intel: soc-acpi-intel-icl-match: remove useless 'rt1308_2_adr'Jason Yan
2020-04-14ASoC: amd: Fix button configurationAkshu Agrawal
2020-04-14ASoC: tas571x: disable regulators on failed probePhilipp Puschmann
2020-04-14ASoC: dapm: Fix regression introducing multiple copies of DAI widgetsCharles Keepax
2020-04-14ASoC: samsung: s3c24xx-i2s: Fix build after removal of DAI suspend/resumeKrzysztof Kozlowski
2020-04-13ALSA: hda: Allow setting preallocation again for x86Takashi Iwai
2020-04-13ALSA: hda: Explicitly permit using autosuspend if runtime PM is supportedRoy Spliet
2020-04-13ALSA: hda: Skip controller resume if not neededTakashi Iwai
2020-04-13ALSA: hda: Keep the controller initialization even if no codecs foundTakashi Iwai
2020-04-13ALSA: hda: Release resources at error in delayed probeTakashi Iwai
2020-04-13ALSA: hda: Honor PM disablement in PM freeze and thaw_noirq opsTakashi Iwai
2020-04-13ALSA: hda: Don't release card at firmware loading errorTakashi Iwai
2020-04-12ALSA: usb-audio: Check mapping at creating connector controls, tooTakashi Iwai
2020-04-12ALSA: usb-audio: Don't create jack controls for PCM terminalsTakashi Iwai
2020-04-12ALSA: usb-audio: Don't override ignore_ctl_error value from the mapTakashi Iwai
2020-04-12ALSA: usb-audio: Filter error from connector kctl ops, tooTakashi Iwai
2020-04-11ALSA: hda/realtek - Enable the headset mic on Asus FX505DTAdam Barber
2020-04-10Merge tag 'sound-fix-5.7-rc1' of git://git.kernel.org/pub/scm/linux/kernel/gi...Linus Torvalds
2020-04-09ALSA: ctxfi: Remove unnecessary cast in kfreeXu Wang
2020-04-09ASoC: topology: Check return value of soc_tplg_dai_configAmadeusz Sławiński
2020-04-09ASoC: topology: Check return value of pcm_new_verAmadeusz Sławiński
2020-04-09ASoC: topology: Check soc_tplg_add_route return valueAmadeusz Sławiński
2020-04-09ASoC: topology: Check return value of soc_tplg_*_createAmadeusz Sławiński
2020-04-09ASoC: topology: Check return value of soc_tplg_create_tlvAmadeusz Sławiński
2020-04-09ASoC: topology: Add missing memory checksAmadeusz Sławiński
2020-04-08Merge tag 'asoc-fix-v5.7' of https://git.kernel.org/pub/scm/linux/kernel/git/...Takashi Iwai
2020-04-08ALSA: hda: Add driver blacklistTakashi Iwai
2020-04-08ALSA: usb-audio: Add mixer workaround for TRX40 and coTakashi Iwai
2020-04-08ALSA: hda/realtek - Add quirk for MSI GL63Takashi Iwai
2020-04-07ALSA: ice1724: Fix invalid access for enumerated ctl itemsTakashi Iwai
2020-04-07ALSA: hda: Fix potential access overflow in beep helperTakashi Iwai
2020-04-07ASoC: cs4270: pull reset GPIO low then highMike Willard
2020-04-07ALSA: hda/realtek - Add HP new mute led supported for ALC236Kailang Yang
2020-04-07ALSA: hda/realtek - Add supported new mute Led for HPKailang Yang
2020-04-06ASoC: rt5645: Add platform-data for Medion E1239THans de Goede
2020-04-06ASoC: Intel: bytcr_rt5640: Add quirk for MPMAN MPWIN895CL tabletHans de Goede
2020-04-06ASoC: stm32: sai: Add missing cleanupJulia Lawall
2020-04-04ALSA: usb-audio: Add registration quirk for Kingston HyperX Cloud Alpha SEmmanuel Pescosta
2020-04-03Merge tag 'spdx-5.7-rc1' of git://git.kernel.org/pub/scm/linux/kernel/git/gre...Linus Torvalds
2020-04-03ASoC: Intel: atom: Fix uninitialized variable compiler warningHans de Goede
2020-04-03ASoC: Intel: atom: Check drv->lock is locked in sst_fill_and_send_cmd_unlockedHans de Goede
2020-04-03ASoC: Intel: atom: Take the drv->lock mutex before calling sst_send_slot_map()Hans de Goede
2020-04-03ASoC: SOF: Turn "firmware boot complete" message into a dbg messageHans de Goede
2020-04-03ALSA: usb-audio: Add Pioneer DJ DJM-250MK2 quirkFrantišek Kučera
2020-04-03ALSA: pcm: oss: Fix regression by buffer overflow fix (again)Takashi Iwai
2020-04-02Merge tag 'sound-5.7-rc1' of git://git.kernel.org/pub/scm/linux/kernel/git/ti...Linus Torvalds
2020-04-02ALSA: hda/realtek - Add quirk for Lenovo Carbon X1 8th genHans de Goede
2020-04-01ASoC: topology: use name_prefix for new kcontrol이경택