Home
last modified time | relevance | path

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

/linux-6.1.9/sound/core/oss/
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);
1121 static int snd_pcm_oss_get_active_substream(struct snd_pcm_oss_file *pcm_oss_file, struct snd_pcm_s… in snd_pcm_oss_get_active_substream() argument
1127 substream = pcm_oss_file->streams[idx]; in snd_pcm_oss_get_active_substream()
1573 static int snd_pcm_oss_reset(struct snd_pcm_oss_file *pcm_oss_file) in snd_pcm_oss_reset() argument
1580 substream = pcm_oss_file->streams[i]; in snd_pcm_oss_reset()
1595 static int snd_pcm_oss_post(struct snd_pcm_oss_file *pcm_oss_file) in snd_pcm_oss_post() argument
1600 substream = pcm_oss_file->streams[SNDRV_PCM_STREAM_PLAYBACK]; in snd_pcm_oss_post()
1660 static int snd_pcm_oss_sync(struct snd_pcm_oss_file *pcm_oss_file) in snd_pcm_oss_sync() argument
[all …]