Linux Kernel
3.7.1
|
#include <sb.h>
Data Fields | |
unsigned long | port |
struct resource * | res_port |
unsigned long | mpu_port |
int | irq |
int | dma8 |
int | dma16 |
unsigned short | version |
enum sb_hw_type | hardware |
unsigned long | alt_port |
struct pci_dev * | pci |
unsigned int | open |
unsigned int | mode |
unsigned int | force_mode16 |
unsigned int | locked_rate |
unsigned int | playback_format |
unsigned int | capture_format |
struct timer_list | midi_timer |
unsigned int | p_dma_size |
unsigned int | p_period_size |
unsigned int | c_dma_size |
unsigned int | c_period_size |
spinlock_t | mixer_lock |
char | name [32] |
void * | csp |
struct snd_card * | card |
struct snd_pcm * | pcm |
struct snd_pcm_substream * | playback_substream |
struct snd_pcm_substream * | capture_substream |
struct snd_rawmidi * | rmidi |
struct snd_rawmidi_substream * | midi_substream_input |
struct snd_rawmidi_substream * | midi_substream_output |
irq_handler_t | rmidi_callback |
spinlock_t | reg_lock |
spinlock_t | open_lock |
spinlock_t | midi_input_lock |
struct snd_info_entry * | proc_entry |
struct snd_pcm_substream* capture_substream |
enum sb_hw_type hardware |
spinlock_t midi_input_lock |
struct snd_rawmidi_substream* midi_substream_input |
struct snd_rawmidi_substream* midi_substream_output |
struct timer_list midi_timer |
spinlock_t mixer_lock |
spinlock_t open_lock |
struct snd_pcm_substream* playback_substream |
struct snd_info_entry* proc_entry |
spinlock_t reg_lock |
struct snd_rawmidi* rmidi |
irq_handler_t rmidi_callback |