* 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
* Re: patch for speaker-test to support 8 channels
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
0 siblings, 1 reply; 3+ messages in thread
From: James Courtier-Dutton @ 2005-02-17 23:45 UTC (permalink / raw)
To: "Tien, C.L. - 田承禮"; +Cc: alsa-devel
Tien, C.L. - 田承禮 wrote:
> 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
>
Did you look at http://www.alsa-project.org/~james/speaker-test/
-------------------------------------------------------
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_id=6595&alloc_id=14396&op=click
^ permalink raw reply [flat|nested] 3+ messages in thread
* Re: patch for speaker-test to support 8 channels
2005-02-17 23:45 ` James Courtier-Dutton
@ 2005-02-18 10:19 ` Takashi Iwai
0 siblings, 0 replies; 3+ messages in thread
From: Takashi Iwai @ 2005-02-18 10:19 UTC (permalink / raw)
To: James Courtier-Dutton; +Cc: cltien, alsa-devel
At Thu, 17 Feb 2005 23:45:00 +0000,
James Courtier-Dutton wrote:
>
> Did you look at http://www.alsa-project.org/~james/speaker-test/
Oh James, please inform us if you have an updated version.
I merged the version 0.0.7 to CVS now...
thanks,
Takashi
-------------------------------------------------------
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_id=6595&alloc_id=14396&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.