HomeSort by: relevance | last modified time | path
    Searched defs:codec_phandle (Results 1 - 1 of 1) sorted by relevancy

  /src/sys/dev/fdt/
ausoc.c 455 const int codec_phandle = of_find_firstchild_byname(link_phandle, codec_prop); local in function:ausoc_attach_link
456 if (codec_phandle <= 0) {
462 link->link_codec = fdtbus_dai_acquire(codec_phandle, "sound-dai");
488 if (ausoc_link_format(sc, link, link_phandle, codec_phandle, single_link, &format) != 0) {

Completed in 14 milliseconds