mirror of
https://github.com/qemu/qemu.git
synced 2025-08-15 13:47:03 +00:00
audio/alsa: Spelling typo (paramters)
Trivial patch to fix the spelling of "parameters". Signed-off-by: malc <av1474@comtv.ru>
This commit is contained in:
parent
6454e7be1b
commit
f093feb735
@ -665,7 +665,7 @@ static int alsa_open (int in, struct alsa_params_req *req,
|
|||||||
(obt->fmt != req->fmt ||
|
(obt->fmt != req->fmt ||
|
||||||
obt->nchannels != req->nchannels ||
|
obt->nchannels != req->nchannels ||
|
||||||
obt->freq != req->freq)) {
|
obt->freq != req->freq)) {
|
||||||
dolog ("Audio paramters for %s\n", typ);
|
dolog ("Audio parameters for %s\n", typ);
|
||||||
alsa_dump_info (req, obt);
|
alsa_dump_info (req, obt);
|
||||||
}
|
}
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user