Changeset View
Changeset View
Standalone View
Standalone View
sys/dev/sound/pcm/channel.h
Show First 20 Lines • Show All 154 Lines • ▼ Show 20 Lines | struct { | ||||
struct { | struct { | ||||
SLIST_ENTRY(pcm_channel) link; | SLIST_ENTRY(pcm_channel) link; | ||||
struct { | struct { | ||||
SLIST_ENTRY(pcm_channel) link; | SLIST_ENTRY(pcm_channel) link; | ||||
} busy; | } busy; | ||||
struct { | struct { | ||||
SLIST_ENTRY(pcm_channel) link; | SLIST_ENTRY(pcm_channel) link; | ||||
} opened; | } opened; | ||||
struct { | |||||
SLIST_ENTRY(pcm_channel) link; | |||||
} primary; | |||||
} pcm; | } pcm; | ||||
} channels; | } channels; | ||||
struct pcmchan_matrix matrix; | struct pcmchan_matrix matrix; | ||||
struct pcmchan_matrix matrix_scratch; | struct pcmchan_matrix matrix_scratch; | ||||
int16_t volume[SND_VOL_C_MAX][SND_CHN_T_VOL_MAX]; | int16_t volume[SND_VOL_C_MAX][SND_CHN_T_VOL_MAX]; | ||||
int8_t muted[SND_VOL_C_MAX][SND_CHN_T_VOL_MAX]; | int8_t muted[SND_VOL_C_MAX][SND_CHN_T_VOL_MAX]; | ||||
▲ Show 20 Lines • Show All 280 Lines • Show Last 20 Lines |