alsa-sink: Some trivial tidyups

Mostly typo fixes but also a change to make a function relating
to sink inputs use more generic variable names.
This commit is contained in:
Colin Guthrie 2011-05-17 19:50:32 +01:00
parent 62e43f9181
commit dc6c272625
4 changed files with 20 additions and 17 deletions

View file

@ -110,7 +110,7 @@ struct pa_sink_input {
pa_bool_t muted:1;
/* if TRUE then the source we are connected to and/or the volume
/* if TRUE then the sink we are connected to and/or the volume
* set is worth remembering, i.e. was explicitly chosen by the
* user and not automatically. module-stream-restore looks for
* this.*/