Home
last modified time | relevance | path

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

/kernel/linux/linux-5.10/sound/pci/
H A Dsonicvibes.c42 static bool mge[SNDRV_CARDS]; variable
53 module_param_array(mge, bool, NULL, 0444);
54 MODULE_PARM_DESC(mge, "MIC Gain Enable for S3 SonicVibes soundcard.");
1218 int mge, in snd_sonicvibes_create()
1340 snd_sonicvibes_out(sonic, SV_IREG_LEFT_ADC, mge ? 0xd0 : 0xc0); in snd_sonicvibes_create()
1446 mge[dev] ? 1 : 0, in snd_sonic_probe()
1215 snd_sonicvibes_create(struct snd_card *card, struct pci_dev *pci, int reverb, int mge, struct sonicvibes **rsonic) snd_sonicvibes_create() argument
/kernel/linux/linux-6.6/sound/pci/
H A Dsonicvibes.c41 static bool mge[SNDRV_CARDS]; variable
52 module_param_array(mge, bool, NULL, 0444);
53 MODULE_PARM_DESC(mge, "MIC Gain Enable for S3 SonicVibes soundcard.");
1208 int mge) in snd_sonicvibes_create()
1319 snd_sonicvibes_out(sonic, SV_IREG_LEFT_ADC, mge ? 0xd0 : 0xc0); in snd_sonicvibes_create()
1414 mge[dev] ? 1 : 0); in __snd_sonic_probe()
1205 snd_sonicvibes_create(struct snd_card *card, struct pci_dev *pci, int reverb, int mge) snd_sonicvibes_create() argument

Completed in 6 milliseconds