diff --git a/vite/src/pipedal/AlsaDeviceInfo.tsx b/vite/src/pipedal/AlsaDeviceInfo.tsx index e1c3c8e..581ae78 100644 --- a/vite/src/pipedal/AlsaDeviceInfo.tsx +++ b/vite/src/pipedal/AlsaDeviceInfo.tsx @@ -2,7 +2,7 @@ interface AlsaDeviceInfoJson { cardId: number; - id: number; + id: string; name: string; longName: string; sampleRates: number[];