FreeBSD kernel sound device code
hdspe_channel Struct Reference

#include <hdspe.h>

Data Fields

uint32_t left
 
uint32_t right
 
char * descr
 
uint32_t play
 
uint32_t rec
 

Detailed Description

Definition at line 123 of file hdspe.h.

Field Documentation

◆ descr

char* hdspe_channel::descr

Definition at line 126 of file hdspe.h.

Referenced by hdspe_attach(), and hdspe_pcm_attach().

◆ left

uint32_t hdspe_channel::left

Definition at line 124 of file hdspe.h.

Referenced by hdspechan_init().

◆ play

uint32_t hdspe_channel::play

Definition at line 127 of file hdspe.h.

Referenced by hdspe_pcm_attach(), and hdspemixer_init().

◆ rec

uint32_t hdspe_channel::rec

Definition at line 128 of file hdspe.h.

Referenced by hdspe_pcm_attach(), and hdspemixer_init().

◆ right

uint32_t hdspe_channel::right

Definition at line 125 of file hdspe.h.

Referenced by hdspechan_init().


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