alsa: cleanups

Avoid getting the clock time just for debug.
Improve time at startup.
This commit is contained in:
Wim Taymans 2019-09-19 16:55:02 +02:00
parent d3c7acb137
commit ab0d1b7fad
4 changed files with 34 additions and 28 deletions

View file

@ -662,6 +662,7 @@ struct spa_node_methods {
* immediately when idle. */
/** port keys */
#define SPA_KEY_PORT_NAME "port.name" /**< a port name */
#define SPA_KEY_PORT_MONITOR "port.monitor" /**< this port is a monitor port */
#ifdef __cplusplus