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

/linux-master/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 in struct:intel8x0
489 if (chip->buggy_semaphore)
591 if (chip->buggy_semaphore)
2916 chip->buggy_semaphore = buggy_semaphore;

Completed in 97 milliseconds