aboutsummaryrefslogtreecommitdiffstats
path: root/sound/hda/hdac_regmap.c (follow)
AgeCommit message (Expand)AuthorFilesLines
2019-11-05ALSA: hda: Disable regmap internal lockingTakashi Iwai1-0/+1
2019-08-14ALSA: hda: Unexport a few more stuffTakashi Iwai1-0/+1
2019-05-21treewide: Add SPDX license identifier for missed filesThomas Gleixner1-0/+1
2018-09-07regmap: split up regmap_config.use_single_rwDavid Frey1-1/+2
2018-04-24ALSA: hda - Use a macro for snd_array iteration loopsTakashi Iwai1-2/+2
2016-06-17ALSA: hdac_regmap - fix the register access for runtime PMJaroslav Kysela1-2/+2
2016-04-21ALSA: hda - Fix possible race on regmap bypass flipTakashi Iwai1-12/+28
2016-03-08ALSA: hda - Fix unexpected resume through regmap code pathTakashi Iwai1-23/+46
2015-10-28ALSA: hda - Add / fix kernel doc commentsTakashi Iwai1-0/+10
2015-07-17ALSA: hda - Check the return value from pm_runtime_get/put*()Takashi Iwai1-4/+6
2015-06-11ALSA: hda - Re-add the lost fake mute supportTakashi Iwai1-0/+5
2015-06-10ALSA: hda - Don't actually write registers for caps overwritesTakashi Iwai1-0/+3
2015-04-14ALSA: hda - set GET bit when adding a vendor verb to the codec regmapMengdong Lin1-1/+1
2015-04-09ALSA: hda - Always allow access for POWER_STATE verbs via regmapTakashi Iwai1-5/+5
2015-04-08ALSA: hda - Work around races of power up/down with runtime PMTakashi Iwai1-4/+4
2015-03-27ALSA: hda - Set use_single_rw flag for regmapTakashi Iwai1-0/+1
2015-03-26ALSA: hda - Handle a few verbs as read-onlyTakashi Iwai1-3/+7
2015-03-23ALSA: hda - Add cache support for COEF read/writeTakashi Iwai1-1/+48
2015-03-23ALSA: hda - Handle get/set power verb symmetrically via regmapTakashi Iwai1-1/+12
2015-03-23ALSA: hda - Add a fake stereo amp register supportTakashi Iwai1-1/+70
2015-03-23ALSA: hda - Allow driver to add vendor-specific verbs for regmapTakashi Iwai1-0/+28
2015-03-23ALSA: hda - Use regmap for parameter caches, tooTakashi Iwai1-0/+8
2015-03-23ALSA: hda - Add regmap supportTakashi Iwai1-0/+304