Retrieve and store the device USB PID

This commit is contained in:
Geoffrey D. Bennett
2024-02-20 01:44:31 +10:30
parent 9544635e30
commit b4fc332f0a
2 changed files with 29 additions and 0 deletions

View File

@@ -152,6 +152,7 @@ struct alsa_elem {
struct alsa_card {
int num;
char *device;
uint32_t pid;
char *serial;
char *name;
snd_ctl_t *handle;