ALSA: hda - Add probe_only option
authorTakashi Iwai <tiwai@suse.de>
Fri, 19 Dec 2008 14:19:11 +0000 (15:19 +0100)
committerTakashi Iwai <tiwai@suse.de>
Fri, 19 Dec 2008 14:19:11 +0000 (15:19 +0100)
commitd4d9cd0338892e7f0d65f8a110473d175535cd5d
tree6bfc5b0f497f7a9e4ff7391e056a1656b05add68
parent03c6901ea22bbb532586334d5b79941ccf56d5b0
ALSA: hda - Add probe_only option

Added probe_only module option to hd-audio driver.
This option specifies whether the driver creates and initializes the
codec-parser after probing.  When this option is set, the driver skips
the codec parsing and initialization but gives you proc and other
accesses.  It's useful to see the initial codec state for debugging.

The default of this value is off, so the default behavior is as same
as before.

Signed-off-by: Takashi Iwai <tiwai@suse.de>
Documentation/sound/alsa/ALSA-Configuration.txt
sound/pci/hda/hda_codec.c
sound/pci/hda/hda_codec.h
sound/pci/hda/hda_intel.c