]> Git Repo - qemu.git/blobdiff - hw/audio/intel-hda.c
Merge remote-tracking branch 'remotes/berrange/tags/qcrypto-next-pull-request' into...
[qemu.git] / hw / audio / intel-hda.c
index 948268afd8122b38290f90045f8fe44e92f4a395..23a2cf6484ce5c4bb678b3e60986e4b27f5e2b87 100644 (file)
@@ -407,13 +407,6 @@ static bool intel_hda_xfer(HDACodecDevice *dev, uint32_t stnr, bool output,
     if (st->bpl == NULL) {
         return false;
     }
-    if (st->ctl & (1 << 26)) {
-        /*
-         * Wait with the next DMA xfer until the guest
-         * has acked the buffer completion interrupt
-         */
-        return false;
-    }
 
     left = len;
     s = st->bentries;
This page took 0.024158 seconds and 4 git commands to generate.