]> git.karo-electronics.de Git - mv-sheeva.git/commit
ALSA: hda - Add fixup-call in init callback
authorTakashi Iwai <tiwai@suse.de>
Thu, 13 Jan 2011 14:41:45 +0000 (15:41 +0100)
committerTakashi Iwai <tiwai@suse.de>
Thu, 13 Jan 2011 14:42:53 +0000 (15:42 +0100)
commit5870112021fb38e73b25dad3baec4ca0819c594a
treea83ea912a4480e49ed76e2053cc896d38e14ea13
parentb5bfbc670283d1ff21df4cd3f9f036cc47e34ce4
ALSA: hda - Add fixup-call in init callback

In some cases, the fix-up is required in the init callback to be called
both at the first initialization and at the resume.  The new action type
ALC_FIXUP_ACT_INIT is used for this case.

So far, only ALC275_FIXUP_SONY_HWEQ uses this.

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