]> git.ipfire.org Git - thirdparty/linux.git/commit - sound/pci/hda/patch_realtek.c
ALSA: hda/realtek - Selectively call snd_hda_shutup_pins()
authorTakashi Iwai <tiwai@suse.de>
Wed, 24 Jul 2013 12:31:50 +0000 (14:31 +0200)
committerTakashi Iwai <tiwai@suse.de>
Wed, 24 Jul 2013 12:31:50 +0000 (14:31 +0200)
commit9bfb2844a2f9e6eab52aed1eca0d03f4398c755f
treeac2e5cd7c1a0bc7f1d0a9b9efbc610c8495cbf8a
parentb785a492c6eef578520594d5c4d6e9f2cb47cbeb
ALSA: hda/realtek - Selectively call snd_hda_shutup_pins()

Instead of calling snd_hda_shutup_pins() unconditionally, allow it be
called in spec->shutup callback.  In this way, we can avoid calling
this function if it causes a problem like we see in the next patch
following this.

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