Linux Kernel
3.7.1
|
#include <linux/module.h>
#include <sound/core.h>
#include <sound/pxa2xx-lib.h>
#include "pxa2xx-pcm.h"
Go to the source code of this file.
Functions | |
int | pxa2xx_pcm_new (struct snd_card *card, struct pxa2xx_pcm_client *client, struct snd_pcm **rpcm) |
EXPORT_SYMBOL (pxa2xx_pcm_new) | |
MODULE_AUTHOR ("Nicolas Pitre") | |
MODULE_DESCRIPTION ("Intel PXA2xx PCM DMA module") | |
MODULE_LICENSE ("GPL") | |
EXPORT_SYMBOL | ( | pxa2xx_pcm_new | ) |
MODULE_AUTHOR | ( | "Nicolas Pitre" | ) |
MODULE_LICENSE | ( | "GPL" | ) |
int pxa2xx_pcm_new | ( | struct snd_card * | card, |
struct pxa2xx_pcm_client * | client, | ||
struct snd_pcm ** | rpcm | ||
) |
Definition at line 85 of file pxa2xx-pcm.c.