diff options
Diffstat (limited to 'maemo/alsa-dsp.c')
-rw-r--r-- | maemo/alsa-dsp.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/maemo/alsa-dsp.c b/maemo/alsa-dsp.c index 50ffb00..0c75b95 100644 --- a/maemo/alsa-dsp.c +++ b/maemo/alsa-dsp.c @@ -664,7 +664,7 @@ SND_PCM_PLUGIN_DEFINE_FUNC(alsa_dsp) 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_device_file") == 0) { if (snd_config_get_type(n) == SND_CONFIG_TYPE_COMPOUND){ |