|
Linux Kernel
3.7.1
|
#include <linux/types.h>#include <linux/sched.h>#include <sound/compress_offload.h>#include <sound/asound.h>#include <sound/pcm.h>Go to the source code of this file.
Data Structures | |
| struct | snd_compr_runtime |
| struct | snd_compr_stream |
| struct | snd_compr_ops |
| struct | snd_compr |
Functions | |
: DSP device name | |
| int | snd_compress_register (struct snd_compr *device) |
| int | snd_compress_deregister (struct snd_compr *device) |
| int | snd_compress_new (struct snd_card *card, int device, int type, struct snd_compr *compr) |
Definition at line 775 of file compress_offload.c.
Definition at line 703 of file compress_offload.c.
snd_compress_register - register compressed device
: compressed device to register
Definition at line 748 of file compress_offload.c.
1.8.2