mirror of
https://gitlab.freedesktop.org/pulseaudio/pulseaudio.git
synced 2025-10-29 05:40:23 -04:00
Fix a typo I know owe Marc-Andre a beer for.
This commit is contained in:
parent
df564040b5
commit
587a08bae4
1 changed files with 2 additions and 2 deletions
|
|
@ -96,9 +96,9 @@ static int source_process_msg(
|
|||
|
||||
switch (code) {
|
||||
|
||||
case PA_SINK_MESSAGE_SET_STATE:
|
||||
case PA_SOURCE_MESSAGE_SET_STATE:
|
||||
|
||||
if (PA_PTR_TO_UINT(data) == PA_SINK_RUNNING)
|
||||
if (PA_PTR_TO_UINT(data) == PA_SOURCE_RUNNING)
|
||||
u->timestamp = pa_rtclock_usec();
|
||||
|
||||
break;
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue