Home
last modified time | relevance | path

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

/Linux-v5.15/sound/soc/fsl/
Dimx-audmux.c171 } audmux_type; variable
186 if (audmux_type != IMX21_AUDMUX) in imx_audmux_v1_configure_port()
206 if (audmux_type != IMX31_AUDMUX) in imx_audmux_v2_configure_port()
257 if (audmux_type == IMX31_AUDMUX) { in imx_audmux_parse_dt_defaults()
273 if (audmux_type == IMX31_AUDMUX) { in imx_audmux_parse_dt_defaults()
301 audmux_type = (enum imx_audmux_type)of_device_get_match_data(&pdev->dev); in imx_audmux_probe()
303 switch (audmux_type) { in imx_audmux_probe()
327 if (audmux_type == IMX31_AUDMUX) in imx_audmux_remove()