]> git.baikalelectronics.ru Git - kernel.git/commit
sound/oss/vidc.c: change the field used with DMA_ACTIVE
authorJulia Lawall <julia@diku.dk>
Thu, 18 Mar 2010 06:53:11 +0000 (07:53 +0100)
committerTakashi Iwai <tiwai@suse.de>
Sun, 21 Mar 2010 08:32:09 +0000 (09:32 +0100)
commit94fdb486794fd72fe5aefa8b75ec7aa8d3e744a7
tree79fb77b27719cf51dcc7b2f11f60ba7d3e805657
parent3f8d71db41d751863f1b0910fd8f35d9a7394f21
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>
sound/oss/vidc.c