Page Menu
Home
FreeBSD
Search
Configure Global Search
Log In
Files
F102662072
D44839.diff
No One
Temporary
Actions
View File
Edit File
Delete File
View Transforms
Subscribe
Mute Notifications
Flag For Later
Award Token
Size
565 B
Referenced Files
None
Subscribers
None
D44839.diff
View Options
diff --git a/sys/dev/sound/pcm/sound.c b/sys/dev/sound/pcm/sound.c
--- a/sys/dev/sound/pcm/sound.c
+++ b/sys/dev/sound/pcm/sound.c
@@ -461,7 +461,7 @@
max = SND_MAXHWCHAN;
break;
case PCMDIR_PLAY_VIRTUAL:
- dirs = "virtual";
+ dirs = "virtual_play";
direction = PCMDIR_PLAY;
pnum = &d->pvchancount;
device = SND_DEV_DSPHW_VPLAY;
@@ -475,7 +475,7 @@
max = SND_MAXHWCHAN;
break;
case PCMDIR_REC_VIRTUAL:
- dirs = "virtual";
+ dirs = "virtual_record";
direction = PCMDIR_REC;
pnum = &d->rvchancount;
device = SND_DEV_DSPHW_VREC;
File Metadata
Details
Attached
Mime Type
text/plain
Expires
Sat, Nov 16, 12:37 PM (20 h, 43 m)
Storage Engine
blob
Storage Format
Raw Data
Storage Handle
14658823
Default Alt Text
D44839.diff (565 B)
Attached To
Mode
D44839: sound: Be more verbose with virtual channel descriptions
Attached
Detach File
Event Timeline
Log In to Comment