Home | History | Annotate | Download | only in server

Lines Matching full:curve

16 	 *    curve - A curve from cras_volume_curve_create_* functions.
22 long (*get_dBFS)(const struct cras_volume_curve *curve, size_t volume);
25 /* Creates a system-default volume curve. The default curve maps one volume step
27 * Returns null on error, or the new volume curve on success.
31 /* Creates a volume curve with a specified max volume and step.
40 /* Creates a volume curve with each step's dB value called out.
45 * A volume curve pointer that should be passed to
52 /* Destroys a curve created with cras_volume_curve_create_*.
54 * curve - The curve to destroy.
56 void cras_volume_curve_destroy(struct cras_volume_curve *curve);