]> 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)
commitbfea9006d0ca1186345807e32aba36b8b7c66b6c
treebf57474d2177b26bf06cb2a33f867752952e786e
parent6566422c5ec87039aead59f7f20cb8a38a790a2c
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