Home
last modified time | relevance | path

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

/kernel/linux/linux-6.6/sound/pci/
H A Dintel8x0.c37 static bool xbox; variable
53 module_param(xbox, bool, 0444);
54 MODULE_PARM_DESC(xbox, "Set to 1 for Xbox, if you have problems with the AC'97 codec detection.");
363 unsigned xbox: 1; /* workaround for Xbox AC'97 detection */ member
2159 if (chip->xbox) in snd_intel8x0_mixer()
2922 if (xbox) in snd_intel8x0_init()
2923 chip->xbox = 1; in snd_intel8x0_init()
/kernel/linux/linux-5.10/sound/pci/
H A Dintel8x0.c60 static bool xbox; variable
76 module_param(xbox, bool, 0444);
77 MODULE_PARM_DESC(xbox, "Set to 1 for Xbox, if you have problems with the AC'97 codec detection.");
386 unsigned xbox: 1; /* workaround for Xbox AC'97 detection */ member
2179 if (chip->xbox) in snd_intel8x0_mixer()
2961 if (xbox) in snd_intel8x0_create()
2962 chip->xbox = 1; in snd_intel8x0_create()

Completed in 9 milliseconds