hw/audio/cs4231a: Const'ify global tables
commitbae17e7483de896a1d1922e07c6727ad0536e64c
authorBernhard Beschow <shentey@gmail.com>
Fri, 20 May 2022 18:01:01 +0000 (20 20:01 +0200)
committerPhilippe Mathieu-Daudé <f4bug@amsat.org>
Sat, 11 Jun 2022 09:44:50 +0000 (11 11:44 +0200)
tree109d32846158fed2183e86342e7860725ccd5a4e
parentaa2e535c82eaf090dda5373c276598e4694c9273
hw/audio/cs4231a: Const'ify global tables

The tables contain spcifically crafted constants for algorithms, so make
them immutable.

Signed-off-by: Bernhard Beschow <shentey@gmail.com>
Reviewed-by: Philippe Mathieu-Daudé <f4bug@amsat.org>
Acked-by: Mark Cave-Ayland <mark.cave-ayland@ilande.co.uk>
Message-Id: <20220520180109.8224-3-shentey@gmail.com>
Signed-off-by: Philippe Mathieu-Daudé <f4bug@amsat.org>
hw/audio/cs4231a.c