Constant DEFAULT_RING_BUFFER_ELEMENT_ID
pub const DEFAULT_RING_BUFFER_ELEMENT_ID: u64 = 0; // 0u64
Expand description
For devices with Dai or StreamConfig drivers, there is only one RING_BUFFER entity. When a method requires us to address the RingBuffer by ID, we use element_id 0. Dai and StreamConfig drivers that implement signalprocessing must not assign this ID to other elements.