Le 10/04/2018 à 01:13, Hugo Grostabussiat a écrit : > if (!ret) { > /* Configure the decoder for the color standard */ > - u16 cfg[][2] = { > + const u16 cfg[][2] = { > { USBTV_BASE + 0x016f, usbtv_norm_to_16f_reg(norm) } > }; > ret = usbtv_set_regs(usbtv, cfg, ARRAY_SIZE(cfg));
This sums up the differences between the v2 and the v3 of this patch