Home
last modified time | relevance | path

Searched defs:dmic_pdata (Results 1 – 1 of 1) sorted by relevance

/sof-2.7.6/src/include/sof/drivers/
Ddmic.h467 struct dmic_pdata { struct
468 struct dmic_global_shared *global; /* Common data for all DMIC DAI instances */
469 struct task dmicwork; /* HW gain ramp update task */
470 uint16_t enable[DMIC_HW_CONTROLLERS]; /* Mic 0 and 1 enable bits array for PDMx */
471 uint32_t state; /* Driver component state */
472 int32_t startcount; /* Counter in dmicwork that controls HW unmute */
473 int32_t gain_coef; /* Gain update constant */
474 int32_t gain; /* Gain value to be applied to HW */
475 int irq; /* Interrupt number used */
476 enum sof_ipc_frame dai_format; /* PCM format s32_le etc. */
[all …]