From: Takashi Iwai <tiwai@suse.de>
To: Simon <evereve@email.it>
Cc: alsa-devel@alsa-project.org
Subject: Re: Add "cval->res = 384" quirk for Logitech Webcam C500
Date: Wed, 05 Mar 2014 12:38:57 +0100 [thread overview]
Message-ID: <s5hvbvs3mem.wl%tiwai@suse.de> (raw)
In-Reply-To: <5314C616.101@email.it>
At Mon, 03 Mar 2014 19:12:38 +0100,
Simon wrote:
>
> Hello,
>
> Since some time I am successfully using this workaround
>
> http://mailman.alsa-project.org/pipermail/alsa-devel/2011-March/037657.html
>
> to solve the problem for the Logitech C500 Webcam (046d:0807).
> Would it be possible to add this device to the list included in the
> mixer.c file?
OK, I'll add the following fix.
thanks,
Takashi
-- 8< --
From: Takashi Iwai <tiwai@suse.de>
Subject: [PATCH] ALSA: usb-audio: Add quirk for Logitech Webcam C500
Logitech C500 (046d:0807) needs the same workaround like other
Logitech Webcams.
Cc: <stable@vger.kernel.org>
Signed-off-by: Takashi Iwai <tiwai@suse.de>
---
sound/usb/mixer.c | 1 +
1 file changed, 1 insertion(+)
diff --git a/sound/usb/mixer.c b/sound/usb/mixer.c
index 44b0ba4feab3..1bed780e21d9 100644
--- a/sound/usb/mixer.c
+++ b/sound/usb/mixer.c
@@ -883,6 +883,7 @@ static void volume_control_quirks(struct usb_mixer_elem_info *cval,
}
break;
+ case USB_ID(0x046d, 0x0807): /* Logitech Webcam C500 */
case USB_ID(0x046d, 0x0808):
case USB_ID(0x046d, 0x0809):
case USB_ID(0x046d, 0x081b): /* HD Webcam c310 */
--
1.9.0
prev parent reply other threads:[~2014-03-05 11:38 UTC|newest]
Thread overview: 2+ messages / expand[flat|nested] mbox.gz Atom feed top
2014-03-03 18:12 Add "cval->res = 384" quirk for Logitech Webcam C500 Simon
2014-03-05 11:38 ` Takashi Iwai [this message]
Reply instructions:
You may reply publicly to this message via plain-text email
using any one of the following methods:
* Save the following mbox file, import it into your mail client,
and reply-to-all from there: mbox
Avoid top-posting and favor interleaved quoting:
https://en.wikipedia.org/wiki/Posting_style#Interleaved_style
* Reply using the --to, --cc, and --in-reply-to
switches of git-send-email(1):
git send-email \
--in-reply-to=s5hvbvs3mem.wl%tiwai@suse.de \
--to=tiwai@suse.de \
--cc=alsa-devel@alsa-project.org \
--cc=evereve@email.it \
/path/to/YOUR_REPLY
https://kernel.org/pub/software/scm/git/docs/git-send-email.html
* If your mail client supports setting the In-Reply-To header
via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line
before the message body.
This is an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.