FreeBSD kernel sound device code
pcmchan_syncmember Struct Reference

Specifies a container for members of a sync group. More...

#include <channel.h>

Collaboration diagram for pcmchan_syncmember:

Public Member Functions

 SLIST_ENTRY (pcmchan_syncmember) link
 

Data Fields

struct pcmchan_syncgroupparent
 
struct pcm_channelch
 

Detailed Description

Specifies a container for members of a sync group.

Definition at line 75 of file channel.h.

Member Function Documentation

◆ SLIST_ENTRY()

pcmchan_syncmember::SLIST_ENTRY ( pcmchan_syncmember  )

Field Documentation

◆ ch

struct pcm_channel* pcmchan_syncmember::ch

Definition at line 78 of file channel.h.

Referenced by dsp_oss_syncgroup(), and dsp_oss_syncstart().

◆ parent

struct pcmchan_syncgroup* pcmchan_syncmember::parent

group head

Definition at line 77 of file channel.h.

Referenced by chn_syncdestroy(), and dsp_oss_syncgroup().


The documentation for this struct was generated from the following file: