Searched refs:ChanPCM (Results 1 - 4 of 4) sorted by relevance
/kernel/linux/linux-5.10/sound/pci/trident/ |
H A D | trident.h | 364 int ChanPCM; /* max number of PCM channels */ member
|
H A D | trident_main.c | 336 if (trident->ChanPCMcnt >= trident->ChanPCM) in snd_trident_allocate_pcm_channel() 2122 if ((err = snd_pcm_new(trident->card, "trident_dx_nx", device, trident->ChanPCM, 1, &pcm)) < 0) in snd_trident_pcm() 3523 trident->ChanPCM = pcm_streams; in snd_trident_create()
|
/kernel/linux/linux-6.6/sound/pci/trident/ |
H A D | trident.h | 363 int ChanPCM; /* max number of PCM channels */ member
|
H A D | trident_main.c | 336 if (trident->ChanPCMcnt >= trident->ChanPCM) in snd_trident_allocate_pcm_channel() 2122 err = snd_pcm_new(trident->card, "trident_dx_nx", device, trident->ChanPCM, 1, &pcm); in snd_trident_pcm() 3526 trident->ChanPCM = pcm_streams; in snd_trident_create()
|
Completed in 13 milliseconds