Skip to content

Commit 22bf727

Browse files
-I: Add --developer support
1 parent 4f8b6db commit 22bf727

2 files changed

Lines changed: 192 additions & 185 deletions

File tree

src/libhrmp/devices.c

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -335,6 +335,11 @@ hrmp_sample_configuration(void)
335335
desc = snd_device_name_get_hint(*n, "DESC");
336336
cdesc = NULL;
337337

338+
if (config->developer)
339+
{
340+
printf("Device name: %s\n", name);
341+
}
342+
338343
if (hrmp_starts_with(name, "iec958"))
339344
{
340345
cdesc = clean_description(desc);

0 commit comments

Comments
 (0)