diff options
author | Takashi Iwai <tiwai@suse.de> | 2019-01-23 14:47:34 +0300 |
---|---|---|
committer | Takashi Iwai <tiwai@suse.de> | 2019-01-24 16:40:25 +0300 |
commit | de89750c56f4bf2f04492c6ce298911381a7597a (patch) | |
tree | 5bb0b4ed731585aec488a7c9ab581bd8ab4a759f /include/sound/pcm.h | |
parent | d8002539ec7b8bc793a212b79db4a796ce9bce9c (diff) | |
download | linux-de89750c56f4bf2f04492c6ce298911381a7597a.tar.xz |
ALSA: pcm: Drop unused snd_pcm_substream.file field
It's assigned but nowhere used. Let's remove it.
Signed-off-by: Takashi Iwai <tiwai@suse.de>
Diffstat (limited to 'include/sound/pcm.h')
-rw-r--r-- | include/sound/pcm.h | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/include/sound/pcm.h b/include/sound/pcm.h index 2c30c1ad1b0d..a20d3a48df00 100644 --- a/include/sound/pcm.h +++ b/include/sound/pcm.h @@ -470,7 +470,6 @@ struct snd_pcm_substream { struct snd_pcm_group self_group; /* fake group for non linked substream (with substream lock inside) */ struct snd_pcm_group *group; /* pointer to current group */ /* -- assigned files -- */ - void *file; int ref_count; atomic_t mmap_count; unsigned int f_flags; |