ALSA: hda - Clarify CONFIG_SND_HDA_RECONFIG usages
authorTakashi Iwai <tiwai@suse.de>
Mon, 9 May 2016 15:47:37 +0000 (17:47 +0200)
committerTakashi Iwai <tiwai@suse.de>
Mon, 9 May 2016 15:47:37 +0000 (17:47 +0200)
commit39f0ccde3624e7cf882faccf7f72a47b7a763bfb
tree18fb7b2a61ace62fe820045932315dba6027b21a
parent875f6fffa2e09b48fa07ecbf2e28dd2425b5ce01
ALSA: hda - Clarify CONFIG_SND_HDA_RECONFIG usages

Since the recent rewrite of HD-audio infrastructure,
CONFIG_SND_HDA_RECONFIG has a slightly different meaning.  In the
earlier versions, it implicitly assumed only the usage via hwdep sysfs
entries.  Meanwhile, in the recent version, this option is meant to
enable the reconfig code in HD-audio driver, which may be used by the
patch loader without hwdep interface.

This patch tries to clarify the usage pattern a bit better, hopefully
avoid the further confusion.

Reported-by: Jochen Henneberg <jh@henneberg-systemdesign.com>
Signed-off-by: Takashi Iwai <tiwai@suse.de>
sound/pci/hda/Kconfig