summaryrefslogtreecommitdiffstats
path: root/sound/pci/hda
Commit message (Expand)AuthorAgeFilesLines
* ALSA: pci: delete repeated words in commentsRandy Dunlap2020-08-063-3/+3
* ALSA: hda/tegra: Add 100us dma stop delayMohan Kumar2020-08-051-0/+1
* ASoC: hda/tegra: Set buffer alignment to 128 bytesMohan Kumar2020-08-051-0/+2
* ALSA: hda/hdmi: Add quirk to force connectivityKai-Heng Feng2020-08-041-1/+15
* Merge tag 'asoc-v5.9' of https://git.kernel.org/pub/scm/linux/kernel/git/broo...Takashi Iwai2020-08-031-1/+2
|\
| * Merge remote-tracking branch 'asoc/for-5.9' into asoc-nextMark Brown2020-07-311-1/+2
| |\
| | * ALSA: hda: fix snd_hda_codec_cleanup() documentationKai Vehmanen2020-07-161-1/+1
| | * ALSA: hda: export snd_hda_codec_cleanup_for_unbind()Kai Vehmanen2020-07-161-0/+1
| * | Merge tag 'sound-5.8-rc7' of git://git.kernel.org/pub/scm/linux/kernel/git/ti...Linus Torvalds2020-07-211-0/+1
| |\ \
| * \ \ Merge tag 'sound-5.8-rc6' of git://git.kernel.org/pub/scm/linux/kernel/git/ti...Linus Torvalds2020-07-171-2/+26
| |\ \ \
| * \ \ \ Merge tag 'sound-5.8-rc5' of git://git.kernel.org/pub/scm/linux/kernel/git/ti...Linus Torvalds2020-07-083-17/+68
| |\ \ \ \
| * \ \ \ \ Merge tag 'sound-5.8-rc3' of git://git.kernel.org/pub/scm/linux/kernel/git/ti...Linus Torvalds2020-06-253-0/+16
| |\ \ \ \ \ | | |_|_|_|/ | |/| | | |
* | | | | | Revert "ALSA: hda: call runtime_allow() for all hda controllers"Hui Wang2020-08-031-1/+0
* | | | | | ALSA: hda/ca0132 - Fix AE-5 microphone selection commands.Connor McAdams2020-08-031-3/+3
* | | | | | ALSA: hda/ca0132 - Add new quirk ID for Recon3D.Connor McAdams2020-08-031-0/+1
* | | | | | ALSA: hda/ca0132 - Fix ZxR Headphone gain control get value.Connor McAdams2020-08-031-0/+5
* | | | | | Merge branch 'for-next' into for-linusTakashi Iwai2020-08-0316-326/+431
|\ \ \ \ \ \
| * | | | | | ALSA: Replace the word "slave" in vmaster APITakashi Iwai2020-07-206-70/+70
| * | | | | | ALSA: hda: Add support for Loongson 7A1000 controllerKaige Li2020-07-171-0/+2
| * | | | | | ALSA: hda: Replace the words white/blacklistTakashi Iwai2020-07-152-16/+16
| * | | | | | ALSA: hda/tegra: Disable sync-write operationJon Hunter2020-07-141-0/+1
| * | | | | | ALSA: Use fallthrough pseudo-keywordGustavo A. R. Silva2020-07-093-4/+4
| * | | | | | ALSA: hda/hdmi: Add Intel silent stream supportHarsha Priya2020-07-072-0/+78
| * | | | | | ALSA: hda: fix SND_HDA_GENERIC kconfig & buildRandy Dunlap2020-07-071-0/+1
| * | | | | | Merge branch 'topic/hda-micmute-led' into for-nextTakashi Iwai2020-06-197-216/+248
| |\ \ \ \ \ \
| | * | | | | | ALSA: hda: Let LED cdev handling suspend/resumeTakashi Iwai2020-06-181-0/+1
| | * | | | | | ALSA: hda/realtek: Unify LED helper codeTakashi Iwai2020-06-181-64/+61
| | * | | | | | ALSA: hda/sigmatel: Use the new vmaster mute LED helperTakashi Iwai2020-06-181-5/+8
| | * | | | | | ALSA: hda/conexant: Use the new vmaster mute LED helperTakashi Iwai2020-06-181-22/+15
| | * | | | | | ALSA: hda/realtek: Use the new vmaster mute LED helperTakashi Iwai2020-06-182-39/+32
| | * | | | | | ALSA: hda: generic: Add vmaster mute LED helperTakashi Iwai2020-06-182-12/+62
| | * | | | | | ALSA: hda: generic: Drop the old mic-mute LED hookTakashi Iwai2020-06-182-22/+3
| | * | | | | | ALSA: hda: generic: Drop unused snd_hda_gen_fixup_micmute_led()Takashi Iwai2020-06-182-25/+0
| | * | | | | | ALSA: hda/sigmatel: Convert to cdev-variant of mic-mute LED controlsTakashi Iwai2020-06-181-3/+6
| | * | | | | | ALSA: hda/conexant: Convert to cdev-variant of mic-mute LED controlsTakashi Iwai2020-06-181-4/+6
| | * | | | | | ALSA: hda/realtek: Convert to cdev-variant of mic-mute LED controlsTakashi Iwai2020-06-182-14/+27
| | * | | | | | ALSA: hda: generic: Add a helper for mic-mute LED with LED classdevTakashi Iwai2020-06-184-31/+60
| | * | | | | | ALSA: hda: generic: Always call led-trigger for mic mute LEDTakashi Iwai2020-06-181-13/+5
| | |/ / / / /
| * | | | | | ALSA: hda: Enable sync-write operation as default for all controllersTakashi Iwai2020-06-193-19/+10
| * | | | | | Merge branch 'for-linus' into for-nextTakashi Iwai2020-06-151-0/+5
| |\ \ \ \ \ \ | | |/ / / / / | |/| | | | |
| * | | | | | Merge tag 'sound-fix-5.8-rc1' of git://git.kernel.org/pub/scm/linux/kernel/gi...Linus Torvalds2020-06-111-0/+6
| |\ \ \ \ \ \
| * | | | | | | mm: reorder includes after introduction of linux/pgtable.hMike Rapoport2020-06-091-1/+1
| * | | | | | | mm: introduce include/linux/pgtable.hMike Rapoport2020-06-091-1/+1
* | | | | | | | ALSA: hda/realtek: Add alc269/alc662 pin-tables for Loongson-3 laptopsHuacai Chen2020-08-021-0/+114
* | | | | | | | ALSA: hda/realtek - Fixed HP right speaker no soundKailang Yang2020-07-301-1/+18
* | | | | | | | ALSA: hda: fix NULL pointer dereference during suspendRanjani Sridharan2020-07-291-0/+8
* | | | | | | | ALSA: hda/hdmi: Fix keep_power assignment for non-component devicesTakashi Iwai2020-07-281-1/+1
* | | | | | | | ALSA: hda: Workaround for spurious wakeups on some Intel platformsTakashi Iwai2020-07-272-4/+15
* | | | | | | | ALSA: hda/realtek: Fix add a "ultra_low_power" function for intel reference b...PeiSen Hou2020-07-271-1/+1
* | | | | | | | ALSA: hda/realtek: typo_fix: enable headset mic of ASUS ROG Zephyrus G14(GA40...Armas Spann2020-07-241-3/+3