diff options
Diffstat (limited to 'sound/avirt.h')
-rw-r--r-- | sound/avirt.h | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/sound/avirt.h b/sound/avirt.h index fd4ae32..0ebac86 100644 --- a/sound/avirt.h +++ b/sound/avirt.h @@ -44,7 +44,8 @@ struct snd_avirt_audiopath { const char *name; /* Pretty name */ unsigned int version[3]; /* Version - Major.Minor.Ext */ const struct snd_pcm_hardware *hw; /* ALSA PCM HW conf */ - const struct snd_pcm_ops *pcm_ops; /* ALSA PCM op table */ + const struct snd_pcm_ops *pcm_playback_ops; /* ALSA PCM playback ops */ + const struct snd_pcm_ops *pcm_capture_ops; /* ALSA PCM capture ops */ snd_avirt_audiopath_configure configure; /* Config callback function */ void *context; |