Linux Kernel
3.7.1
|
#include <linux/init.h>
#include <linux/pci.h>
#include <sound/core.h>
#include <sound/control.h>
#include <sound/initval.h>
#include <sound/asoundef.h>
#include <sound/pcm.h>
#include <sound/pcm_params.h>
#include <sound/ac97_codec.h>
#include "cs5535audio.h"
Go to the source code of this file.
Macros | |
#define | CS5535AUDIO_DESC_LIST_SIZE PAGE_ALIGN(CS5535AUDIO_MAX_DESCRIPTORS * sizeof(struct cs5535audio_dma_desc)) |
Functions | |
int __devinit | snd_cs5535audio_pcm (struct cs5535audio *cs5535au) |
#define CS5535AUDIO_DESC_LIST_SIZE PAGE_ALIGN(CS5535AUDIO_MAX_DESCRIPTORS * sizeof(struct cs5535audio_dma_desc)) |
Definition at line 115 of file cs5535audio_pcm.c.
int __devinit snd_cs5535audio_pcm | ( | struct cs5535audio * | cs5535au | ) |
Definition at line 425 of file cs5535audio_pcm.c.