Home
last modified time | relevance | path

Searched refs:codec_init (Results 1 – 2 of 2) sorted by relevance

/linux/sound/soc/mediatek/mt8195/
H A Dmt8195-mt6359.c1376 u8 codec_init = 0; in mt8195_mt6359_soc_card_probe() local
1400 if (!(codec_init & MT6359_CODEC_INIT)) { in mt8195_mt6359_soc_card_probe()
1402 codec_init |= MT6359_CODEC_INIT; in mt8195_mt6359_soc_card_probe()
1412 if (!(codec_init & MAX98390_CODEC_INIT)) { in mt8195_mt6359_soc_card_probe()
1414 codec_init |= MAX98390_CODEC_INIT; in mt8195_mt6359_soc_card_probe()
1418 if (!(codec_init & RT1011_CODEC_INIT)) { in mt8195_mt6359_soc_card_probe()
1420 codec_init |= RT1011_CODEC_INIT; in mt8195_mt6359_soc_card_probe()
1423 if (!(codec_init & RT1019_CODEC_INIT)) { in mt8195_mt6359_soc_card_probe()
1425 codec_init |= RT1019_CODEC_INIT; in mt8195_mt6359_soc_card_probe()
1430 if (!(codec_init & RT5682_CODEC_INIT)) { in mt8195_mt6359_soc_card_probe()
[all …]
/linux/lib/reed_solomon/
H A Dreed_solomon.c70 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()