All of lore.kernel.org
 help / color / mirror / Atom feed
* [PATCH] usb-audio: Fix invalid volume resolution for Logitech HD Webcam C525
@ 2013-08-09  8:28 Maxim Boyko
  0 siblings, 0 replies; 7+ messages in thread
From: Maxim Boyko @ 2013-08-09  8:28 UTC (permalink / raw)
  To: alsa-devel, linux-usb; +Cc: stable


Add the volume control quirk for avoiding the kernel warning
for the Logitech HD Webcam C525
as in the similar commit 36691e1be6ec551eef4a5225f126a281f8c051c2
for the Logitech HD Webcam C310.

Reported-by: Maksim Boyko <maksim.a.boyko@gmail.com>
Tested-by: Maksim Boyko <maksim.a.boyko@gmail.com>
Cc: <stable@vger.kernel.org> # 3.10.5+
Signed-off-by: Maksim Boyko <maksim.a.boyko@gmail.com>
--
  sound/usb/mixer.c |    1 +
  1 file changed, 1 insertion(+)

--- linux-3.10.5-orig/sound/usb/mixer.c 2013-08-04 12:51:49.000000000 
+0400
+++ linux-3.10.5/sound/usb/mixer.c      2013-08-06 21:12:42.274197287 
+0400
@@ -888,6 +888,7 @@ static void volume_control_quirks(struct
         case USB_ID(0x046d, 0x081b): /* HD Webcam c310 */
         case USB_ID(0x046d, 0x081d): /* HD Webcam c510 */
         case USB_ID(0x046d, 0x0825): /* HD Webcam c270 */
+       case USB_ID(0x046d, 0x0826): /* HD Webcam c525 */
         case USB_ID(0x046d, 0x0991):
         /* Most audio usb devices lie about volume resolution.
          * Most Logitech webcams have res = 384.



--
WBR, Maksim Boyko

^ permalink raw reply	[flat|nested] 7+ messages in thread

* [PATCH] usb-audio: Fix invalid volume resolution for Logitech HD Webcam C525
@ 2013-08-09  8:37 Maxim Boyko
  2013-08-10  8:20 ` Maksim A. Boyko
  0 siblings, 1 reply; 7+ messages in thread
From: Maxim Boyko @ 2013-08-09  8:37 UTC (permalink / raw)
  To: alsa-devel-K7yf7f+aM1XWsZ/bQMPhNw,
	linux-usb-u79uwXL29TY76Z2rM5mHXA
  Cc: stable-u79uwXL29TY76Z2rM5mHXA,
	maksim.a.boyko-Re5JQEeQqe8AvxtiuMwx3w


Add the volume control quirk for avoiding the kernel warning
for the Logitech HD Webcam C525
as in the similar commit 36691e1be6ec551eef4a5225f126a281f8c051c2
for the Logitech HD Webcam C310.

Reported-by: Maksim Boyko <maksim.a.boyko-Re5JQEeQqe8AvxtiuMwx3w@public.gmane.org>
Tested-by: Maksim Boyko <maksim.a.boyko-Re5JQEeQqe8AvxtiuMwx3w@public.gmane.org>
Cc: <stable-u79uwXL29TY76Z2rM5mHXA@public.gmane.org> # 3.10.5+
Signed-off-by: Maksim Boyko <maksim.a.boyko-Re5JQEeQqe8AvxtiuMwx3w@public.gmane.org>
--
  sound/usb/mixer.c |    1 +
  1 file changed, 1 insertion(+)

--- linux-3.10.5-orig/sound/usb/mixer.c	2013-08-04 12:51:49.000000000 
+0400
+++ linux-3.10.5/sound/usb/mixer.c	2013-08-06 21:12:42.274197287 
+0400
@@ -888,6 +888,7 @@ static void volume_control_quirks(struct
  	case USB_ID(0x046d, 0x081b): /* HD Webcam c310 */
  	case USB_ID(0x046d, 0x081d): /* HD Webcam c510 */
  	case USB_ID(0x046d, 0x0825): /* HD Webcam c270 */
+	case USB_ID(0x046d, 0x0826): /* HD Webcam c525 */
  	case USB_ID(0x046d, 0x0991):
  	/* Most audio usb devices lie about volume resolution.
  	 * Most Logitech webcams have res = 384.


--
WBR, Maksim

P.S. Please, use this patch due to it should have correct tab symbols.
--
To unsubscribe from this list: send the line "unsubscribe linux-usb" in
the body of a message to majordomo-u79uwXL29TY76Z2rM5mHXA@public.gmane.org
More majordomo info at  http://vger.kernel.org/majordomo-info.html

^ permalink raw reply	[flat|nested] 7+ messages in thread

* [PATCH] usb-audio: Fix invalid volume resolution for Logitech HD Webcam C525
  2013-08-09  8:37 [PATCH] usb-audio: Fix invalid volume resolution for Logitech HD Webcam C525 Maxim Boyko
@ 2013-08-10  8:20 ` Maksim A. Boyko
  2013-08-10 18:39   ` Sergei Shtylyov
       [not found]   ` <5205F7B2.7030505-o+MxOtu4lMCHXe+LvDLADg@public.gmane.org>
  0 siblings, 2 replies; 7+ messages in thread
From: Maksim A. Boyko @ 2013-08-10  8:20 UTC (permalink / raw)
  To: alsa-devel, linux-usb; +Cc: maksim.a.boyko, stable

Add the volume control quirk for avoiding the kernel warning
for the Logitech HD Webcam C525
as in the similar commit 36691e1be6ec551eef4a5225f126a281f8c051c2
for the Logitech HD Webcam C310.

Reported-by: Maksim Boyko <maksim.a.boyko@gmail.com>
Tested-by: Maksim Boyko <maksim.a.boyko@gmail.com>
Cc: <stable@vger.kernel.org> # 3.10.5+
Signed-off-by: Maksim Boyko <maksim.a.boyko@gmail.com>
--
  sound/usb/mixer.c |    1 +
  1 file changed, 1 insertion(+)

--- linux-3.10.5-orig/sound/usb/mixer.c	2013-08-04 12:51:49.000000000
+0400
+++ linux-3.10.5/sound/usb/mixer.c	2013-08-06 21:12:42.274197287
+0400
@@ -888,6 +888,7 @@ static void volume_control_quirks(struct
  	case USB_ID(0x046d, 0x081b): /* HD Webcam c310 */
  	case USB_ID(0x046d, 0x081d): /* HD Webcam c510 */
  	case USB_ID(0x046d, 0x0825): /* HD Webcam c270 */
+	case USB_ID(0x046d, 0x0826): /* HD Webcam c525 */
  	case USB_ID(0x046d, 0x0991):
  	/* Most audio usb devices lie about volume resolution.
  	 * Most Logitech webcams have res = 384.


--
WBR, Maksim

P.S. Please, use this patch due to it should have correct tab symbols.

^ permalink raw reply	[flat|nested] 7+ messages in thread

* Re: [PATCH] usb-audio: Fix invalid volume resolution for Logitech HD Webcam C525
  2013-08-10  8:20 ` Maksim A. Boyko
@ 2013-08-10 18:39   ` Sergei Shtylyov
       [not found]   ` <5205F7B2.7030505-o+MxOtu4lMCHXe+LvDLADg@public.gmane.org>
  1 sibling, 0 replies; 7+ messages in thread
From: Sergei Shtylyov @ 2013-08-10 18:39 UTC (permalink / raw)
  To: Maksim A. Boyko; +Cc: alsa-devel, linux-usb, stable, maksim.a.boyko

Hello.

On 08/10/2013 12:20 PM, Maksim A. Boyko wrote:

> Add the volume control quirk for avoiding the kernel warning
> for the Logitech HD Webcam C525
> as in the similar commit 36691e1be6ec551eef4a5225f126a281f8c051c2

    Please also specify that commit's summary line in parens.

> for the Logitech HD Webcam C310.

> Reported-by: Maksim Boyko <maksim.a.boyko@gmail.com>
> Tested-by: Maksim Boyko <maksim.a.boyko@gmail.com>
> Cc: <stable@vger.kernel.org> # 3.10.5+
> Signed-off-by: Maksim Boyko <maksim.a.boyko@gmail.com>
> --
>   sound/usb/mixer.c |    1 +
>   1 file changed, 1 insertion(+)
>
> --- linux-3.10.5-orig/sound/usb/mixer.c    2013-08-04 12:51:49.000000000
> +0400
> +++ linux-3.10.5/sound/usb/mixer.c    2013-08-06 21:12:42.274197287
> +0400
> @@ -888,6 +888,7 @@ static void volume_control_quirks(struct
>       case USB_ID(0x046d, 0x081b): /* HD Webcam c310 */
>       case USB_ID(0x046d, 0x081d): /* HD Webcam c510 */
>       case USB_ID(0x046d, 0x0825): /* HD Webcam c270 */
> +    case USB_ID(0x046d, 0x0826): /* HD Webcam c525 */
>       case USB_ID(0x046d, 0x0991):
>       /* Most audio usb devices lie about volume resolution.
>        * Most Logitech webcams have res = 384.
>
>
> --
> WBR, Maksim

> P.S. Please, use this patch due to it should have correct tab symbols.

    Unfortunately, it seems to have a space added before each line starting 
with space.

WBR, Sergei

^ permalink raw reply	[flat|nested] 7+ messages in thread

* [PATCH] usb-audio: Fix invalid volume resolution for Logitech HD Webcam C525
@ 2013-08-11  8:39 Maksim A. Boyko
       [not found] ` <52074DBB.7040504-o+MxOtu4lMCHXe+LvDLADg@public.gmane.org>
  0 siblings, 1 reply; 7+ messages in thread
From: Maksim A. Boyko @ 2013-08-11  8:39 UTC (permalink / raw)
  To: alsa-devel, linux-usb; +Cc: stable, maksim.a.boyko

Add the volume control quirk for avoiding the kernel warning for the Logitech HD
Webcam C525 as in the similar commit 36691e1be6ec551eef4a5225f126a281f8c051c2
(ALSA: usb-audio: Fix invalid volume resolution for Logitech HD Webcam c310) for
the Logitech HD Webcam C310.

Reported-by: Maksim Boyko <maksim.a.boyko@gmail.com>
Tested-by: Maksim Boyko <maksim.a.boyko@gmail.com>
Cc: <stable@vger.kernel.org> # 3.10.5+
Signed-off-by: Maksim Boyko <maksim.a.boyko@gmail.com>
-- 
  sound/usb/mixer.c |    1 +
  1 file changed, 1 insertion(+)

--- linux-3.10.5-orig/sound/usb/mixer.c	2013-08-04 12:51:49.000000000
+0400
+++ linux-3.10.5/sound/usb/mixer.c	2013-08-06 21:12:42.274197287
+0400
@@ -888,6 +888,7 @@ static void volume_control_quirks(struct
   	case USB_ID(0x046d, 0x081b): /* HD Webcam c310 */
   	case USB_ID(0x046d, 0x081d): /* HD Webcam c510 */
   	case USB_ID(0x046d, 0x0825): /* HD Webcam c270 */
+	case USB_ID(0x046d, 0x0826): /* HD Webcam c525 */
   	case USB_ID(0x046d, 0x0991):
   	/* Most audio usb devices lie about volume resolution.
   	 * Most Logitech webcams have res = 384.


-- 
WBR, Maksim Boyko

^ permalink raw reply	[flat|nested] 7+ messages in thread

* Re: [PATCH] usb-audio: Fix invalid volume resolution for Logitech HD Webcam C525
       [not found] ` <52074DBB.7040504-o+MxOtu4lMCHXe+LvDLADg@public.gmane.org>
@ 2013-08-11 17:23   ` Sergei Shtylyov
  0 siblings, 0 replies; 7+ messages in thread
From: Sergei Shtylyov @ 2013-08-11 17:23 UTC (permalink / raw)
  To: Maksim A. Boyko
  Cc: alsa-devel-K7yf7f+aM1XWsZ/bQMPhNw,
	linux-usb-u79uwXL29TY76Z2rM5mHXA, stable-u79uwXL29TY76Z2rM5mHXA,
	maksim.a.boyko-Re5JQEeQqe8AvxtiuMwx3w

Hello.

On 08/11/2013 12:39 PM, Maksim A. Boyko wrote:

> Add the volume control quirk for avoiding the kernel warning for the Logitech HD
> Webcam C525 as in the similar commit 36691e1be6ec551eef4a5225f126a281f8c051c2
> (ALSA: usb-audio: Fix invalid volume resolution for Logitech HD Webcam c310) for
> the Logitech HD Webcam C310.

> Reported-by: Maksim Boyko <maksim.a.boyko-Re5JQEeQqe8AvxtiuMwx3w@public.gmane.org>
> Tested-by: Maksim Boyko <maksim.a.boyko-Re5JQEeQqe8AvxtiuMwx3w@public.gmane.org>
> Cc: <stable-u79uwXL29TY76Z2rM5mHXA@public.gmane.org> # 3.10.5+
> Signed-off-by: Maksim Boyko <maksim.a.boyko-Re5JQEeQqe8AvxtiuMwx3w@public.gmane.org>

    Strange, now all the surrounding lines are indented with spaces, only the 
line you're adding looks normal.

WBR, Sergei

--
To unsubscribe from this list: send the line "unsubscribe linux-usb" in
the body of a message to majordomo-u79uwXL29TY76Z2rM5mHXA@public.gmane.org
More majordomo info at  http://vger.kernel.org/majordomo-info.html

^ permalink raw reply	[flat|nested] 7+ messages in thread

* Re: [alsa-devel] [PATCH] usb-audio: Fix invalid volume resolution for Logitech HD Webcam C525
       [not found]   ` <5205F7B2.7030505-o+MxOtu4lMCHXe+LvDLADg@public.gmane.org>
@ 2013-08-12 12:55     ` Takashi Iwai
  0 siblings, 0 replies; 7+ messages in thread
From: Takashi Iwai @ 2013-08-12 12:55 UTC (permalink / raw)
  To: Maksim A. Boyko
  Cc: alsa-devel-K7yf7f+aM1XWsZ/bQMPhNw,
	linux-usb-u79uwXL29TY76Z2rM5mHXA,
	maksim.a.boyko-Re5JQEeQqe8AvxtiuMwx3w,
	stable-u79uwXL29TY76Z2rM5mHXA

At Sat, 10 Aug 2013 12:20:02 +0400,
Maksim A. Boyko wrote:
> 
> Add the volume control quirk for avoiding the kernel warning
> for the Logitech HD Webcam C525
> as in the similar commit 36691e1be6ec551eef4a5225f126a281f8c051c2
> for the Logitech HD Webcam C310.
> 
> Reported-by: Maksim Boyko <maksim.a.boyko-Re5JQEeQqe8AvxtiuMwx3w@public.gmane.org>
> Tested-by: Maksim Boyko <maksim.a.boyko-Re5JQEeQqe8AvxtiuMwx3w@public.gmane.org>
> Cc: <stable-u79uwXL29TY76Z2rM5mHXA@public.gmane.org> # 3.10.5+
> Signed-off-by: Maksim Boyko <maksim.a.boyko-Re5JQEeQqe8AvxtiuMwx3w@public.gmane.org>

Thanks, applied.


Takashi

> --
>   sound/usb/mixer.c |    1 +
>   1 file changed, 1 insertion(+)
> 
> --- linux-3.10.5-orig/sound/usb/mixer.c	2013-08-04 12:51:49.000000000
> +0400
> +++ linux-3.10.5/sound/usb/mixer.c	2013-08-06 21:12:42.274197287
> +0400
> @@ -888,6 +888,7 @@ static void volume_control_quirks(struct
>   	case USB_ID(0x046d, 0x081b): /* HD Webcam c310 */
>   	case USB_ID(0x046d, 0x081d): /* HD Webcam c510 */
>   	case USB_ID(0x046d, 0x0825): /* HD Webcam c270 */
> +	case USB_ID(0x046d, 0x0826): /* HD Webcam c525 */
>   	case USB_ID(0x046d, 0x0991):
>   	/* Most audio usb devices lie about volume resolution.
>   	 * Most Logitech webcams have res = 384.
> 
> 
> --
> WBR, Maksim
> 
> P.S. Please, use this patch due to it should have correct tab symbols.
> 
> 
> _______________________________________________
> Alsa-devel mailing list
> Alsa-devel-K7yf7f+aM1XWsZ/bQMPhNw@public.gmane.org
> http://mailman.alsa-project.org/mailman/listinfo/alsa-devel
> 
--
To unsubscribe from this list: send the line "unsubscribe linux-usb" in
the body of a message to majordomo-u79uwXL29TY76Z2rM5mHXA@public.gmane.org
More majordomo info at  http://vger.kernel.org/majordomo-info.html

^ permalink raw reply	[flat|nested] 7+ messages in thread

end of thread, other threads:[~2013-08-12 12:55 UTC | newest]

Thread overview: 7+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2013-08-09  8:37 [PATCH] usb-audio: Fix invalid volume resolution for Logitech HD Webcam C525 Maxim Boyko
2013-08-10  8:20 ` Maksim A. Boyko
2013-08-10 18:39   ` Sergei Shtylyov
     [not found]   ` <5205F7B2.7030505-o+MxOtu4lMCHXe+LvDLADg@public.gmane.org>
2013-08-12 12:55     ` [alsa-devel] " Takashi Iwai
  -- strict thread matches above, loose matches on Subject: below --
2013-08-11  8:39 Maksim A. Boyko
     [not found] ` <52074DBB.7040504-o+MxOtu4lMCHXe+LvDLADg@public.gmane.org>
2013-08-11 17:23   ` Sergei Shtylyov
2013-08-09  8:28 Maxim Boyko

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.