summaryrefslogtreecommitdiffstats
path: root/include/sound/pcm.h
diff options
context:
space:
mode:
authorTakashi Iwai <tiwai@suse.de>2015-02-03 11:57:16 -0500
committerTakashi Iwai <tiwai@suse.de>2015-02-03 11:57:16 -0500
commit3fe9cf390f6dc84f76b112b0a660967a84f9a81b (patch)
tree18b8573687ae8131db155aa791f4d2357d91e6c5 /include/sound/pcm.h
parent6ccd93bdb989507717edb375d40534f1177822c5 (diff)
parent830953c0724b42be30a74febcde6c89c706ed286 (diff)
Merge branch 'topic/snd-device' into for-next
Diffstat (limited to 'include/sound/pcm.h')
-rw-r--r--include/sound/pcm.h2
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
452struct snd_pcm { 453struct 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)