Home
last modified time | relevance | path

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

/linux-6.3-rc2/sound/drivers/pcsp/
A Dpcsp.c30 static bool nopcm; /* Disable PCM capability of the driver */ variable
38 module_param(nopcm, bool, 0444);
39 MODULE_PARM_DESC(nopcm, "Disable PC-Speaker PCM sound. Only beeps remain.");
48 if (!nopcm) { in snd_pcsp_create()
55 nopcm = 1; in snd_pcsp_create()
116 if (!nopcm) { in snd_card_pcsp_probe()
121 err = snd_pcsp_new_mixer(&pcsp_chip, nopcm); in snd_card_pcsp_probe()
A Dpcsp_mixer.c145 int snd_pcsp_new_mixer(struct snd_pcsp *chip, int nopcm) in snd_pcsp_new_mixer() argument
150 if (!nopcm) { in snd_pcsp_new_mixer()
A Dpcsp.h81 extern int snd_pcsp_new_mixer(struct snd_pcsp *chip, int nopcm);
/linux-6.3-rc2/Documentation/sound/
A Dalsa-configuration.rst1841 nopcm

Completed in 9 milliseconds