Skip to content

Commit 048f693

Browse files
committed
more work
1 parent f4e8ce5 commit 048f693

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/host/alsa/enumerate.rs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -43,7 +43,7 @@ impl Iterator for Devices {
4343
continue;
4444
};
4545

46-
let pcm_id = format!("CARD={}", card_id);
46+
let pcm_id = format!("CARD={},DEV=0", card_id);
4747

4848
if let Ok(handles) = DeviceHandles::open(&pcm_id) {
4949
return Some(Device {

0 commit comments

Comments
 (0)