aboutsummaryrefslogtreecommitdiffstats
path: root/include/sound/pcm.h
diff options
context:
space:
mode:
Diffstat (limited to 'include/sound/pcm.h')
-rw-r--r--include/sound/pcm.h3
1 files changed, 1 insertions, 2 deletions
diff --git a/include/sound/pcm.h b/include/sound/pcm.h
index 66b1f08b42b9..df70e7592ab5 100644
--- a/include/sound/pcm.h
+++ b/include/sound/pcm.h
@@ -367,7 +367,7 @@ struct snd_pcm_substream {
367 struct snd_pcm_group self_group; /* fake group for non linked substream (with substream lock inside) */ 367 struct snd_pcm_group self_group; /* fake group for non linked substream (with substream lock inside) */
368 struct snd_pcm_group *group; /* pointer to current group */ 368 struct snd_pcm_group *group; /* pointer to current group */
369 /* -- assigned files -- */ 369 /* -- assigned files -- */
370 struct snd_pcm_file *file; 370 void *file;
371 struct file *ffile; 371 struct file *ffile;
372 void (*pcm_release)(struct snd_pcm_substream *); 372 void (*pcm_release)(struct snd_pcm_substream *);
373#if defined(CONFIG_SND_PCM_OSS) || defined(CONFIG_SND_PCM_OSS_MODULE) 373#if defined(CONFIG_SND_PCM_OSS) || defined(CONFIG_SND_PCM_OSS_MODULE)
@@ -898,7 +898,6 @@ ssize_t snd_pcm_format_size(snd_pcm_format_t format, size_t samples);
898const unsigned char *snd_pcm_format_silence_64(snd_pcm_format_t format); 898const unsigned char *snd_pcm_format_silence_64(snd_pcm_format_t format);
899int snd_pcm_format_set_silence(snd_pcm_format_t format, void *buf, unsigned int frames); 899int snd_pcm_format_set_silence(snd_pcm_format_t format, void *buf, unsigned int frames);
900snd_pcm_format_t snd_pcm_build_linear_format(int width, int unsignd, int big_endian); 900snd_pcm_format_t snd_pcm_build_linear_format(int width, int unsignd, int big_endian);
901const char *snd_pcm_format_name(snd_pcm_format_t format);
902 901
903void snd_pcm_set_ops(struct snd_pcm * pcm, int direction, struct snd_pcm_ops *ops); 902void snd_pcm_set_ops(struct snd_pcm * pcm, int direction, struct snd_pcm_ops *ops);
904void snd_pcm_set_sync(struct snd_pcm_substream *substream); 903void snd_pcm_set_sync(struct snd_pcm_substream *substream);