mirror of
https://github.com/tuxbox-fork-migrations/recycled-ni-libstb-hal.git
synced 2025-08-26 15:02:43 +02:00
fix build raspi
Origin commit data
------------------
Branch: master
Commit: bd7b546d3f
Author: max_10 <max_10@gmx.de>
Date: 2023-03-09 (Thu, 09 Mar 2023)
Origin message was:
------------------
- fix build raspi
------------------
No further description and justification available within origin commit message!
------------------
This commit was generated by Migit
This commit is contained in:
@@ -83,9 +83,11 @@ void cAudio::SetSyncMode(AVSYNC_TYPE Mode)
|
|||||||
hal_debug("%s %d\n", __func__, 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*/)
|
int cAudio::setChannel(int /*channel*/)
|
||||||
|
Reference in New Issue
Block a user