mirror of
https://github.com/alsa-project/alsa-lib.git
synced 2025-10-31 22:25:35 -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
|
#else
|
||||||
#error "Have to be coded..."
|
#error "Have to be coded..."
|
||||||
#endif
|
#endif
|
||||||
return dst_size << 1;
|
return src_size << 1;
|
||||||
default:
|
default:
|
||||||
return -EIO;
|
return -EIO;
|
||||||
}
|
}
|
||||||
|
|
|
||||||
|
|
@ -362,7 +362,7 @@ static ssize_t mulaw_transfer(snd_pcm_plugin_t *plugin,
|
||||||
#else
|
#else
|
||||||
#error "Have to be coded..."
|
#error "Have to be coded..."
|
||||||
#endif
|
#endif
|
||||||
return dst_size << 1;
|
return src_size << 1;
|
||||||
default:
|
default:
|
||||||
return -EIO;
|
return -EIO;
|
||||||
}
|
}
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue