diff options
Diffstat (limited to 'include/sound')
-rw-r--r-- | include/sound/pcm.h | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/include/sound/pcm.h b/include/sound/pcm.h index 2f645dfd7f70..016c41893b06 100644 --- a/include/sound/pcm.h +++ b/include/sound/pcm.h | |||
@@ -427,6 +427,7 @@ struct snd_pcm { | |||
427 | wait_queue_head_t open_wait; | 427 | wait_queue_head_t open_wait; |
428 | void *private_data; | 428 | void *private_data; |
429 | void (*private_free) (struct snd_pcm *pcm); | 429 | void (*private_free) (struct snd_pcm *pcm); |
430 | struct device *dev; /* actual hw device this belongs to */ | ||
430 | #if defined(CONFIG_SND_PCM_OSS) || defined(CONFIG_SND_PCM_OSS_MODULE) | 431 | #if defined(CONFIG_SND_PCM_OSS) || defined(CONFIG_SND_PCM_OSS_MODULE) |
431 | struct snd_pcm_oss oss; | 432 | struct snd_pcm_oss oss; |
432 | #endif | 433 | #endif |