Home
last modified time | relevance | path

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

/linux-3.3/drivers/staging/echo/
Dfir.h73 struct fir32_state_t { struct
175 static inline const int16_t *fir32_create(struct fir32_state_t *fir, in fir32_create()
185 static inline void fir32_flush(struct fir32_state_t *fir) in fir32_flush()
190 static inline void fir32_free(struct fir32_state_t *fir) in fir32_free()
195 static inline int16_t fir32(struct fir32_state_t *fir, int16_t sample) in fir32()