Searched refs:pcm_oss_file (Results 1 - 1 of 1) sorted by relevance

/linux-master/sound/core/oss/
H A Dpcm_oss.c51 static int snd_pcm_oss_get_rate(struct snd_pcm_oss_file *pcm_oss_file);
52 static int snd_pcm_oss_get_channels(struct snd_pcm_oss_file *pcm_oss_file);
53 static int snd_pcm_oss_get_format(struct snd_pcm_oss_file *pcm_oss_file);
1110 static int snd_pcm_oss_get_active_substream(struct snd_pcm_oss_file *pcm_oss_file, struct snd_pcm_substream **r_substream) argument
1116 substream = pcm_oss_file->streams[idx];
1562 static int snd_pcm_oss_reset(struct snd_pcm_oss_file *pcm_oss_file) argument
1569 substream = pcm_oss_file->streams[i];
1584 static int snd_pcm_oss_post(struct snd_pcm_oss_file *pcm_oss_file) argument
1589 substream = pcm_oss_file->streams[SNDRV_PCM_STREAM_PLAYBACK];
1648 static int snd_pcm_oss_sync(struct snd_pcm_oss_file *pcm_oss_file) argument
1745 snd_pcm_oss_set_rate(struct snd_pcm_oss_file *pcm_oss_file, int rate) argument
1773 snd_pcm_oss_get_rate(struct snd_pcm_oss_file *pcm_oss_file) argument
1784 snd_pcm_oss_set_channels(struct snd_pcm_oss_file *pcm_oss_file, unsigned int channels) argument
1811 snd_pcm_oss_get_channels(struct snd_pcm_oss_file *pcm_oss_file) argument
1822 snd_pcm_oss_get_block_size(struct snd_pcm_oss_file *pcm_oss_file) argument
1833 snd_pcm_oss_get_formats(struct snd_pcm_oss_file *pcm_oss_file) argument
1877 snd_pcm_oss_set_format(struct snd_pcm_oss_file *pcm_oss_file, int format) argument
1907 snd_pcm_oss_get_format(struct snd_pcm_oss_file *pcm_oss_file) argument
1939 snd_pcm_oss_set_subdivide(struct snd_pcm_oss_file *pcm_oss_file, int subdivide) argument
1982 snd_pcm_oss_set_fragment(struct snd_pcm_oss_file *pcm_oss_file, unsigned int val) argument
2036 snd_pcm_oss_get_caps(struct snd_pcm_oss_file *pcm_oss_file) argument
2059 snd_pcm_oss_set_trigger(struct snd_pcm_oss_file *pcm_oss_file, int trigger) argument
2142 snd_pcm_oss_get_trigger(struct snd_pcm_oss_file *pcm_oss_file) argument
2156 snd_pcm_oss_get_odelay(struct snd_pcm_oss_file *pcm_oss_file) argument
2180 snd_pcm_oss_get_ptr(struct snd_pcm_oss_file *pcm_oss_file, int stream, struct count_info __user * _info) argument
2250 snd_pcm_oss_get_space(struct snd_pcm_oss_file *pcm_oss_file, int stream, struct audio_buf_info __user *_info) argument
2313 snd_pcm_oss_get_mapbuf(struct snd_pcm_oss_file *pcm_oss_file, int stream, struct buffmem_desc __user * _info) argument
2390 snd_pcm_oss_release_file(struct snd_pcm_oss_file *pcm_oss_file) argument
2411 struct snd_pcm_oss_file *pcm_oss_file; local
2478 struct snd_pcm_oss_file *pcm_oss_file; local
2565 struct snd_pcm_oss_file *pcm_oss_file; local
2587 struct snd_pcm_oss_file *pcm_oss_file; local
2764 struct snd_pcm_oss_file *pcm_oss_file; local
2787 struct snd_pcm_oss_file *pcm_oss_file; local
2828 struct snd_pcm_oss_file *pcm_oss_file; local
2872 struct snd_pcm_oss_file *pcm_oss_file; local
[all...]

Completed in 172 milliseconds