mirror of
https://github.com/alsa-project/alsa-lib.git
synced 2025-10-29 05:40:25 -04:00
Small fixes..
This commit is contained in:
parent
a581f75a8c
commit
2f68297615
2 changed files with 2 additions and 2 deletions
|
|
@ -352,7 +352,7 @@ static ssize_t alaw_transfer(snd_pcm_plugin_t *plugin,
|
|||
#else
|
||||
#error "Have to be coded..."
|
||||
#endif
|
||||
return dst_size << 1;
|
||||
return src_size << 1;
|
||||
default:
|
||||
return -EIO;
|
||||
}
|
||||
|
|
|
|||
|
|
@ -362,7 +362,7 @@ static ssize_t mulaw_transfer(snd_pcm_plugin_t *plugin,
|
|||
#else
|
||||
#error "Have to be coded..."
|
||||
#endif
|
||||
return dst_size << 1;
|
||||
return src_size << 1;
|
||||
default:
|
||||
return -EIO;
|
||||
}
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue