Linux Kernel
3.7.1
|
#include <cs5535audio.h>
Data Fields | |
struct snd_card * | card |
struct snd_ac97 * | ac97 |
struct snd_pcm * | pcm |
int | irq |
struct pci_dev * | pci |
unsigned long | port |
spinlock_t | reg_lock |
struct snd_pcm_substream * | playback_substream |
struct snd_pcm_substream * | capture_substream |
struct cs5535audio_dma | dmas [NUM_CS5535AUDIO_DMAS] |
Definition at line 84 of file cs5535audio.h.
Definition at line 86 of file cs5535audio.h.
struct snd_pcm_substream* capture_substream |
Definition at line 93 of file cs5535audio.h.
Definition at line 85 of file cs5535audio.h.
Definition at line 94 of file cs5535audio.h.
int irq |
Definition at line 88 of file cs5535audio.h.
Definition at line 89 of file cs5535audio.h.
Definition at line 87 of file cs5535audio.h.
struct snd_pcm_substream* playback_substream |
Definition at line 92 of file cs5535audio.h.
Definition at line 90 of file cs5535audio.h.
spinlock_t reg_lock |
Definition at line 91 of file cs5535audio.h.