diff options
author | Takashi Iwai <tiwai@suse.de> | 2015-02-25 15:18:50 +0100 |
---|---|---|
committer | Takashi Iwai <tiwai@suse.de> | 2015-03-23 13:19:39 +0100 |
commit | eeecd9d10d3da0b9efd6f58fad55c4355dcc246a (patch) | |
tree | 8a664234ab300d8275d9d1acc604f52b5c7d0270 /sound/hda/hdac_device.c | |
parent | 9ba17b4d132f56a680fa1ba0bc2a8f98b6263d93 (diff) | |
download | blackbird-obmc-linux-eeecd9d10d3da0b9efd6f58fad55c4355dcc246a.tar.gz blackbird-obmc-linux-eeecd9d10d3da0b9efd6f58fad55c4355dcc246a.zip |
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 'sound/hda/hdac_device.c')
0 files changed, 0 insertions, 0 deletions