Home
last modified time | relevance | path

Searched refs:buggy_semaphore (Results 1 - 2 of 2) sorted by relevance

/kernel/linux/linux-6.6/sound/pci/
H A Dintel8x0.c35 static bool buggy_semaphore; variable
49 module_param(buggy_semaphore, bool, 0444);
50 MODULE_PARM_DESC(buggy_semaphore, "Enable workaround for hardwares with problematic codec semaphores.");
364 unsigned buggy_semaphore: 1; /* workaround for buggy codec semaphore */ member
489 if (chip->buggy_semaphore) in snd_intel8x0_codec_semaphore()
591 if (chip->buggy_semaphore) in snd_intel8x0_ali_codec_semaphore()
2921 chip->buggy_semaphore = buggy_semaphore; in snd_intel8x0_init()
/kernel/linux/linux-5.10/sound/pci/
H A Dintel8x0.c58 static bool buggy_semaphore; variable
72 module_param(buggy_semaphore, bool, 0444);
73 MODULE_PARM_DESC(buggy_semaphore, "Enable workaround for hardwares with problematic codec semaphores.");
387 unsigned buggy_semaphore: 1; /* workaround for buggy codec semaphore */ member
512 if (chip->buggy_semaphore) in snd_intel8x0_codec_semaphore()
612 if (chip->buggy_semaphore) in snd_intel8x0_ali_codec_semaphore()
2960 chip->buggy_semaphore = buggy_semaphore; in snd_intel8x0_create()

Completed in 15 milliseconds