ALSA: firewire: Replace tasklet with work
[linux-2.6-microblaze.git] / sound / firewire / amdtp-stream.h
index 703b710..2ceb57d 100644 (file)
@@ -163,7 +163,7 @@ struct amdtp_stream {
 
        /* For a PCM substream processing. */
        struct snd_pcm_substream *pcm;
-       struct tasklet_struct period_tasklet;
+       struct work_struct period_work;
        snd_pcm_uframes_t pcm_buffer_pointer;
        unsigned int pcm_period_pointer;