mips/arm: extend audio devs to 4

Origin commit data
------------------
Branch: master
Commit: 6a4994af19
Author: BPanther <bpanther_ts@hotmail.com>
Date: 2021-10-02 (Sat, 02 Oct 2021)


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

------------------
This commit was generated by Migit
This commit is contained in:
BPanther
2021-10-02 22:27:44 +02:00
committed by vanhofen
parent 5641a75849
commit ef33b83674
3 changed files with 21 additions and 5 deletions

View File

@@ -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 */