- fix build raspi

Signed-off-by: GetAway <get-away@t-online.de>
This commit is contained in:
max_10
2023-03-09 11:54:20 +01:00
committed by GetAway
parent 961f21d9d1
commit 0af72cd064

View File

@@ -83,9 +83,11 @@ void cAudio::SetSyncMode(AVSYNC_TYPE Mode)
hal_debug("%s %d\n", __func__, Mode);
};
void cAudio::SetStreamType(AUDIO_FORMAT type)
void cAudio::SetStreamType(int bypass)
{
hal_debug("%s %d\n", __func__, type);
StreamType = bypass;
hal_debug("%s %d (0x%x)\n", __FUNCTION__, bypass, bypass);
};
int cAudio::setChannel(int /*channel*/)