diff options
Diffstat (limited to 'sound/avirt.h')
-rw-r--r-- | sound/avirt.h | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/sound/avirt.h b/sound/avirt.h index 90859d5..92bb07d 100644 --- a/sound/avirt.h +++ b/sound/avirt.h @@ -61,6 +61,7 @@ struct snd_avirt_stream { unsigned int device; /* Stream PCM device no. */ unsigned int direction; /* Stream direction */ struct snd_pcm *pcm; /* ALSA PCM */ + struct snd_pcm_ops *pcm_ops; /* ALSA PCM ops */ struct config_item item; /* configfs item reference */ }; |