aboutsummaryrefslogtreecommitdiffstats
path: root/sound/avirt.h
diff options
context:
space:
mode:
Diffstat (limited to 'sound/avirt.h')
-rw-r--r--sound/avirt.h6
1 files changed, 3 insertions, 3 deletions
diff --git a/sound/avirt.h b/sound/avirt.h
index 52d2404..fd4ae32 100644
--- a/sound/avirt.h
+++ b/sound/avirt.h
@@ -67,10 +67,10 @@ struct snd_avirt_stream {
* Private Data Expansion
*/
struct snd_avirt_private_data {
- void *audiopath;
- void *ap_userdata;
+ struct snd_avirt_audiopath *audiopath;
+ void *ap_private_data;
- void (*private_free)(struct snd_pcm *pcm);
+ void (*ap_private_free)(struct snd_pcm *pcm);
};
/**