Store the best_firmware_version in struct alsa_card

This commit is contained in:
Geoffrey D. Bennett
2024-03-12 02:11:21 +10:30
parent 6e40b8d9ed
commit 984133f61d
4 changed files with 6 additions and 9 deletions

View File

@@ -155,6 +155,7 @@ struct alsa_card {
uint32_t pid;
char *serial;
char *name;
int best_firmware_version;
snd_ctl_t *handle;
struct pollfd pfd;
GArray *elems;