mirror of
https://codeberg.org/dnkl/yambar.git
synced 2025-04-24 21:05:40 +02:00
modules/pipewire: change type of volume from uint8 to uint16
This commit is contained in:
parent
10fde4dd0a
commit
bdbcc0100a
1 changed files with 2 additions and 2 deletions
|
@ -35,8 +35,8 @@ struct output_informations {
|
||||||
|
|
||||||
/* informations */
|
/* informations */
|
||||||
bool muted;
|
bool muted;
|
||||||
uint8_t linear_volume; /* classic volume */
|
uint16_t linear_volume; /* classic volume */
|
||||||
uint8_t cubic_volume; /* volume a la pulseaudio */
|
uint16_t cubic_volume; /* volume a la pulseaudio */
|
||||||
char *name;
|
char *name;
|
||||||
char *description;
|
char *description;
|
||||||
char *form_factor; /* headset, headphone, speaker, ..., can be null */
|
char *form_factor; /* headset, headphone, speaker, ..., can be null */
|
||||||
|
|
Loading…
Add table
Reference in a new issue