diff options
Diffstat (limited to 'sys/dev/sound/pcm/channel.h')
-rw-r--r-- | sys/dev/sound/pcm/channel.h | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/sys/dev/sound/pcm/channel.h b/sys/dev/sound/pcm/channel.h index cc3a3ea..87149a5 100644 --- a/sys/dev/sound/pcm/channel.h +++ b/sys/dev/sound/pcm/channel.h @@ -60,6 +60,7 @@ struct pcm_channel { struct snddev_info *parentsnddev; struct pcm_channel *parentchannel; void *devinfo; + device_t dev; char name[CHN_NAMELEN]; void *lock; SLIST_HEAD(, pcmchan_children) children; |