Searched refs:thinkpad (Results 1 – 4 of 4) sorted by relevance
/sound/isa/ad1848/ |
D | ad1848.c | 50 static bool thinkpad[SNDRV_CARDS]; /* Thinkpad special case */ variable 64 module_param_array(thinkpad, bool, NULL, 0444); 65 MODULE_PARM_DESC(thinkpad, "Enable only for the onboard CS4248 of IBM Thinkpad 360/750/755 series."… 98 thinkpad[n] ? WSS_HW_THINKPAD : WSS_HW_DETECT, in snd_ad1848_probe() 118 if (thinkpad[n]) in snd_ad1848_probe()
|
/sound/pci/cs46xx/ |
D | cs46xx.c | 51 static bool thinkpad[SNDRV_CARDS]; variable 62 module_param_array(thinkpad, bool, NULL, 0444); 63 MODULE_PARM_DESC(thinkpad, "Force to enable Thinkpad's CLKRUN control."); 96 external_amp[dev], thinkpad[dev], in snd_card_cs46xx_probe()
|
D | cs46xx.h | 1736 int external_amp, int thinkpad,
|
D | cs46xx_lib.c | 3883 int external_amp, int thinkpad, in snd_cs46xx_create() argument 3974 if (thinkpad) { in snd_cs46xx_create()
|