Searched defs:pa_alsa_decibel_fix (Results 1 – 1 of 1) sorted by relevance
46 typedef struct pa_alsa_decibel_fix pa_alsa_decibel_fix; typedef347 struct pa_alsa_decibel_fix { struct348 char *key;350 pa_alsa_profile_set *profile_set;352 char *name; /* Alsa volume element name. */353 int index; /* Alsa volume element index. */354 long min_step;355 long max_step;380 void pa_alsa_decibel_fix_dump(pa_alsa_decibel_fix *db_fix); argument