summaryrefslogtreecommitdiffstats
path: root/jack
diff options
context:
space:
mode:
Diffstat (limited to 'jack')
-rw-r--r--jack/pcm_jack.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/jack/pcm_jack.c b/jack/pcm_jack.c
index c1e7a3a..3370a26 100644
--- a/jack/pcm_jack.c
+++ b/jack/pcm_jack.c
@@ -403,7 +403,7 @@ SND_PCM_PLUGIN_DEFINE_FUNC(jack)
const char *id;
if (snd_config_get_id(n, &id) < 0)
continue;
- if (strcmp(id, "comment") == 0 || strcmp(id, "type") == 0)
+ if (strcmp(id, "comment") == 0 || strcmp(id, "type") == 0 || strcmp(id, "hint") == 0)
continue;
if (strcmp(id, "playback_ports") == 0) {
if (snd_config_get_type(n) != SND_CONFIG_TYPE_COMPOUND) {