bump max number of possible ALSA backend channels
This commit is contained in:
parent
1316fe6601
commit
60200bf923
@ -123,7 +123,7 @@ private:
|
||||
typedef char *(Alsa_pcmi::*play_function)(const float *, char *, int, int);
|
||||
typedef const char *(Alsa_pcmi::*capt_function) (const char *, float *, int, int);
|
||||
|
||||
enum { MAXPFD = 16, MAXCHAN = 64 };
|
||||
enum { MAXPFD = 16, MAXCHAN = 128 };
|
||||
|
||||
void initialise (const char *play_name, const char *capt_name, const char *ctrl_name);
|
||||
int set_hwpar (snd_pcm_t *handle, snd_pcm_hw_params_t *hwpar, const char *sname, unsigned int nfrag, unsigned int *nchan);
|
||||
|
Loading…
Reference in New Issue
Block a user