Searched refs:codectype (Results 1 – 1 of 1) sorted by relevance
104 const char *codectype; in codec_init() local120 codectype = fdt_getprop(blob, node, "samsung,codec-type", NULL); in codec_init()121 debug("device = %s\n", codectype); in codec_init()122 if (!strcmp(codectype, "wm8994")) { in codec_init()128 } else if (!strcmp(codectype, "max98095")) { in codec_init()134 debug("%s: Unknown codec type %s\n", __func__, codectype); in codec_init()