summaryrefslogtreecommitdiff
path: root/sound/hda/hdac_regmap.c
AgeCommit message (Expand)Author
2023-07-18ALSA: hda: Use regcache_reg_cached() rather than open codingMark Brown
2023-07-03ALSA: hda: fix a possible null-pointer dereference due to data race in snd_hd...Tuo Li
2023-06-26Merge tag 'asoc-v6.5' of https://git.kernel.org/pub/scm/linux/kernel/git/broo...Takashi Iwai
2023-06-11ALSA: hda: Use maple tree register cacheMark Brown
2023-05-23ASoC: do not include pm_runtime.h if not usedClaudiu Beznea
2021-03-02ALSA: hda: fix kernel-doc warningsPierre-Louis Bossart
2020-01-13ALSA: hda: Manage concurrent reg access more properlyTakashi Iwai
2020-01-11Merge branch 'for-linus' into for-nextTakashi Iwai
2020-01-08ALSA: hda: enable regmap internal lockingKai Vehmanen
2020-01-08ALSA: hda: Fix a typo in commentsTakashi Iwai
2019-11-05ALSA: hda: Disable regmap internal lockingTakashi Iwai
2019-08-14ALSA: hda: Unexport a few more stuffTakashi Iwai
2019-05-21treewide: Add SPDX license identifier for missed filesThomas Gleixner
2018-09-07regmap: split up regmap_config.use_single_rwDavid Frey
2018-04-24ALSA: hda - Use a macro for snd_array iteration loopsTakashi Iwai
2016-06-17ALSA: hdac_regmap - fix the register access for runtime PMJaroslav Kysela
2016-04-21ALSA: hda - Fix possible race on regmap bypass flipTakashi Iwai
2016-03-08ALSA: hda - Fix unexpected resume through regmap code pathTakashi Iwai
2015-10-28ALSA: hda - Add / fix kernel doc commentsTakashi Iwai
2015-07-17ALSA: hda - Check the return value from pm_runtime_get/put*()Takashi Iwai
2015-06-11ALSA: hda - Re-add the lost fake mute supportTakashi Iwai
2015-06-10ALSA: hda - Don't actually write registers for caps overwritesTakashi Iwai
2015-04-14ALSA: hda - set GET bit when adding a vendor verb to the codec regmapMengdong Lin
2015-04-09ALSA: hda - Always allow access for POWER_STATE verbs via regmapTakashi Iwai
2015-04-08ALSA: hda - Work around races of power up/down with runtime PMTakashi Iwai
2015-03-27ALSA: hda - Set use_single_rw flag for regmapTakashi Iwai
2015-03-26ALSA: hda - Handle a few verbs as read-onlyTakashi Iwai
2015-03-23ALSA: hda - Add cache support for COEF read/writeTakashi Iwai
2015-03-23ALSA: hda - Handle get/set power verb symmetrically via regmapTakashi Iwai
2015-03-23ALSA: hda - Add a fake stereo amp register supportTakashi Iwai
2015-03-23ALSA: hda - Allow driver to add vendor-specific verbs for regmapTakashi Iwai
2015-03-23ALSA: hda - Use regmap for parameter caches, tooTakashi Iwai
2015-03-23ALSA: hda - Add regmap supportTakashi Iwai