Searched refs:codec_dev (Results 1 – 1 of 1) sorted by relevance
67 const struct device *const codec_dev = DEVICE_DT_GET(DT_NODELABEL(audio_codec)); in main() local109 if (!device_is_ready(codec_dev)) { in main()110 printk("%s is not ready", codec_dev->name); in main()122 audio_codec_configure(codec_dev, &audio_cfg); in main()