All of lore.kernel.org
 help / color / mirror / Atom feed
* patch for speaker-test to support 8 channels
@ 2005-02-17 22:13 "Tien,  C.L. - 田承禮"
  2005-02-17 23:45 ` James Courtier-Dutton
  0 siblings, 1 reply; 3+ messages in thread
From: "Tien,  C.L. - 田承禮" @ 2005-02-17 22:13 UTC (permalink / raw)
  To: alsa-devel

Hi,

During testing cm8768 for 8 channels playback. I found the speaker-test
can show up to 6 speakers name correcly, so I made following patch to add 8 channels support:

--- alsa-utils-1.0.8/speaker-test/speaker-test.c	Sun May 16 09:43:29 2004+++ alsa-utils-1.0.8-update/speaker-test/speaker-test.c	Wed Feb 16 20:07:10 2005@@ -55,7 +55,9 @@
   "Rear Left" ,
   "Rear Right" ,
   "Center" ,
-  "LFE" 
+  "LFE",
+  "Side Left",
+  "Side Right"
 };
 
 static void generate_sine(signed short *samples, int channel, int count, double *_phase) {

Sincerely,
ChenLi Tien


-------------------------------------------------------
SF email is sponsored by - The IT Product Guide
Read honest & candid reviews on hundreds of IT Products from real users.
Discover which products truly live up to the hype. Start reading now.
http://ads.osdn.com/?ad_ide95&alloc_id\x14396&op=click

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

end of thread, other threads:[~2005-02-18 10:19 UTC | newest]

Thread overview: 3+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2005-02-17 22:13 patch for speaker-test to support 8 channels "Tien,  C.L. - 田承禮"
2005-02-17 23:45 ` James Courtier-Dutton
2005-02-18 10:19   ` 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.