fix generic compile

Origin commit data
------------------
Branch: master
Commit: ae97092333
Author: Frankenstone <dampf_acc@online.de>
Date: 2021-02-01 (Mon, 01 Feb 2021)


------------------
No further description and justification available within origin commit message!

------------------
This commit was generated by Migit
This commit is contained in:
Frankenstone
2021-02-01 07:38:30 +01:00
committed by vanhofen
parent c7b11a5c1e
commit bcc07f2813
3 changed files with 8 additions and 5 deletions

View File

@@ -132,9 +132,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*/)