[mythtv-users] saa7134, bt878, on-board audio and recording profiles

Michael Lynch lynchmv at gmail.com
Tue May 8 18:54:38 UTC 2007


>
> Cool, thanks.  I stripped out the .svn stuff.  There's more
> sophisticated ways to make a patch, but I don't know what they are off
> the top of my head.  I edited the patch and ran the patch against the
> source package from Ubuntu (6.10 I think).  The line locations are a
> little different, but it's essentially the same.  There was one thing
> I'd notice before however.  You had:
>
> +#ifdef USING_V4L32KHZ
> +#include "videodev_myth.h"
> +#endif
> +
> +#ifdef USING_V4L32KHZ
> +#include "videodev_myth.h"
> +#endif
>
> I assume you meant:
>
> +#ifdef USING_V4L32KHZ
> +#include "videodev_myth.h"
> +#endif
> +
> +#ifdef USING_V4L48KHZ
> +#include "videodev_myth.h"
> +#endif
>
> Anyway, I've attached the patch I came up with.  I would inline it,
> but I found gmail tends to mangle such things.
>
> James
>

Good catch there.  I'm guessing that since I've been running with it
that way for a few months now it's a harmless mistake.  Fixing it up
is good though, I'll have to fix mine here...


More information about the mythtv-users mailing list