mirror of
https://gitlab.freedesktop.org/pipewire/pipewire.git
synced 2025-10-31 22:25:38 -04:00
acp: improve debug
This commit is contained in:
parent
735eefa2fb
commit
62b882c13d
1 changed files with 2 additions and 1 deletions
|
|
@ -696,7 +696,8 @@ static void card_port_available(void *data, uint32_t index,
|
||||||
struct impl *this = data;
|
struct impl *this = data;
|
||||||
struct acp_card *card = this->card;
|
struct acp_card *card = this->card;
|
||||||
struct acp_port *p = card->ports[index];
|
struct acp_port *p = card->ports[index];
|
||||||
spa_log_info(this->log, "card port %s available %d", p->name, available);
|
spa_log_info(this->log, "card port %s available %d->%d",
|
||||||
|
p->name, old, available);
|
||||||
|
|
||||||
this->info.change_mask |= SPA_DEVICE_CHANGE_MASK_PARAMS;
|
this->info.change_mask |= SPA_DEVICE_CHANGE_MASK_PARAMS;
|
||||||
this->params[IDX_EnumRoute].flags ^= SPA_PARAM_INFO_SERIAL;
|
this->params[IDX_EnumRoute].flags ^= SPA_PARAM_INFO_SERIAL;
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue