summaryrefslogtreecommitdiff
path: root/include/sound/hdaudio.h
diff options
context:
space:
mode:
authorTakashi Iwai <tiwai@suse.de>2015-02-25 14:18:50 (GMT)
committerTakashi Iwai <tiwai@suse.de>2015-03-23 12:19:39 (GMT)
commiteeecd9d10d3da0b9efd6f58fad55c4355dcc246a (patch)
tree8a664234ab300d8275d9d1acc604f52b5c7d0270 /include/sound/hdaudio.h
parent9ba17b4d132f56a680fa1ba0bc2a8f98b6263d93 (diff)
downloadlinux-eeecd9d10d3da0b9efd6f58fad55c4355dcc246a.tar.xz
ALSA: hda - Use regmap for amp accesses
This patch converts the amp access functions to the regmap helpers. The amp values were formerly cached in the own hash table. Now it's dropped by the regmap's cache. The only tricky conversion is snd_hda_codec_amp_init(). This function shouldn't do anything if the amp was already initialized. For achieving this behavior, a value is read once at first temporarily in the cache-only mode. Only if it returns an error, i.e. the item still doesn't exist in the cache, it proceeds to the update. Signed-off-by: Takashi Iwai <tiwai@suse.de>
Diffstat (limited to 'include/sound/hdaudio.h')
0 files changed, 0 insertions, 0 deletions