This repository has been archived on 2025-09-15. You can view files and clone it. You cannot open issues or pull requests or push a commit.
Files
alsa-scarlett-gui/src/hardware.h
2024-03-24 17:06:17 +10:30

11 lines
257 B
C

// SPDX-FileCopyrightText: 2023-2024 Geoffrey D. Bennett <g@b4.vu>
// SPDX-License-Identifier: GPL-3.0-or-later
// Supported devices
struct scarlett2_device {
int pid;
const char *name;
};
struct scarlett2_device *get_device_for_pid(int pid);