Ignore:
File:
1 edited

Legend:

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

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