Linux Audio

Check our new training course

Linux BSP development engineering services

Need help to port Linux and bootloaders to your hardware?
Loading...
Note: File does not exist in v3.1.
 1{
 2	"scale: scale test 1",
 3	.insns = { },
 4	.data = { },
 5	.fill_helper = bpf_fill_scale,
 6	.prog_type = BPF_PROG_TYPE_SCHED_CLS,
 7	.result = ACCEPT,
 8	.retval = 1,
 9},
10{
11	"scale: scale test 2",
12	.insns = { },
13	.data = { },
14	.fill_helper = bpf_fill_scale,
15	.prog_type = BPF_PROG_TYPE_SCHED_CLS,
16	.result = ACCEPT,
17	.retval = 2,
18},