mirror of
https://gitlab.freedesktop.org/pipewire/pipewire.git
synced 2025-10-29 05:40:27 -04:00
alsa-compress-offload-sink: Remove unused variable
This commit is contained in:
parent
1c991a329e
commit
48716a72b1
1 changed files with 0 additions and 3 deletions
|
|
@ -16,7 +16,6 @@ struct compress_offload_api_context {
|
||||||
int fd;
|
int fd;
|
||||||
struct snd_compr_caps caps;
|
struct snd_compr_caps caps;
|
||||||
struct spa_log *log;
|
struct spa_log *log;
|
||||||
bool was_configured;
|
|
||||||
uint32_t fragment_size;
|
uint32_t fragment_size;
|
||||||
uint32_t num_fragments;
|
uint32_t num_fragments;
|
||||||
};
|
};
|
||||||
|
|
@ -110,8 +109,6 @@ int compress_offload_api_set_params(struct compress_offload_api_context *context
|
||||||
return -errno;
|
return -errno;
|
||||||
}
|
}
|
||||||
|
|
||||||
context->was_configured = true;
|
|
||||||
|
|
||||||
return 0;
|
return 0;
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue