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) {
|