All of lore.kernel.org
 help / color / mirror / Atom feed
* [PATCH] AWACS driver, missing macro
@ 2004-08-24 12:45 Giuliano Pochini
  2004-08-24 12:58 ` Takashi Iwai
  0 siblings, 1 reply; 2+ messages in thread
From: Giuliano Pochini @ 2004-08-24 12:45 UTC (permalink / raw)
  To: alsa-devel


(Sorry if you already received this message, but all mail I
send to alsa-devel from my ISP's smtp server bounces. I'm
sending this through the server at work)



In the pmac AWACS driver of ALSA-1.0.6a there are two references to
num_controls():

[Giu@Jay ppc]$ grep num_controls *
awacs.c:                err = build_mixers(chip, num_controls(snd_pmac_screamer_mixers2),
awacs.c:                err = build_mixers(chip, num_controls(snd_pmac_awacs_mixers2),

But it is not defined anywhere. The following patch restores that macro that
I took from ALSA 1.0.5a. It looks fine here, too.  Tested ok (dual G4-MDD
with Snapper audio).



--- alsa-kernel/ppc/awacs.c_orig      Mon Aug  2 12:06:38 2004
+++ alsa-kernel/ppc/awacs.c     Tue Aug 17 15:46:24 2004
@@ -45,6 +45,8 @@
 
 #endif /* PMAC_AMP_AVAIL */
 
+#define num_controls(ary) (sizeof(ary) / sizeof(snd_kcontrol_new_t))
+
 
 static void snd_pmac_screamer_wait(pmac_t *chip)
 {




--
Giuliano.


-------------------------------------------------------
SF.Net email is sponsored by Shop4tech.com-Lowest price on Blank Media
100pk Sonic DVD-R 4x for only $29 -100pk Sonic DVD+R for only $33
Save 50% off Retail on Ink & Toner - Free Shipping and Free Gift.
http://www.shop4tech.com/z/Inkjet_Cartridges/9_108_r285

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

end of thread, other threads:[~2004-08-24 12:58 UTC | newest]

Thread overview: 2+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2004-08-24 12:45 [PATCH] AWACS driver, missing macro Giuliano Pochini
2004-08-24 12:58 ` 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.