diff options
Diffstat (limited to 'include/sound/pcm.h')
-rw-r--r-- | include/sound/pcm.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/include/sound/pcm.h b/include/sound/pcm.h index cd09c1b05c24..44e9c2f2a094 100644 --- a/include/sound/pcm.h +++ b/include/sound/pcm.h | |||
@@ -447,6 +447,7 @@ struct snd_pcm_str { | |||
447 | #endif | 447 | #endif |
448 | #endif | 448 | #endif |
449 | struct snd_kcontrol *chmap_kctl; /* channel-mapping controls */ | 449 | struct snd_kcontrol *chmap_kctl; /* channel-mapping controls */ |
450 | struct device dev; | ||
450 | }; | 451 | }; |
451 | 452 | ||
452 | struct snd_pcm { | 453 | struct snd_pcm { |
@@ -463,7 +464,6 @@ struct snd_pcm { | |||
463 | wait_queue_head_t open_wait; | 464 | wait_queue_head_t open_wait; |
464 | void *private_data; | 465 | void *private_data; |
465 | void (*private_free) (struct snd_pcm *pcm); | 466 | void (*private_free) (struct snd_pcm *pcm); |
466 | struct device *dev; /* actual hw device this belongs to */ | ||
467 | bool internal; /* pcm is for internal use only */ | 467 | bool internal; /* pcm is for internal use only */ |
468 | bool nonatomic; /* whole PCM operations are in non-atomic context */ | 468 | bool nonatomic; /* whole PCM operations are in non-atomic context */ |
469 | #if defined(CONFIG_SND_PCM_OSS) || defined(CONFIG_SND_PCM_OSS_MODULE) | 469 | #if defined(CONFIG_SND_PCM_OSS) || defined(CONFIG_SND_PCM_OSS_MODULE) |