13
0

bump max number of possible ALSA backend channels

This commit is contained in:
Robin Gareus 2016-05-29 14:30:05 +02:00
parent 1316fe6601
commit 60200bf923

View File

@ -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);