commit | b989d0444bd4999f9130d262b5ab7123d4077df8 | [log] [tgz] |
---|---|---|
author | Takashi Iwai <tiwai@suse.de> | Tue Feb 25 11:54:06 2014 +0100 |
committer | Takashi Iwai <tiwai@suse.de> | Tue Feb 25 12:12:55 2014 +0100 |
tree | dafd46414928b381e5bdd1ff5803872d9df25488 | |
parent | 648a8d276ed10062addd4a4e18aaf9ff84f14543 [diff] |
ALSA: hda - Enable sysfs attributes without CONFIG_SND_HDA_RECONFIG Some sysfs attributes like init_pin_configs or vendor_name are really basic and should be available no matter whether the codec driver is re-configurable or not. Put them out of #ifdef CONFIG_SND_HDA_RECONFIG and allow the read-only accesses. Signed-off-by: Takashi Iwai <tiwai@suse.de>