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

/freebsd-13-stable/sys/dev/sound/pci/
H A Dsolo.c67 static struct pcmchan_caps ess_playcaps = {6000, 48000, ess_playfmt, 0}; variable in typeref:struct:pcmchan_caps
634 return (ch->dir == PCMDIR_PLAY)? &ess_playcaps : &ess_reccaps;
/freebsd-13-stable/sys/dev/sound/isa/
H A Dess.c70 static struct pcmchan_caps ess_playcaps = {6000, 48000, ess_pfmt, 0}; variable in typeref:struct:pcmchan_caps
649 return (ch->dir == PCMDIR_PLAY)? &ess_playcaps : &ess_reccaps;

Completed in 37 milliseconds