aboutsummaryrefslogtreecommitdiffstats
path: root/sound/pci/hda/hda_bind.c (follow)
AgeCommit message (Expand)AuthorFilesLines
2022-09-10ALSA: hda: Fix hang at HD-audio codec unbinding due to refcount saturationTakashi Iwai1-2/+2
2022-07-09ALSA: hda: Fix null-ptr-deref when i915 fails and hdmi is denylistedCezary Rojewski1-0/+7
2021-11-17ALSA: hda: Do disconnect jacks at codec unbindTakashi Iwai1-0/+2
2021-11-16ALSA: hda: Fix potential deadlock at codec unbindingTakashi Iwai1-0/+5
2021-10-07ALSA: hda: intel: Allow repeatedly probing on codec configuration errorsTakashi Iwai1-9/+11
2021-08-14ALSA: hda: Suspend codec at shutdownTakashi Iwai1-7/+1
2021-06-23ALSA: hda: Release codec display power during shutdown/rebootImre Deak1-2/+5
2021-03-10ALSA: hda: Avoid spurious unsol event handling during S3/S4Takashi Iwai1-0/+4
2019-10-28ALSA: hda - Fix pending unsol events at shutdownTakashi Iwai1-0/+4
2019-05-21treewide: Add SPDX license identifier for missed filesThomas Gleixner1-0/+1
2019-02-01ALSA: hda - Serialize codec registrationsTakashi Iwai1-1/+2
2018-08-28ASoC: hdac_hda: add asoc extension for legacy HDA codec driversRakesh Ughreja1-0/+12
2018-08-28ALSA: hda: move hda_codec.h to include/soundPierre-Louis Bossart1-1/+1
2017-09-04ALSA: hda: Fix forget to free resource in error handling code path in hda_codec_driver_probeWang YanQing1-1/+4
2016-01-20ALSA: hda - Fix missing module loading with model=generic optionTakashi Iwai1-10/+32
2015-10-20Merge branch 'topic/hda-modalias' into for-nextTakashi Iwai1-14/+18
2015-10-20ALSA: hda - convert to hda_device_idTakashi Iwai1-14/+18
2015-10-17ALSA: hda - Fix bogus codec address check for mixer name assignmentTakashi Iwai1-2/+2
2015-10-15ALSA: hda - Update mixer name for the lower codec addressTakashi Iwai1-1/+3
2015-10-15ALSA: hda - consolidate chip rename functionsTakashi Iwai1-12/+23
2015-05-28ALSA: hda - Drop unused fields from struct hda_codec_presetTakashi Iwai1-9/+1
2015-03-23ALSA: hda - Add regmap supportTakashi Iwai1-0/+4
2015-03-23ALSA: hda - Fix possible runtime PM refcount unbalanceTakashi Iwai1-0/+1
2015-03-23ALSA: hda - Add widget sysfs treeTakashi Iwai1-2/+2
2015-03-23ALSA: hda - Move a part of hda_codec stuff into hdac_deviceTakashi Iwai1-80/+15
2015-03-23ALSA: hda - Move some codes up to hdac_bus structTakashi Iwai1-0/+10
2015-03-23ALSA: hda - Make snd_hda_bus_type publicTakashi Iwai1-33/+14
2015-03-13ALSA: hda - Use shutdown driver ops instead of reboot notifierTakashi Iwai1-0/+10
2015-03-03ALSA: hda - Build PCMs and controls at codec driver probeTakashi Iwai1-5/+17
2015-03-03ALSA: hda - Implement unbind more safelyTakashi Iwai1-2/+1
2015-03-03ALSA: hda - Add card field to hda_codec structTakashi Iwai1-3/+3
2015-02-23ALSA: hda - Move codec suspend/resume to codec driverTakashi Iwai1-1/+2
2015-02-23ALSA: hda - Bind codecs via standard busTakashi Iwai1-0/+320