Ignore:
File:
1 edited

Legend:

Unmodified
Added
Removed
  • uspace/drv/audio/hdaudio/stream.c

    r0d59ea7e rcf78637  
    11/*
    2  * Copyright (c) 2022 Jiri Svoboda
     2 * Copyright (c) 2014 Jiri Svoboda
    33 * All rights reserved.
    44 *
     
    166166        uint8_t ctl3;
    167167
    168         /* Stream ID */
    169168        ctl3 = (stream->sid << 4);
    170 
    171         /* Interrupt on buffer completion */
    172         ctl1 = BIT_V(uint8_t, sdctl1_ioce);
     169        ctl1 = 0x4;
    173170
    174171        sdregs = &stream->hda->regs->sdesc[stream->sdid];
Note: See TracChangeset for help on using the changeset viewer.