Searched refs:codec_init (Results 1 – 2 of 2) sorted by relevance
| /OK3568_Linux_fs/u-boot/drivers/sound/ |
| H A D | sound-i2s.c | 101 static int codec_init(const void *blob, struct i2stx_info *pi2s_tx) in codec_init() function 157 if (codec_init(blob, pi2s_tx) < 0) { in sound_init()
|
| /OK3568_Linux_fs/kernel/lib/reed_solomon/ |
| H A D | reed_solomon.c | 70 static struct rs_codec *codec_init(int symsize, int gfpoly, int (*gffunc)(int), in codec_init() function 266 rs->codec = codec_init(symsize, gfpoly, gffunc, fcr, prim, nroots, gfp); in init_rs_internal()
|