diff options
| author | Walker Thompson <walker.thompson@urz.uni-heidelberg.de> | 2026-07-03 00:18:20 +0200 |
|---|---|---|
| committer | Walker Thompson <walker.thompson@urz.uni-heidelberg.de> | 2026-07-03 00:18:20 +0200 |
| commit | 37dd4d6f995587cb597e366a377391b264716f01 (patch) | |
| tree | a2f55c0118993a8fe78c0daaf8ec712099b19a5d /voss_devctl.c | |
| parent | daac2f3315a6eca712071ab21e2e4b9ab2189537 (diff) | |
Add GTK version
Diffstat (limited to 'voss_devctl.c')
| -rw-r--r-- | voss_devctl.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/voss_devctl.c b/voss_devctl.c index db86df6..1739b19 100644 --- a/voss_devctl.c +++ b/voss_devctl.c @@ -155,7 +155,7 @@ void oss_enum_devs(int fd, int oss_numaudios) if (ai.caps & (PCM_CAP_OUTPUT | PCM_CAP_VIRTUAL)) { oss_devlist_add(&devs_play, &ai); } - if (ai.caps & (PCM_CAP_INPUT | PCM_CAP_VIRTUAL)) { + if (ai.caps & PCM_CAP_INPUT) { oss_devlist_add(&devs_rec, &ai); } } |
