#include #include #include "eos.h" #include "hpamp.h" #include "app.h" #ifdef EOS_DEBUG #include #endif void eos_app_hp_change(int hp_det) { if (hp_det) { int rv; rv = eos_hpamp_init(); if (rv) { #ifdef EOS_DEBUG printf("I2S HP CHANGE: PCM1770 INIT ERR:%d\n", rv); #endif return; } } }