driver type capitalization

This commit is contained in:
pblivingston 2026-03-02 05:24:30 -05:00
parent 2f2d4af848
commit defb2b68c0

View File

@ -268,10 +268,10 @@ function Device_Desc {
} }
$drivers = @{ $drivers = @{
1 = 'MME' 1 = 'mme'
3 = 'WDM' 3 = 'wdm'
4 = 'KS' 4 = 'ks'
5 = 'ASIO' 5 = 'asio'
} }
[PSCustomObject]@{ [PSCustomObject]@{