summaryrefslogtreecommitdiffstatshomepage
diff options
context:
space:
mode:
author Dirk Best <mail@dirk-best.de>2020-07-13 10:03:48 +0200
committer Dirk Best <mail@dirk-best.de>2020-07-13 11:20:24 +0200
commit0b84f1c31f356fdfc70ef583bc4d81cee43846d6 (patch)
tree26095aa3e9ae20a7c98efdccb90a45f479cb1c2e
parent12eda4acf1851d870d6d5e75a7d0a92788aee3d0 (diff)
dac: Add ZN426E device
-rw-r--r--src/devices/sound/dac.h1
1 files changed, 1 insertions, 0 deletions
diff --git a/src/devices/sound/dac.h b/src/devices/sound/dac.h
index ba0c5bc5915..f1793b5f569 100644
--- a/src/devices/sound/dac.h
+++ b/src/devices/sound/dac.h
@@ -285,6 +285,7 @@ DAC_GENERATOR(MP1210, mp1210_device, dac_word_interface, dac_code_twos_complemen
DAC_GENERATOR(PCM54HP, pcm54hp_device, dac_word_interface, dac_code_binary<16>, dac_gain_r2r, "PCM54HP", "pcm54hp")
DAC_GENERATOR(UDA1341TS, uda1341ts_device, dac_word_interface, dac_code_twos_complement<16>, dac_gain_r2r, "UDA1341TS", "uda1341ts") // I2C stereo audio codec
DAC_GENERATOR(ZN425E, zn425e_device, dac_byte_interface, dac_code_binary<8>, dac_gain_r2r, "ZN425E", "zn425e")
+DAC_GENERATOR(ZN426E, zn426e_device, dac_byte_interface, dac_code_binary<8>, dac_gain_r2r, "ZN426E-8", "zn426e")
DAC_GENERATOR(ZN428E, zn428e_device, dac_byte_interface, dac_code_binary<8>, dac_gain_r2r, "ZN428E-8", "zn428e")
DAC_GENERATOR(ZN429E, zn429e_device, dac_byte_interface, dac_code_binary<8>, dac_gain_r2r, "ZN429E-8", "zn429e")