xbox 60 sound/pci/intel8x0.c static bool xbox; xbox 76 sound/pci/intel8x0.c module_param(xbox, bool, 0444); xbox 77 sound/pci/intel8x0.c MODULE_PARM_DESC(xbox, "Set to 1 for Xbox, if you have problems with the AC'97 codec detection."); xbox 385 sound/pci/intel8x0.c unsigned xbox: 1; /* workaround for Xbox AC'97 detection */ xbox 2187 sound/pci/intel8x0.c if (chip->xbox) xbox 2968 sound/pci/intel8x0.c if (xbox) xbox 2969 sound/pci/intel8x0.c chip->xbox = 1;