Re: [PULL] http://kernellabs.com/hg/~dheitmueller/hvr-1600-alsa-3

2010-01-22 Thread Mauro Carvalho Chehab
Devin Heitmueller wrote:
 Hello Mauro,
 
 Please PULL from
 http://kernellabs.com/hg/~dheitmueller/hvr-1600-alsa-3 for the
 following:
 
 cx18-alsa: Fix the rates definition and move some buffer freeing code.
 cx18: address possible passing of NULL to snd_card_free
 cx18-alsa: codingstyle cleanup
 cx18-alsa: codingstyle cleanup
 cx18: codingstyle fixes
 cx18-alsa: codingstyle fixes
 cx18-alsa: fix codingstyle issue
 cx18-alsa: fix memory leak in error condition
 cx18-alsa: remove a couple of warnings
 cx18-alsa: name alsa device after the actual card
 cx18: cleanup cx18-alsa debug logging
 cx18: rework cx18-alsa module loading to support automatic loading
 cx18-alsa: remove unneeded debug line
 cx18: export more symbols required by cx18-alsa
 cx18: add cx18-alsa module to Makefile
 cx18: overhaul ALSA PCM device handling so it works
 cx18: export a couple of symbols so they can be shared with cx18-alsa
 cx18: make it so cx18-alsa-main.c compiles
 cx18: rename cx18-alsa.c
 cx18-alsa: Add non-working cx18-alsa-pcm.[ch] files to avoid data loss
 cx18-alsa: Initial non-working cx18-alsa files

There is one remaining checkpatch warning:

WARNING: EXPORT_SYMBOL(foo); should immediately follow its function/variable
#45: FILE: drivers/media/video/cx18/cx18-driver.c:52:
+EXPORT_SYMBOL(cx18_ext_init);

Please send later a patch fixing it.

 This tree is the same as hvr-1600-alsa-2 except I rebased it off of
 the v4l-dvb tip, fixing the merge conflict with Andy's cx18-stream
 changes.

Applied on -git, thanks.

Cheers,
Mauro
--
To unsubscribe from this list: send the line unsubscribe linux-media in
the body of a message to majord...@vger.kernel.org
More majordomo info at  http://vger.kernel.org/majordomo-info.html


Re: [PULL] http://kernellabs.com/hg/~dheitmueller/hvr-1600-alsa-3

2010-01-22 Thread Devin Heitmueller
On Fri, Jan 22, 2010 at 4:32 PM, Mauro Carvalho Chehab
mche...@infradead.org wrote:
 There is one remaining checkpatch warning:

 WARNING: EXPORT_SYMBOL(foo); should immediately follow its function/variable
 #45: FILE: drivers/media/video/cx18/cx18-driver.c:52:
 +EXPORT_SYMBOL(cx18_ext_init);

 Please send later a patch fixing it.

I wonder how the heck I managed to miss that.  Sorry, will do.

Devin

-- 
Devin J. Heitmueller - Kernel Labs
http://www.kernellabs.com
--
To unsubscribe from this list: send the line unsubscribe linux-media in
the body of a message to majord...@vger.kernel.org
More majordomo info at  http://vger.kernel.org/majordomo-info.html


Re: [PULL] http://kernellabs.com/hg/~dheitmueller/hvr-1600-alsa-3

2010-01-22 Thread Mauro Carvalho Chehab
Devin Heitmueller wrote:
 On Fri, Jan 22, 2010 at 4:32 PM, Mauro Carvalho Chehab
 mche...@infradead.org wrote:
 There is one remaining checkpatch warning:

 WARNING: EXPORT_SYMBOL(foo); should immediately follow its function/variable
 #45: FILE: drivers/media/video/cx18/cx18-driver.c:52:
 +EXPORT_SYMBOL(cx18_ext_init);

 Please send later a patch fixing it.
 
 I wonder how the heck I managed to miss that.  Sorry, will do.

No pbm.

Cheers,
mauro
--
To unsubscribe from this list: send the line unsubscribe linux-media in
the body of a message to majord...@vger.kernel.org
More majordomo info at  http://vger.kernel.org/majordomo-info.html


Re: [PULL] http://kernellabs.com/hg/~dheitmueller/hvr-1600-alsa-3

