commit | fc8aa7b16a5fcfe9c6d0be9bb587f1fcedd9145f | [log] [tgz] |
---|---|---|
author | Julia Lawall <julia@diku.dk> | Thu Mar 18 07:53:11 2010 +0100 |
committer | Takashi Iwai <tiwai@suse.de> | Sun Mar 21 09:32:09 2010 +0100 |
tree | 79fb77b27719cf51dcc7b2f11f60ba7d3e805657 | |
parent | 220bf991b0366cc50a94feede3d7341fa5710ee4 [diff] |
sound/oss/vidc.c: change the field used with DMA_ACTIVE The constant DMA_ACTIVE is defined with the dma_buffparams structure rather than with the audio_operations structure. Takashi Iwai suggested that the dmap_out field of the audio_operations structure should be used instead. This is not tested. Signed-off-by: Julia Lawall <julia@diku.dk> Signed-off-by: Takashi Iwai <tiwai@suse.de>