Home
last modified time | relevance | path

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

/external/adhd/cros_alsa/src/
Dcontrol_primitive.rs42 ControlNotFound(String), enumerator
72 ControlNotFound(name) => write!(f, "control: {} does not exist", name), in fmt()
314 return Err(Error::ControlNotFound(id.name()?.to_owned())); in new()