git.openpandora.org
/
pandora-kernel.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
ad35879
)
ALSA: hda - introduce snd_hda_codec_update_cache()
author
Takashi Iwai
<tiwai@suse.de>
Tue, 30 Mar 2010 16:03:44 +0000
(18:03 +0200)
committer
Takashi Iwai
<tiwai@suse.de>
Tue, 30 Mar 2010 16:03:44 +0000
(18:03 +0200)
Add a new helper, snd_hda_codec_update_cache(), for reducing the unneeded
verbs. This function checks the cached value and skips if it's identical
with the given one. Otherwise it works like snd_hda_codec_write_cache().
The alc269 code uses this function as an example.
Signed-off-by: Takashi Iwai <tiwai@suse.de>
No differences found