commit | 9efe2731db3a8944d26233bb47532011411810fb | [log] [tgz] |
---|---|---|
author | Takashi Iwai <tiwai@suse.de> | Thu Apr 09 07:58:46 2015 +0200 |
committer | Takashi Iwai <tiwai@suse.de> | Thu Apr 09 08:24:51 2015 +0200 |
tree | 9ce695d20786db896f61e3d0e914c9b752330152 | |
parent | 664c715573c2c116c2d8f5de7d59ce85a98a1751 [diff] |
ALSA: hda - Always allow access for POWER_STATE verbs via regmap The hdac regmap code checks whether the codec is powered on while accessing, but there must be an exception -- the verbs to control the power state. Currently HD-audio driver doesn't access them via regmap, so this patch doesn't fix any current behavior, but it's just for future. Signed-off-by: Takashi Iwai <tiwai@suse.de>