Home
last modified time | relevance | path

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

/linux/sound/soc/amd/acp/
H A Dacp-mach.h65 int (*configure_widgets)(struct snd_soc_card *card); member
120 if (ACP_OPS(priv, configure_widgets)) in acp_ops_configure_widgets()
121 ret = ACP_OPS(priv, configure_widgets)(card); in acp_ops_configure_widgets()
/linux/sound/soc/amd/acp/acp3x-es83xx/
H A Dacp3x-es83xx.c447 ops->configure_widgets = acp3x_es83xx_configure_widgets; in acp3x_es83xx_init_ops()