buggy_semaphore    58 sound/pci/intel8x0.c static bool buggy_semaphore;
buggy_semaphore    72 sound/pci/intel8x0.c module_param(buggy_semaphore, bool, 0444);
buggy_semaphore    73 sound/pci/intel8x0.c MODULE_PARM_DESC(buggy_semaphore, "Enable workaround for hardwares with problematic codec semaphores.");
buggy_semaphore   386 sound/pci/intel8x0.c 	unsigned buggy_semaphore: 1;	/* workaround for buggy codec semaphore */
buggy_semaphore   511 sound/pci/intel8x0.c 	if (chip->buggy_semaphore)
buggy_semaphore   611 sound/pci/intel8x0.c 	if (chip->buggy_semaphore)
buggy_semaphore  2967 sound/pci/intel8x0.c 	chip->buggy_semaphore = buggy_semaphore;