blob: ad605efccc095a4e8db63c2f7858ea96077f755d [file] [log] [blame]
#include <sound/core.h>
#include <sound/hda_codec.h>
#include "../hda/hda_local.h"
#if defined(CONFIG_SND_HDA_POWER_SAVE) && defined(CONFIG_SND_HDA_HWDEP)
int snd_hda_hwdep_add_power_sysfs(struct hda_codec *codec)
{
return 0;
}
#endif