Home
last modified time | relevance | path

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

/linux/sound/soc/sof/
H A Dtopology.c1330 char *pin_binding[SOF_WIDGET_MAX_NUM_PINS]; in sof_parse_pin_binding()
1347 memset(pin_binding, 0, SOF_WIDGET_MAX_NUM_PINS * sizeof(char *)); in sof_parse_pin_binding()
1437 if (swidget->num_input_pins > SOF_WIDGET_MAX_NUM_PINS || in sof_widget_ready()
1438 swidget->num_output_pins > SOF_WIDGET_MAX_NUM_PINS) { in sof_widget_ready()
H A Dsof-audio.h31 #define SOF_WIDGET_MAX_NUM_PINS 8 macro
465 * The allowed range for num_input/output_pins is [0, SOF_WIDGET_MAX_NUM_PINS].