⚠️ VeridianOS Kernel Documentation - This is low-level kernel code. All functions are unsafe unless explicitly marked otherwise. no_std

with_alsa_mixer_mut

Function with_alsa_mixer_mut 

Source
pub fn with_alsa_mixer_mut<R, F: FnOnce(&mut AlsaMixer) -> R>(f: F) -> Option<R>
Expand description

Access the ALSA mixer mutably through a closure