mirror of
https://gitlab.freedesktop.org/pulseaudio/pulseaudio.git
synced 2025-10-29 05:40:23 -04:00
/dev/dsp should default to U8, not mulaw.
git-svn-id: file:///home/lennart/svn/public/pulseaudio/trunk@1023 fefdeb5f-60dc-0310-8127-8f9354f1896f
This commit is contained in:
parent
e66b0e6d3f
commit
8485a47705
1 changed files with 1 additions and 1 deletions
|
|
@ -392,7 +392,7 @@ static void context_state_cb(pa_context *c, void *userdata) {
|
|||
static void reset_params(fd_info *i) {
|
||||
assert(i);
|
||||
|
||||
i->sample_spec.format = PA_SAMPLE_ULAW;
|
||||
i->sample_spec.format = PA_SAMPLE_U8;
|
||||
i->sample_spec.channels = 1;
|
||||
i->sample_spec.rate = 8000;
|
||||
i->fragment_size = 0;
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue