Tom Yan
5 years ago
committed by
Leonid Plyushch
No known key found for this signature in database
GPG Key ID: 45F2964132545795
1 changed files with
1 additions and
2 deletions
-
packages/pulseaudio/module-aaudio-sink.c
|
@ -263,9 +263,8 @@ static int state_func_io(pa_sink *s, pa_sink_state_t state, pa_suspend_cause_t s |
|
|
return 0; |
|
|
return 0; |
|
|
} |
|
|
} |
|
|
|
|
|
|
|
|
static int reconfigure_func(pa_sink *s, pa_sample_spec *ss, bool passthrough) { |
|
|
static void reconfigure_func(pa_sink *s, pa_sample_spec *ss, bool passthrough) { |
|
|
s->sample_spec.rate = ss->rate; |
|
|
s->sample_spec.rate = ss->rate; |
|
|
return 0; |
|
|
|
|
|
} |
|
|
} |
|
|
|
|
|
|
|
|
static void process_rewind(pa_sink *s) { |
|
|
static void process_rewind(pa_sink *s) { |
|
|