Home
last modified time | relevance | path

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

/openbmc/linux/sound/x86/
H A Dintel_hdmi_audio.c46 static bool single_port; variable
54 module_param(single_port, bool, 0444);
55 MODULE_PARM_DESC(single_port,
1527 ctx = &card_ctx->pcm_ctx[single_port ? 0 : port]; in notify_audio_lpe()
1528 if (single_port) in notify_audio_lpe()
1711 card_ctx->num_ports = single_port ? 1 : pdata->num_ports; in __hdmi_lpe_audio_probe()
1717 ctx->port = single_port ? -1 : port; in __hdmi_lpe_audio_probe()
1755 card_ctx->num_ports = single_port ? 1 : pdata->num_ports; in __hdmi_lpe_audio_probe()