Added Name in driver.Info to Microphone driver

This commit is contained in:
aljanabim
2023-06-11 10:24:03 +02:00
committed by Atsushi Watanabe
parent e64f0d8697
commit 09f6bdeac4

View File

@@ -68,6 +68,7 @@ func Initialize() {
Label: device.ID.String(),
DeviceType: driver.Microphone,
Priority: priority,
Name: info.Name(),
})
}
}