Home
last modified time | relevance | path

Searched refs:spdif_aclink (Results 1 - 4 of 4) sorted by relevance

/kernel/linux/linux-6.6/sound/pci/
H A Dintel8x0.c38 static int spdif_aclink = -1; variable
55 module_param(spdif_aclink, int, 0444);
56 MODULE_PARM_DESC(spdif_aclink, "S/PDIF over AC-link.");
1589 if (spdif_aclink) in snd_intel8x0_pcm()
1595 if (spdif_aclink) in snd_intel8x0_pcm()
2139 if (!spdif_aclink) { in snd_intel8x0_mixer()
2279 if (chip->device_type == DEVICE_NFORCE && !spdif_aclink) { in snd_intel8x0_mixer()
2283 if (chip->device_type == DEVICE_INTEL_ICH4 && !spdif_aclink) { in snd_intel8x0_mixer()
2448 if (chip->device_type == DEVICE_NFORCE && !spdif_aclink) { in snd_intel8x0_ich_chip_init()
2544 if (chip->device_type == DEVICE_NFORCE && !spdif_aclink) { in snd_intel8x0_free()
[all...]
H A Datiixp.c31 static bool spdif_aclink = 1; variable
44 module_param(spdif_aclink, bool, 0444);
45 MODULE_PARM_DESC(spdif_aclink, "S/PDIF over AC-link.");
1588 strcpy(card->driver, spdif_aclink ? "ATIIXP" : "ATIIXP-SPDMA"); in __snd_atiixp_probe()
1598 chip->spdif_over_aclink = spdif_aclink; in __snd_atiixp_probe()
/kernel/linux/linux-5.10/sound/pci/
H A Dintel8x0.c61 static int spdif_aclink = -1; variable
78 module_param(spdif_aclink, int, 0444);
79 MODULE_PARM_DESC(spdif_aclink, "S/PDIF over AC-link.");
1609 if (spdif_aclink) in snd_intel8x0_pcm()
1615 if (spdif_aclink) in snd_intel8x0_pcm()
2159 if (!spdif_aclink) { in snd_intel8x0_mixer()
2297 if (chip->device_type == DEVICE_NFORCE && !spdif_aclink) { in snd_intel8x0_mixer()
2301 if (chip->device_type == DEVICE_INTEL_ICH4 && !spdif_aclink) { in snd_intel8x0_mixer()
2466 if (chip->device_type == DEVICE_NFORCE && !spdif_aclink) { in snd_intel8x0_ich_chip_init()
2559 if (chip->device_type == DEVICE_NFORCE && !spdif_aclink) { in snd_intel8x0_free()
[all...]
H A Datiixp.c32 static bool spdif_aclink = 1; variable
45 module_param(spdif_aclink, bool, 0444);
46 MODULE_PARM_DESC(spdif_aclink, "S/PDIF over AC-link.");
1624 strcpy(card->driver, spdif_aclink ? "ATIIXP" : "ATIIXP-SPDMA"); in snd_atiixp_probe()
1633 chip->spdif_over_aclink = spdif_aclink; in snd_atiixp_probe()

Completed in 12 milliseconds