2010-01-22 Thread Douglas Schilling Landgraf
Hello,

On Fri, Jan 22, 2010 at 7:32 PM, Mauro Carvalho Chehab
mche...@infradead.org wrote:
 Devin Heitmueller wrote:
 Hello Mauro,

 Please PULL from
 http://kernellabs.com/hg/~dheitmueller/hvr-1600-alsa-3 for the
 following:

 cx18-alsa: Fix the rates definition and move some buffer freeing code.
 cx18: address possible passing of NULL to snd_card_free
 cx18-alsa: codingstyle cleanup
 cx18-alsa: codingstyle cleanup
 cx18: codingstyle fixes
 cx18-alsa: codingstyle fixes
 cx18-alsa: fix codingstyle issue
 cx18-alsa: fix memory leak in error condition
 cx18-alsa: remove a couple of warnings
 cx18-alsa: name alsa device after the actual card
 cx18: cleanup cx18-alsa debug logging
 cx18: rework cx18-alsa module loading to support automatic loading
 cx18-alsa: remove unneeded debug line
 cx18: export more symbols required by cx18-alsa
 cx18: add cx18-alsa module to Makefile
 cx18: overhaul ALSA PCM device handling so it works
 cx18: export a couple of symbols so they can be shared with cx18-alsa
 cx18: make it so cx18-alsa-main.c compiles
 cx18: rename cx18-alsa.c
 cx18-alsa: Add non-working cx18-alsa-pcm.[ch] files to avoid data loss
 cx18-alsa: Initial non-working cx18-alsa files

 There is one remaining checkpatch warning:

 WARNING: EXPORT_SYMBOL(foo); should immediately follow its function/variable
 #45: FILE: drivers/media/video/cx18/cx18-driver.c:52:
 +EXPORT_SYMBOL(cx18_ext_init);

 Please send later a patch fixing it.

 This tree is the same as hvr-1600-alsa-2 except I rebased it off of
 the v4l-dvb tip, fixing the merge conflict with Andy's cx18-stream
 changes.

 Applied on -git, thanks.

Applied on -hg tree, thanks

Cheers,
Douglas
--
To unsubscribe from this list: send the line unsubscribe linux-media in
the body of a message to majord...@vger.kernel.org
More majordomo info at  http://vger.kernel.org/majordomo-info.html


[PULL] http://kernellabs.com/hg/~dheitmueller/hvr-1600-alsa-3

2010-01-18 Thread Devin Heitmueller
Hello Mauro,

Please PULL from
http://kernellabs.com/hg/~dheitmueller/hvr-1600-alsa-3 for the
following:

cx18-alsa: Fix the rates definition and move some buffer freeing code.
cx18: address possible passing of NULL to snd_card_free
cx18-alsa: codingstyle cleanup
cx18-alsa: codingstyle cleanup
cx18: codingstyle fixes
cx18-alsa: codingstyle fixes
cx18-alsa: fix codingstyle issue
cx18-alsa: fix memory leak in error condition
cx18-alsa: remove a couple of warnings
cx18-alsa: name alsa device after the actual card
cx18: cleanup cx18-alsa debug logging
cx18: rework cx18-alsa module loading to support automatic loading
cx18-alsa: remove unneeded debug line
cx18: export more symbols required by cx18-alsa
cx18: add cx18-alsa module to Makefile
cx18: overhaul ALSA PCM device handling so it works
cx18: export a couple of symbols so they can be shared with cx18-alsa
cx18: make it so cx18-alsa-main.c compiles
cx18: rename cx18-alsa.c
cx18-alsa: Add non-working cx18-alsa-pcm.[ch] files to avoid data loss
cx18-alsa: Initial non-working cx18-alsa files

This tree is the same as hvr-1600-alsa-2 except I rebased it off of
the v4l-dvb tip, fixing the merge conflict with Andy's cx18-stream
changes.

Cheers,

Devin

-- 
Devin J. Heitmueller - Kernel Labs
http://www.kernellabs.com
--
To unsubscribe from this list: send the line unsubscribe linux-media in
the body of a message to majord...@vger.kernel.org
More majordomo info at  http://vger.kernel.org/majordomo-info.html