fix more red.

Change-Id: If5fee31d633e5f75272ba85f5293ad01b1ce573a
This commit is contained in:
Solomon Peachy 2020-10-01 16:39:37 -04:00
parent a96eb1a7f7
commit db22dae2f9
1 changed files with 0 additions and 7 deletions

View File

@ -66,13 +66,6 @@ void audiohw_set_volume(int vol_l, int vol_r)
}
#endif /* AUDIOHW_HAVE_MONO_VOLUME */
#ifdef AUDIOHW_HAVE_LINEOUT
void audiohw_set_lineout_volume(int vol_l, int vol_r)
{
(void)vol_l; (void)vol_r;
}
#endif
#if defined(AUDIOHW_HAVE_PRESCALER)
void audiohw_set_prescaler(int value)
{