Searched refs:hotword_dev (Results 1 – 1 of 1) sorted by relevance
1420 struct cras_iodev *hotword_dev; in cras_iodev_list_suspend_hotword_streams() local1424 rc = find_hotword_stream_dev(&hotword_dev, &stream); in cras_iodev_list_suspend_hotword_streams()1437 if (stream->pinned_dev_idx != hotword_dev->info.idx) { in cras_iodev_list_suspend_hotword_streams()1445 hotword_dev); in cras_iodev_list_suspend_hotword_streams()1449 close_pinned_device(hotword_dev); in cras_iodev_list_suspend_hotword_streams()1456 struct cras_iodev *hotword_dev; in cras_iodev_list_resume_hotword_stream() local1460 rc = find_hotword_stream_dev(&hotword_dev, &stream); in cras_iodev_list_resume_hotword_stream()1469 init_pinned_device(hotword_dev, stream); in cras_iodev_list_resume_hotword_stream()1473 if (stream->pinned_dev_idx != hotword_dev->info.idx) { in cras_iodev_list_resume_hotword_stream()1482 audio_thread_add_stream(audio_thread, stream, &hotword_dev, 1); in cras_iodev_list_resume_hotword_stream()