diff options
Diffstat (limited to 'sound/pci/hda/hda_hwdep.c')
-rw-r--r-- | sound/pci/hda/hda_hwdep.c | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/sound/pci/hda/hda_hwdep.c b/sound/pci/hda/hda_hwdep.c index 653da1d3e4df..5868bbc131cd 100644 --- a/sound/pci/hda/hda_hwdep.c +++ b/sound/pci/hda/hda_hwdep.c | |||
@@ -145,6 +145,8 @@ int __devinit snd_hda_create_hwdep(struct hda_codec *codec) | |||
145 | return 0; | 145 | return 0; |
146 | } | 146 | } |
147 | 147 | ||
148 | #ifdef CONFIG_SND_HDA_RECONFIG | ||
149 | |||
148 | /* | 150 | /* |
149 | * sysfs interface | 151 | * sysfs interface |
150 | */ | 152 | */ |
@@ -347,3 +349,5 @@ int snd_hda_hwdep_add_sysfs(struct hda_codec *codec) | |||
347 | hwdep->device, &codec_attrs[i]); | 349 | hwdep->device, &codec_attrs[i]); |
348 | return 0; | 350 | return 0; |
349 | } | 351 | } |
352 | |||
353 | #endif /* CONFIG_SND_HDA_RECONFIG */ | ||