mirror of
https://github.com/opnsense/src.git
synced 2026-02-22 01:11:30 -05:00
The PCM's sound.h file only seems to include <sys/tty.h>, because channel_if seems to require selinfo. Just replace it with <sys/selinfo.h>. There's no real problem with including <sys/tty.h> here, even with MPSAFE TTY, but <sys/tty.h> is something that should be used by the TTY layer, its driver and code that integrated it with the process tree. |
||
|---|---|---|
| .. | ||
| midi.c | ||
| midi.h | ||
| midiq.h | ||
| mpu401.c | ||
| mpu401.h | ||
| mpu_if.m | ||
| mpufoi_if.m | ||
| sequencer.c | ||
| sequencer.h | ||
| synth_if.m | ||