Home
last modified time | relevance | path

Searched defs:DeviceSettings (Results 1 – 2 of 2) sorted by relevance

/external/adhd/sound_card_init/amp/src/max98373d/
Dsettings.rs12 pub struct DeviceSettings { struct
34 impl DeviceSettings { implementation
36 pub fn from_yaml_str(conf: &str) -> Result<DeviceSettings> { in from_yaml_str()
/external/adhd/sound_card_init/amp/src/max98390d/
Dsettings.rs13 pub struct DeviceSettings { struct
14 pub amp_calibrations: AmpCalibSettings,
44 impl DeviceSettings { implementation
46 pub fn from_yaml_str(conf: &str) -> Result<DeviceSettings> { in from_yaml_str()