summaryrefslogtreecommitdiffstats
path: root/sound/pci
Commit message (Expand)AuthorAgeFilesLines
* Merge tag 'sound-5.7-rc4' of git://git.kernel.org/pub/scm/linux/kernel/git/ti...Linus Torvalds2020-05-013-5/+11
|\
| * ALSA: hda/hdmi: fix without unlocked before returnWu Bo2020-04-291-1/+3
| * ALSA: hda/hdmi: fix race in monitor detection during probeKai Vehmanen2020-04-281-0/+2
| * ALSA: hda/realtek - Two front mics on a Lenovo ThinkCenterHui Wang2020-04-271-0/+1
| * ALSA: hda: Match both PCI ID and SSID for driver blacklistTakashi Iwai2020-04-241-4/+5
* | Merge tag 'sound-5.7-rc3' of git://git.kernel.org/pub/scm/linux/kernel/git/ti...Linus Torvalds2020-04-244-30/+36
|\|
| * ALSA: hda: Always use jackpoll helper for jack update after resumeTakashi Iwai2020-04-232-26/+19
| * ALSA: hda/realtek - Add new codec supported for ALC245Kailang Yang2020-04-231-0/+3
| * ALSA: hda: Remove ASUS ROG Zenith from the blacklistTakashi Iwai2020-04-191-1/+0
| * ALSA: hda/realtek - Fix unexpected init_amp overrideTakashi Iwai2020-04-181-3/+5
| * ALSA: hda/hdmi: Add module option to disable audio component bindingTakashi Iwai2020-04-171-0/+9
* | Merge tag 'sound-5.7-rc2' of git://git.kernel.org/pub/scm/linux/kernel/git/ti...Linus Torvalds2020-04-175-52/+73
|\|
| * ALSA: hda: call runtime_allow() for all hda controllersHui Wang2020-04-141-0/+1
| * ALSA: hda: Explicitly permit using autosuspend if runtime PM is supportedRoy Spliet2020-04-131-1/+3
| * ALSA: hda: Skip controller resume if not neededTakashi Iwai2020-04-132-12/+28
| * ALSA: hda: Keep the controller initialization even if no codecs foundTakashi Iwai2020-04-131-5/+7
| * ALSA: hda: Release resources at error in delayed probeTakashi Iwai2020-04-132-13/+17
| * ALSA: hda: Honor PM disablement in PM freeze and thaw_noirq opsTakashi Iwai2020-04-131-0/+4
| * ALSA: hda: Don't release card at firmware loading errorTakashi Iwai2020-04-131-14/+5
| * ALSA: hda/realtek - Enable the headset mic on Asus FX505DTAdam Barber2020-04-111-0/+1
| * ALSA: ctxfi: Remove unnecessary cast in kfreeXu Wang2020-04-091-7/+7
* | Merge tag 'sound-fix-5.7-rc1' of git://git.kernel.org/pub/scm/linux/kernel/gi...Linus Torvalds2020-04-104-3/+150
|\|
| * ALSA: hda: Add driver blacklistTakashi Iwai2020-04-081-0/+16
| * ALSA: hda/realtek - Add quirk for MSI GL63Takashi Iwai2020-04-081-0/+1
| * ALSA: ice1724: Fix invalid access for enumerated ctl itemsTakashi Iwai2020-04-071-2/+2
| * ALSA: hda: Fix potential access overflow in beep helperTakashi Iwai2020-04-071-1/+5
| * ALSA: hda/realtek - Add HP new mute led supported for ALC236Kailang Yang2020-04-071-0/+44
| * ALSA: hda/realtek - Add supported new mute Led for HPKailang Yang2020-04-071-0/+81
| * ALSA: hda/realtek - Add quirk for Lenovo Carbon X1 8th genHans de Goede2020-04-021-0/+1
* | Merge tag 'sound-5.7-rc1' of git://git.kernel.org/pub/scm/linux/kernel/git/ti...Linus Torvalds2020-04-0212-340/+239
|\|
| * ALSA: hda/realtek - Remove now-unnecessary XPS 13 headphone noise fixupsThomas Hebb2020-03-311-34/+0
| * ALSA: hda/realtek - Set principled PC Beep configuration for ALC256Thomas Hebb2020-03-311-6/+9
| * Merge branch 'for-next' into for-linusTakashi Iwai2020-03-3011-237/+110
| |\
| | * ALSA: hda: default enable CA0132 DSP supportRouven Czerwinski2020-03-291-0/+1
| | * Merge branch 'for-linus' into for-nextTakashi Iwai2020-03-094-8/+33
| | |\
| | * | ALSA: korg1212: fix if-statement empty body warningsRandy Dunlap2020-03-061-1/+1
| | * | Merge branch 'topic/usb-uac2-effect-unit' into for-nextTakashi Iwai2020-02-171-0/+4
| | |\ \
| | * | | ALSA: hda_codec: Replace zero-length array with flexible-array memberGustavo A. R. Silva2020-02-121-1/+1
| | * | | ALSA: hda/ca0132 - Replace zero-length array with flexible-array memberGustavo A. R. Silva2020-02-121-1/+1
| | * | | ALSA: ali5451: remove redundant variable capture_flagColin Ian King2020-02-101-4/+2
| | * | | ALSA: hda: remove redundant assignment to variable timeoutColin Ian King2020-02-101-1/+1
| | * | | ALSA: hdsp: remove redundant assignment to variable errColin Ian King2020-02-101-1/+2
| | * | | ALSA: emu10k1: Fix endianness annotationsTakashi Iwai2020-02-101-1/+3
| | * | | ALSA: via82xx: Fix endianness annotationsTakashi Iwai2020-02-102-4/+8
| | * | | ALSA: hda/hdmi: Move ELD parse and jack reporting into update_eld()Takashi Iwai2020-02-101-62/+48
| | * | | ALSA: hda/hdmi: Move runtime PM resume into hdmi_present_sense_via_verbs()Takashi Iwai2020-02-101-11/+9
| | * | | ALSA: hda/hdmi: Don't use standard hda_jack for generic HDMI jacksTakashi Iwai2020-02-101-162/+57
| | * | | ALSA: hda/hdmi: Reduce hda_jack_tbl lookup at unsol event handlingTakashi Iwai2020-02-101-15/+3
| * | | | ALSA: hda/realtek - a fake key event is triggered by running shutupHui Wang2020-03-291-63/+107
| * | | | ALSA: hda/realtek: Enable mute LED on an HP systemKai-Heng Feng2020-03-271-0/+12