Re: [systemd-devel] [PATCH] 50-udev-default.rules.in: set correct group for mediaX/cecX

2017-05-09 Thread Lennart Poettering
ated one for your patch now: https://github.com/systemd/systemd/pull/5921 patch looks good btw. Lennart -- Lennart Poettering, Red Hat

Re: [alsa-devel] [patch][saa7134] do not change mute state for capturing audio

2011-07-19 Thread Lennart Poettering
e/pipermail/pulseaudio-discuss/2009-June/004229.html It might make sense to add that for your TV card to PA as well. Lennart -- Lennart Poettering - Red Hat, Inc. -- 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: [alsa-devel] [patch][saa7134] do not change mute state for capturing audio

2011-07-19 Thread Lennart Poettering
we open the card in a lot of different combinations to test what works. It's fragile, since if somebody else has opened the soundcard we get an EBUSY which we take as hint that a specific combination didn't work, and so on. It's a hard problem, Lennart -- Lennart Poettering - Red Hat

Re: [patch][saa7134] do not change mute state for capturing audio

2011-07-18 Thread Lennart Poettering
Heya, On 17.07.2011 13:51, Mauro Carvalho Chehab wrote: If pulseaudio is starting sound capture at startup, then it is either a pulseaudio miss-configuration or a bug there. I fail to understand why pulseaudio would start capturing sound from a V4L audio at startup. I think that this is not th

[PATCH] V4L: Generate KEY_CAMERA instead of BTN_0 key events on input devices

2009-06-04 Thread Lennart Poettering
ff-by) Lennart Signed-off-by: Lennart Poettering --- drivers/media/video/pwc/pwc-if.c |4 ++-- drivers/media/video/usbvideo/konicawc.c |4 ++-- drivers/media/video/usbvideo/quickcam_messenger.c |4 ++-- 3 files changed, 6 insertions(+), 6 deletions(-) diff

[PATCH] V4L/pwc - use usb_interface as parent, not usb_device

2009-06-04 Thread Lennart Poettering
linux/kernel/git/torvalds/linux-2.6.git;a=commitdiff;h=ce96d0a44a4f8d1bb3dc12b5e98cb688c1bc730d (Resent 2nd time, due to missing Signed-off-by) Lennart Signed-off-by: Lennart Poettering --- drivers/media/video/pwc/pwc-if.c |2 +- 1 files changed, 1 insertions(+), 1 deletions(-) diff --