All of lore.kernel.org
 help / color / mirror / Atom feed
* [PATCH] echoaudio - fix wrong # of channels
@ 2005-01-29 14:23 Giuliano Pochini
  2005-01-31 13:43 ` Takashi Iwai
  0 siblings, 1 reply; 2+ messages in thread
From: Giuliano Pochini @ 2005-01-29 14:23 UTC (permalink / raw)
  To: Alsa-devel



- Typo fix: the number of channels of the Layla3G is wrong (copy&paste magic):


Signed-off-by: Giuliano Pochini <pochini@shiny.it>

--- alsa-driver/pci/echoaudio/layla3g.c_old	Sat Jan 29 15:14:35 2005
+++ alsa-driver/pci/echoaudio/layla3g.c	Sat Jan 29 15:14:49 2005
@@ -33,18 +33,18 @@
 #define ECHOCARD_BOX	E3G_LAYLA3G
 
 /* Pipe indexes */
-#define PX_ANALOG_OUT	0	/* 6 */
-#define PX_DIGITAL_OUT	6	/* 8 */
-#define PX_ANALOG_IN	14	/* 2 */
-#define PX_DIGITAL_IN	16	/* 8 */
-#define PX_NUM		24
+#define PX_ANALOG_OUT	0	/* 8 */
+#define PX_DIGITAL_OUT	8	/* 8 */
+#define PX_ANALOG_IN	16	/* 8 */
+#define PX_DIGITAL_IN	24	/* 8 */
+#define PX_NUM		32
 
 /* Bus indexes */
-#define BX_ANALOG_OUT	0	/* 6 */
-#define BX_DIGITAL_OUT	6	/* 8 */
-#define BX_ANALOG_IN	14	/* 2 */
-#define BX_DIGITAL_IN	16	/* 8 */
-#define BX_NUM		24
+#define BX_ANALOG_OUT	0	/* 8 */
+#define BX_DIGITAL_OUT	8	/* 8 */
+#define BX_ANALOG_IN	16	/* 8 */
+#define BX_DIGITAL_IN	24	/* 8 */
+#define BX_NUM		32
 
 
 /* Number of channels */



--
Giuliano.


-------------------------------------------------------
This SF.Net email is sponsored by: IntelliVIEW -- Interactive Reporting
Tool for open source databases. Create drag-&-drop reports. Save time
by over 75%! Publish reports on the web. Export to DOC, XLS, RTF, etc.
Download a FREE copy at http://www.intelliview.com/go/osdn_nl

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

* Re: [PATCH] echoaudio - fix wrong # of channels
  2005-01-29 14:23 [PATCH] echoaudio - fix wrong # of channels Giuliano Pochini
@ 2005-01-31 13:43 ` Takashi Iwai
  0 siblings, 0 replies; 2+ messages in thread
From: Takashi Iwai @ 2005-01-31 13:43 UTC (permalink / raw)
  To: Giuliano Pochini; +Cc: Alsa-devel

At Sat, 29 Jan 2005 15:23:19 +0100,
Giuliano Pochini wrote:
> 
> 
> 
> - Typo fix: the number of channels of the Layla3G is wrong (copy&paste magic):
> 
> 
> Signed-off-by: Giuliano Pochini <pochini@shiny.it>

Thanks, applied now.


Takashi


-------------------------------------------------------
This SF.Net email is sponsored by: IntelliVIEW -- Interactive Reporting
Tool for open source databases. Create drag-&-drop reports. Save time
by over 75%! Publish reports on the web. Export to DOC, XLS, RTF, etc.
Download a FREE copy at http://www.intelliview.com/go/osdn_nl

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

end of thread, other threads:[~2005-01-31 13:43 UTC | newest]

Thread overview: 2+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2005-01-29 14:23 [PATCH] echoaudio - fix wrong # of channels Giuliano Pochini
2005-01-31 13:43 ` Takashi Iwai

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.