Searched refs:nopcm (Results 1 - 6 of 6) sorted by relevance
/kernel/linux/linux-5.10/sound/drivers/pcsp/ |
H A D | pcsp.c | 31 static bool nopcm; /* Disable PCM capability of the driver */ variable 39 module_param(nopcm, bool, 0444); 40 MODULE_PARM_DESC(nopcm, "Disable PC-Speaker PCM sound. Only beeps remain."); 50 if (!nopcm) { in snd_pcsp_create() 56 printk(KERN_ERR "PCSP: Turned into nopcm mode.\n"); in snd_pcsp_create() 57 nopcm = 1; in snd_pcsp_create() 115 if (!nopcm) { in snd_card_pcsp_probe() 120 err = snd_pcsp_new_mixer(&pcsp_chip, nopcm); in snd_card_pcsp_probe()
|
H A D | pcsp_mixer.c | 145 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()
|
H A D | pcsp.h | 81 extern int snd_pcsp_new_mixer(struct snd_pcsp *chip, int nopcm);
|
/kernel/linux/linux-6.6/sound/drivers/pcsp/ |
H A D | pcsp.c | 30 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() 54 printk(KERN_ERR "PCSP: Turned into nopcm mode.\n"); 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()
|
H A D | pcsp_mixer.c | 145 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()
|
H A D | pcsp.h | 81 extern int snd_pcsp_new_mixer(struct snd_pcsp *chip, int nopcm);
|
Completed in 2 milliseconds