simulator: Add a stub for lineout_inserted()

Change-Id: I86e4fd75fa9e1bf69b5c9bb5995f4bc77bbdd5de
This commit is contained in:
Solomon Peachy 2020-04-05 15:04:44 -04:00
parent 87a40552fb
commit b0e257ccc6
1 changed files with 7 additions and 0 deletions

View File

@ -292,6 +292,13 @@ bool headphones_inserted(void)
}
#endif
#ifdef HAVE_LINEOUT_DETECTION
bool lineout_inserted(void)
{
return false;
}
#endif
#ifdef HAVE_SPDIF_POWER
void spdif_power_enable(bool on)
{