linux-rust: add anc control for nothing device

This commit is contained in:
Kavish Devar
2025-11-10 00:02:16 +05:30
parent 381b09725b
commit 23cf5728e9
3 changed files with 139 additions and 24 deletions

View File

@@ -103,6 +103,7 @@ impl AirPodsNoiseControlMode {
#[derive(Clone, Debug)]
pub struct NothingState {
pub anc_mode: NothingAncMode,
pub anc_mode_state: combo_box::State<NothingAncMode>,
}
#[derive(Clone, Debug)]