]> git.proxmox.com Git - mirror_ubuntu-bionic-kernel.git/commit - sound/pci/hda/patch_realtek.c
ALSA: hda/realtek - Use tables for batch COEF writes/updtes
authorTakashi Iwai <tiwai@suse.de>
Mon, 18 Aug 2014 13:11:19 +0000 (15:11 +0200)
committerTakashi Iwai <tiwai@suse.de>
Tue, 19 Aug 2014 06:04:35 +0000 (08:04 +0200)
commit54db6c3949359ee35e9addb02506fca431721ef0
treedbb41eabe4ab167b0748ab4bd9927711ae3951b4
parent98b248839474293481905562ae38dc2d6558ef20
ALSA: hda/realtek - Use tables for batch COEF writes/updtes

There are many codes doing writes or updates COEF verbs sequentially
in a batch.  Rewrite such open codes with tables for optimization.

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