Home
last modified time | relevance | path

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

/dragonfly/sys/dev/sound/pci/
H A Dsolo.c65 static struct pcmchan_caps ess_playcaps = {6000, 48000, ess_playfmt, 0}; variable
633 return (ch->dir == PCMDIR_PLAY)? &ess_playcaps : &ess_reccaps; in esschan_getcaps()