mirror of
https://github.com/opnsense/src.git
synced 2026-06-15 11:39:33 -04:00
Limit the device to only one playback channel until I can figure out why
a) newpcm insists on using only the highest number channel available, and b) the maestro3 driver no longer likes anything above channel 0.
This commit is contained in:
parent
e93d24c2f0
commit
19f2be11b0
1 changed files with 1 additions and 1 deletions
|
|
@ -87,7 +87,7 @@ static struct m3_card_type {
|
|||
};
|
||||
|
||||
#define M3_BUFSIZE 4096
|
||||
#define M3_PCHANS 4 /* create /dev/dsp0.[0-N] to use more than one */
|
||||
#define M3_PCHANS 1 /* create /dev/dsp0.[0-N] to use more than one */
|
||||
#define M3_RCHANS 1
|
||||
#define M3_MAXADDR ((1 << 27) - 1)
|
||||
|
||||
|
|
|
|||
Loading…
Reference in a new issue