diff options
author | balrog <balrog@c046a42c-6fe2-441c-8c8c-71466251a162> | 2007-11-19 03:43:51 +0000 |
---|---|---|
committer | balrog <balrog@c046a42c-6fe2-441c-8c8c-71466251a162> | 2007-11-19 03:43:51 +0000 |
commit | 73560bc8e347e8c71bd646e977282efab204ff44 (patch) | |
tree | 48d10b9efeed75029ad91217b1d4c3492230382b /hw/omap.h | |
parent | 79b0241756f097c76301ce5f9b9aa7454bc04e80 (diff) |
Clean-up/rewrite audio over I^2S support.
git-svn-id: svn://svn.savannah.nongnu.org/qemu/trunk@3704 c046a42c-6fe2-441c-8c8c-71466251a162
Diffstat (limited to 'hw/omap.h')
-rw-r--r-- | hw/omap.h | 5 |
1 files changed, 5 insertions, 0 deletions
@@ -491,6 +491,11 @@ struct i2s_codec_s { qemu_irq rx_swallow; qemu_irq tx_start; + int tx_rate; + int cts; + int rx_rate; + int rts; + struct i2s_fifo_s { uint8_t *fifo; int len; |