aboutsummaryrefslogtreecommitdiffstats
path: root/sound/hda/hdac_device.c (follow)
AgeCommit message (Expand)AuthorFilesLines
2022-06-08ALSA: hda/realtek - Add HW8326 supporthuangwenhui1-0/+1
2020-09-02ALSA: hda: fix a runtime pm issue in SOF when integrated GPU is disabledRander Wang1-0/+2
2020-05-05ALSA: hda: Use dev_to_hdac_dev macroKai-Heng Feng1-1/+1
2020-03-13ALSA: hda: Use scnprintf() for string truncationTakashi Iwai1-1/+1
2020-01-14ALSA: hda: Update kernel-doc function parameter descriptionsKeyon Jie1-4/+8
2020-01-13ALSA: hda: Manage concurrent reg access more properlyTakashi Iwai1-0/+1
2020-01-05ALSA: hda: More constificationsTakashi Iwai1-2/+2
2019-08-15Revert "ALSA: hda: Add codec on bus address table lately"Takashi Iwai1-12/+9
2019-08-14ALSA: hda: Unexport a few more stuffTakashi Iwai1-4/+2
2019-08-14ALSA: hda: Add codec on bus address table latelyTakashi Iwai1-9/+12
2019-07-08Merge tag 'asoc-v5.3' of https://git.kernel.org/pub/scm/linux/kernel/git/broonie/sound into for-linusTakashi Iwai1-0/+1
2019-07-05ALSA: hda: Simplify snd_hdac_refresh_widgets()Takashi Iwai1-8/+5
2019-07-01ALSA: hda: Fix widget_mutex incomplete protectionEvan Green1-6/+12
2019-05-21treewide: Add SPDX license identifier for missed filesThomas Gleixner1-0/+1
2019-05-13ALSA: hda: Fix race between creating and refreshing sysfs entriesAmadeusz Sławiński1-0/+7
2018-12-11ALSA: hda: Refactor display power managementTakashi Iwai1-17/+0
2018-07-27ALSA: hda: Fix implicit PCM format type conversionTakashi Iwai1-1/+1
2018-02-12ALSA: hda: Copying sync power state helper to coreAbhijeet Kumar1-0/+35
2017-10-19ALSA: hda: Avoid racy recreation of widget kobjectsTakashi Iwai1-33/+10
2017-06-20ALSA: hda: Fix potential race at unregistration and unsol eventsTakashi Iwai1-0/+1
2016-04-21ALSA: hda - Fix possible race on regmap bypass flipTakashi Iwai1-6/+4
2016-03-08ALSA: hda - Fix unexpected resume through regmap code pathTakashi Iwai1-0/+16
2015-10-28ALSA: hda - Add / fix kernel doc commentsTakashi Iwai1-4/+6
2015-10-20ALSA: hda - Add a common helper to give the codec modalias stringTakashi Iwai1-0/+15
2015-10-15ALSA: hda - consolidate chip rename functionsTakashi Iwai1-0/+22
2015-10-08ALSA: hdac: Copy codec helpers to coreSubhransu S. Prusty1-0/+81
2015-08-26ALSA: hda - Fix widget sysfs tree corruption after refreshTakashi Iwai1-6/+8
2015-08-21ALSA: hdac: add snd_hdac_refresh_widget_sysfs()Vinod Koul1-0/+28
2015-07-17ALSA: hda - Check the return value from pm_runtime_get/put*()Takashi Iwai1-8/+18
2015-04-29ALSA: hda - allow a codec to control the link powerMengdong Lin1-0/+15
2015-04-16ALSA: hda - Move PCM format and rate handling code to core libraryTakashi Iwai1-0/+300
2015-04-13ALSA: hda - Fix another race in runtime PM refcountingTakashi Iwai1-0/+30
2015-04-08ALSA: hda - Work around races of power up/down with runtime PMTakashi Iwai1-9/+7
2015-04-04Merge branch 'topic/hda-regmap' into for-nextTakashi Iwai1-6/+50
2015-04-04ALSA: hda - Fix subsystem ID read regressionDavid Henningsson1-1/+1
2015-03-23ALSA: hda - Use regmap for parameter caches, tooTakashi Iwai1-0/+23
2015-03-23ALSA: hda - Implement uncached version of parameter readsTakashi Iwai1-1/+25
2015-03-23ALSA: hda - Use regmap for codec parameter readsTakashi Iwai1-12/+9
2015-03-23ALSA: hda - Fix possible runtime PM refcount unbalanceTakashi Iwai1-2/+1
2015-03-23ALSA: hda - Support indirect execution of verbsTakashi Iwai1-1/+23
2015-03-23ALSA: hda - Add widget sysfs treeTakashi Iwai1-0/+35
2015-03-23ALSA: hda - Move a part of hda_codec stuff into hdac_deviceTakashi Iwai1-0/+471