commit | 8bc174e9e3079b2475fb09e244f71fd57de7a802 | [log] [tgz] |
---|---|---|
author | Takashi Iwai <tiwai@suse.de> | Thu Mar 26 14:18:34 2015 +0100 |
committer | Takashi Iwai <tiwai@suse.de> | Thu Mar 26 14:18:34 2015 +0100 |
tree | 2c2bf1eadf650635e250e77670b70e7fa234202d | |
parent | 40ba66a702b83f46c53456eaaac692fc12f82cb0 [diff] |
ALSA: hda - Handle a few verbs as read-only Although they can be written, handle a few verbs as read-only in regmap interface: CONFIG_DEFAULT, CONV and CVT_CHAN_COUNT. These are either updated in PCM or HDMI management code in a volatile manner, or just needed only as parameter, thus they don't need to be written at resume sync. Signed-off-by: Takashi Iwai <tiwai@suse.de>