ALSA: hda/realtek - Add path active flag
authorTakashi Iwai <tiwai@suse.de>
Fri, 14 Dec 2012 15:09:29 +0000 (16:09 +0100)
committerTakashi Iwai <tiwai@suse.de>
Sat, 12 Jan 2013 07:30:05 +0000 (08:30 +0100)
commit130e5f0642de99a61f46c4f0468bfc5db6030967
tree6d0a12db012c3a965fb2efc82faeef5386d2c277
parentb8a47c79b28c34652acf9594ef48b0c9fc875401
ALSA: hda/realtek - Add path active flag

... and rewrite the initialization of output paths as a generic
function that is applicable for both i/o directions.

The new flag, active, is introduced to each nid_path entry.  This
indicates whether the given path is active, and it's used for checking
whether a certain widget can be turned off or changed when a path is
no longer used or newly enabled.

It's still used only in the output paths.  More wider adaption for
input and loopback paths will be achieved in the later patch.

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