mirror of
https://github.com/tuxbox-neutrino/libstb-hal.git
synced 2025-08-26 15:02:58 +02:00
mips/arm: extend audio devs to 4
This commit is contained in:
@@ -27,6 +27,7 @@ class cAudio
|
||||
private:
|
||||
int fd;
|
||||
bool fdd;
|
||||
unsigned int devnum;
|
||||
bool Muted;
|
||||
|
||||
int clipfd; /* for pcm playback */
|
||||
@@ -43,7 +44,7 @@ class cAudio
|
||||
void setBypassMode(bool disable);
|
||||
public:
|
||||
/* construct & destruct */
|
||||
cAudio(void *, void *, void *);
|
||||
cAudio(void *, void *, void *, unsigned int unit = 0);
|
||||
~cAudio(void);
|
||||
|
||||
/* used internally by playback */
|
||||
|
Reference in New Issue
Block a user