Magellan Linux

Annotation of /trunk/kernel26-alx/patches-2.6.27-r3/0140-2.6.27.41-all-fixes.patch

Parent Directory Parent Directory | Revision Log Revision Log


Revision 1176 - (hide annotations) (download)
Thu Oct 14 15:11:06 2010 UTC (13 years, 7 months ago) by niro
File size: 548 byte(s)
-2.6.27-alx-r3: new magellan 0.5.2 kernel
1 niro 1176 diff --git a/drivers/media/video/em28xx/em28xx-audio.c b/drivers/media/video/em28xx/em28xx-audio.c
2     index 95f77b6..ac3292d 100644
3     --- a/drivers/media/video/em28xx/em28xx-audio.c
4     +++ b/drivers/media/video/em28xx/em28xx-audio.c
5     @@ -365,11 +365,6 @@ static int snd_em28xx_hw_capture_free(struct snd_pcm_substream *substream)
6    
7     static int snd_em28xx_prepare(struct snd_pcm_substream *substream)
8     {
9     - struct em28xx *dev = snd_pcm_substream_chip(substream);
10     -
11     - dev->adev.hwptr_done_capture = 0;
12     - dev->adev.capture_transfer_done = 0;
13     -
14     return 0;
15     }
16