]> git.baikalelectronics.ru Git - kernel.git/commit
ALSA: hda/realtek - Cache COEF 0 value
authorTakashi Iwai <tiwai@suse.de>
Mon, 17 Oct 2011 14:50:59 +0000 (16:50 +0200)
committerTakashi Iwai <tiwai@suse.de>
Mon, 17 Oct 2011 21:39:33 +0000 (23:39 +0200)
commit77552e24726df6fa8954f24706415902c6488857
treebf57474d2177b26bf06cb2a33f867752952e786e
parenta12d0a2d393fd70898ee2a02000afdffbe6b562a
ALSA: hda/realtek - Cache COEF 0 value

The COEF #0 value represents a sort of device id, so it's supposedly
constant while operation.  Better to use the cached value instead of
reading it at each time from the performance POV.

Signed-off-by: Takashi Iwai <tiwai@suse.de>
sound/pci/hda/patch_realtek.c