Sign in
kernel
/
pub
/
scm
/
linux
/
kernel
/
git
/
tiwai
/
hda-emu
/
9da4c1eef5ba572368b17c19f6979222b946153c
/
.
/
misc_wrapper.c
blob: ad605efccc095a4e8db63c2f7858ea96077f755d [
file
]
#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