OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
full:snd_cs4231
(Results
1 - 2
of
2
) sorted by null
/prebuilts/gcc/linux-x86/host/i686-linux-glibc2.7-4.6/sysroot/usr/include/sound/
cs4231.h
67
struct
snd_cs4231
{
struct
102
void (*set_playback_format) (struct
snd_cs4231
*chip, struct snd_pcm_hw_params *hw_params, unsigned char pdfr);
103
void (*set_capture_format) (struct
snd_cs4231
*chip, struct snd_pcm_hw_params *hw_params, unsigned char cdfr);
104
void (*trigger) (struct
snd_cs4231
*chip, unsigned int what, int start);
106
void (*suspend) (struct
snd_cs4231
*chip);
107
void (*resume) (struct
snd_cs4231
*chip);
110
int (*claim_dma) (struct
snd_cs4231
*chip, void *dma_private_data, int dma);
111
int (*release_dma) (struct
snd_cs4231
*chip, void *dma_private_data, int dma);
116
void snd_cs4231_out(struct
snd_cs4231
*chip, unsigned char reg, unsigned char val);
117
unsigned char snd_cs4231_in(struct
snd_cs4231
*chip, unsigned char reg)
[
all
...]
/prebuilts/gcc/linux-x86/host/x86_64-linux-glibc2.7-4.6/sysroot/usr/include/sound/
cs4231.h
67
struct
snd_cs4231
{
struct
102
void (*set_playback_format) (struct
snd_cs4231
*chip, struct snd_pcm_hw_params *hw_params, unsigned char pdfr);
103
void (*set_capture_format) (struct
snd_cs4231
*chip, struct snd_pcm_hw_params *hw_params, unsigned char cdfr);
104
void (*trigger) (struct
snd_cs4231
*chip, unsigned int what, int start);
106
void (*suspend) (struct
snd_cs4231
*chip);
107
void (*resume) (struct
snd_cs4231
*chip);
110
int (*claim_dma) (struct
snd_cs4231
*chip, void *dma_private_data, int dma);
111
int (*release_dma) (struct
snd_cs4231
*chip, void *dma_private_data, int dma);
116
void snd_cs4231_out(struct
snd_cs4231
*chip, unsigned char reg, unsigned char val);
117
unsigned char snd_cs4231_in(struct
snd_cs4231
*chip, unsigned char reg)
[
all
...]
Completed in 164 milliseconds