Home
last modified time | relevance | path

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

/OK3568_Linux_fs/u-boot/drivers/sound/
H A Dsound-i2s.c104 const char *codectype; in codec_init() local
120 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()