Attention is currently required from: dexter, jolly, tnt.
1 comment:
File src/e1_input.c:
{ S_L_INP_LINE_LOF, "LINE-LOF" },
{ S_L_INP_LINE_NOLOF, "LINE-NOLOF" },
do we really want to introduce additional signals here? As we can see from the existign list of signals, other hardware typically reports LOS (loss of signal). The icE1usb can't really do that reliably, so that's a hardware constraint. By adding a new signal here you basically require each and every application program to also understand about that new signal.
If we were to report LOF from the driver as LOS to the application, we would be technically incorrect, but we could assume that the applications likely already know to deal with LOS so they don't need codec changes.
What do others think? @pmaier@sysmocom.de @tnt@246tNt.com ?
To view, visit change 35563. To unsubscribe, or for help writing mail filters, visit settings.