mirror of
https://github.com/Motorhead1991/qemu.git
synced 2025-08-08 18:23:57 -06:00
trivial: Fix duplicated words
Some files wrongly contain the same word twice in a row. One of them should be removed or replaced. Message-Id: <20220722145859.1952732-1-thuth@redhat.com> Signed-off-by: Thomas Huth <thuth@redhat.com>
This commit is contained in:
parent
7a21bee2aa
commit
a07d9df0fd
5 changed files with 5 additions and 5 deletions
|
@ -274,7 +274,7 @@ static void omap_eac_format_update(struct omap_eac_s *s)
|
|||
fmt.freq = s->codec.rate;
|
||||
/* TODO: signedness possibly depends on the CODEC hardware - or
|
||||
* does I2S specify it? */
|
||||
/* All register writes are 16 bits so we we store 16-bit samples
|
||||
/* All register writes are 16 bits so we store 16-bit samples
|
||||
* in the buffers regardless of AGCFR[B8_16] value. */
|
||||
fmt.fmt = AUDIO_FORMAT_U16;
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue