ALSA: hda/ca0132 - Use snd_hda_set_pin_ctl() helper again
authorTakashi Iwai <tiwai@suse.de>
Tue, 15 Jan 2013 16:13:31 +0000 (17:13 +0100)
committerTakashi Iwai <tiwai@suse.de>
Tue, 15 Jan 2013 16:13:31 +0000 (17:13 +0100)
The recent update of ca0132 driver replaced the pinctl setup to the
direct write via snd_hda_codec_write() again.  This should be covered
by snd_hda_set_pin_ctl() to be safer.

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

Simple merge