Home
last modified time | relevance | path

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

/sof-3.4.0/src/audio/
Dkpb.c489 struct history_buffer *new_hb = NULL; in kpb_allocate_history_buffer() local
544 new_hb = rzalloc(SOF_MEM_ZONE_RUNTIME, 0, in kpb_allocate_history_buffer()
547 if (!new_hb) in kpb_allocate_history_buffer()
549 hb->next = new_hb; in kpb_allocate_history_buffer()
550 new_hb->next = kpb->hd.c_hb; in kpb_allocate_history_buffer()
551 new_hb->state = KPB_BUFFER_OFF; in kpb_allocate_history_buffer()
552 new_hb->prev = hb; in kpb_allocate_history_buffer()
553 hb = new_hb; in kpb_allocate_history_buffer()
554 kpb->hd.c_hb->prev = new_hb; in kpb_allocate_history_buffer()