Home
last modified time | relevance | path

Searched refs:thinkpad (Results 1 – 4 of 4) sorted by relevance

/sound/isa/ad1848/
Dad1848.c50 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/
Dcs46xx.c51 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()
Dcs46xx.h1736 int external_amp, int thinkpad,
Dcs46xx_lib.c3883 int external_amp, int thinkpad, in snd_cs46xx_create() argument
3974 if (thinkpad) { in snd_cs46xx_create()