Home
last modified time | relevance | path

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

/linux-4.1.27/sound/drivers/pcsp/
Dpcsp.c29 static bool nopcm; /* Disable PCM capability of the driver */ variable
37 module_param(nopcm, bool, 0444);
38 MODULE_PARM_DESC(nopcm, "Disable PC-Speaker PCM sound. Only beeps remain.");
51 if (!nopcm) { in snd_pcsp_create()
58 nopcm = 1; in snd_pcsp_create()
117 if (!nopcm) { in snd_card_pcsp_probe()
124 err = snd_pcsp_new_mixer(&pcsp_chip, nopcm); in snd_card_pcsp_probe()
Dpcsp_mixer.c144 int snd_pcsp_new_mixer(struct snd_pcsp *chip, int nopcm) in snd_pcsp_new_mixer() argument
149 if (!nopcm) { in snd_pcsp_new_mixer()
Dpcsp.h80 extern int snd_pcsp_new_mixer(struct snd_pcsp *chip, int nopcm);
/linux-4.1.27/Documentation/sound/alsa/
DALSA-Configuration.txt1573 nopcm - Disable PC-Speaker PCM sound. Only beeps remain.