Searched refs:dmic_acpi_check (Results 1 - 2 of 2) sorted by relevance
/kernel/linux/linux-5.10/sound/soc/amd/renoir/ |
H A D | rn-pci-acp3x.c | 24 * dmic_acpi_check = -1 - Use ACPI/DMI method to detect the DMIC hardware presence at runtime 28 static int dmic_acpi_check = ACP_DMIC_AUTO; variable 29 module_param(dmic_acpi_check, bint, 0644); 30 MODULE_PARM_DESC(dmic_acpi_check, "Digital microphone presence (-1=auto, 0=none, 1=force)"); 256 if (!dmic_acpi_check) { in snd_rn_acp_probe() 259 } else if (dmic_acpi_check == ACP_DMIC_AUTO) { in snd_rn_acp_probe()
|
/kernel/linux/linux-6.6/sound/soc/amd/renoir/ |
H A D | rn-pci-acp3x.c | 24 * dmic_acpi_check = -1 - Use ACPI/DMI method to detect the DMIC hardware presence at runtime 28 static int dmic_acpi_check = ACP_DMIC_AUTO; variable 29 module_param(dmic_acpi_check, bint, 0644); 30 MODULE_PARM_DESC(dmic_acpi_check, "Digital microphone presence (-1=auto, 0=none, 1=force)"); 268 if (!dmic_acpi_check) { in snd_rn_acp_probe() 271 } else if (dmic_acpi_check == ACP_DMIC_AUTO) { in snd_rn_acp_probe()
|
Completed in 2 milliseconds