Do I have this right?
If not, could somebody please correct it?
I'm trying to make sure I understand this.
I'm new to this and cannot find anything on the net to confirm this is correct. I have some FreeBSD books and they don't even make it clear if sound device and mixer device unit numbers correlate to one another.
Code:
Each sound device is assigned a unit number (ex: "pcm0", "pcm1", "pcm2", etc).
Each mixer device is assigned a unit number ("mixer0", "mixer1", "mixer2", etc).
Each sound device will have a mixer device assigned to it (ex: "pcm0" will be assigned to "mixer0", "pcm1" will be assigned to "mixer1", "pcm2" will be assigned to "mixer2").
The sound device and mixer device unit numbers correlate to one another.
If not, could somebody please correct it?
I'm trying to make sure I understand this.
I'm new to this and cannot find anything on the net to confirm this is correct. I have some FreeBSD books and they don't even make it clear if sound device and mixer device unit numbers correlate to one another.