ALSA: hda - Fix missing call of capture_switch_hook
authorTakashi Iwai <tiwai@suse.de>
Fri, 18 Jan 2013 13:01:14 +0000 (14:01 +0100)
committerTakashi Iwai <tiwai@suse.de>
Fri, 18 Jan 2013 13:02:51 +0000 (14:02 +0100)
commita35bd1e3e6eadba210faedf93354c7657dd59238
treeeb9a2fad6c9c51d9ddecb26e3e2211baea75d2ec
parent6f7c83afc6cc3f66d13e4ad0a0f5693d9175e1ab
ALSA: hda - Fix missing call of capture_switch_hook

When a standard capture switch without multiple binding is used, the
call for capture_switch_hook isn't called properly.  Replace the put
ops to add the hook call in that case.

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