]> git.ipfire.org Git - thirdparty/kernel/stable.git/commit - sound/pci/hda/patch_realtek.c
ALSA: hda - Add setup hook to ALC preset struct
authorTakashi Iwai <tiwai@suse.de>
Tue, 11 Aug 2009 15:16:13 +0000 (17:16 +0200)
committerTakashi Iwai <tiwai@suse.de>
Tue, 11 Aug 2009 15:16:13 +0000 (17:16 +0200)
commite9c364c04f59f7fb250f9689198eaa59872cf8af
treeb50d996ebbc28babc35f2912bc783a135dd643b4
parent4d8e22e0f6aacb365db2cb9bf69e38310b37f418
ALSA: hda - Add setup hook to ALC preset struct

Added setup hook to ALC preset struct to be called at in the parser
but not at each init callback.
This can be used for setting up the static pins, etc, while the
init hook should be used for updating the status again.

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