Gentoo Websites Logo
Go to: Gentoo Home Documentation Forums Lists Bugs Planet Store Wiki Get Gentoo!
Bug 269167 - media-sound/alsa-driver-1.0.20: missing cards
Summary: media-sound/alsa-driver-1.0.20: missing cards
Status: RESOLVED FIXED
Alias: None
Product: Gentoo Linux
Classification: Unclassified
Component: New packages (show other bugs)
Hardware: All Linux
: High normal (vote)
Assignee: Steve Dibb (RETIRED)
URL:
Whiteboard:
Keywords:
Depends on:
Blocks:
 
Reported: 2009-05-09 17:43 UTC by wbrana
Modified: 2009-08-13 15:11 UTC (History)
0 users

See Also:
Package list:
Runtime testing required: ---


Attachments

Note You need to log in before you can comment on or make changes to this bug.
Description wbrana 2009-05-09 17:43:28 UTC
ALSA_CARDS is missing cards like: hrtimer, rtctimer, hpet, pcsp

ebuild uses also wrong quotes
                --with-cards="${ALSA_CARDS} \
                --with-card-options=all" || die "econf failed"
instead of
                --with-cards="${ALSA_CARDS}" \
                --with-card-options=all || die "econf failed"


 --with-cards=<list> compile driver for cards and options in <list>;
                          cards may be separated with commas;
                          'all' compiles all drivers;
                          Possible cards are:
                            seq-dummy, hrtimer, rtctimer, hpet, pcsp, dummy,
                            virmidi, mtpav, mts64, serial-u16550, mpu401,
                            portman2x4, ml403-ac97cr, serialmidi, loopback,
                            adlib, ad1816a, ad1848, als100, azt2320, cmi8330,
                            cs4231, cs4236, dt019x, es968, es1688, es18xx,
                            sc6000, gusclassic, gusextreme, gusmax,
                            interwave, interwave-stb, opl3sa2,
                            opti92x-ad1848, opti92x-cs4231, opti93x, miro,
                            sb8, sb16, sbawe, sgalaxy, sscape, wavefront,
                            msnd-pinnacle, msnd-classic, pc98-cs4232, ad1889,
                            als300, als4000, ali5451, atiixp, atiixp-modem,
                            au8810, au8820, au8830, aw2, azt3328, bt87x,
                            ca0106, cmipci, oxygen, cs4281, cs46xx, cs5530,
                            cs5535audio, darla20, gina20, layla20, darla24,
                            gina24, layla24, mona, mia, echo3g, indigo,
                            indigoio, indigodj, indigoiox, indigodjx,
                            emu10k1, emu10k1x, ens1370, ens1371, es1938,
                            es1968, fm801, hda-intel, hdsp, hdspm, hifier,
                            ice1712, ice1724, intel8x0, intel8x0m, korg1212,
                            maestro3, mixart, nm256, pcxhr, riptide, rme32,
                            rme96, rme9652, sis7019, sonicvibes, trident,
                            via82xx, via82xx-modem, virtuoso, vx222, ymfpci,
                            pdplus, asihpi, powermac, ps3, aoa,
                            aoa-fabric-layout, aoa-onyx, aoa-tas, aoa-toonie,
                            aoa-soundbus, aoa-soundbus-i2s, armaaci,
                            pxa2xx-ac97, sa11xx-uda1341, s3c2410,
                            atmel-abdac, atmel-ac97c, at73c213, sgi-o2,
                            sgi-hal2, au1x00, aica, usb-audio, usb-usx2y,
                            usb-caiaq, usb-us122l, vxpocket, pdaudiocf,
                            sun-amd7930, sun-cs4231, sun-dbri, harmony, soc,
                            atmel-soc, at91-soc-sam9g20-wm8731,
                            at32-soc-playpaq, soc-au1xpsc,
                            soc-sample-psc-ac97, bf5xx-i2s,
                            bf5xx-soc-ssm2602, bf5xx-soc-ad73311, bf5xx-ac97,
                            bf5xx-soc-ad1980, davinci-soc, davinci-soc-evm,
                            davinci-soc-sffsdr, soc-mpc8610-hpcd,
                            soc-mpc5200-i2s, omap-soc, omap-soc-n810,
                            omap-soc-osk5912, omap-soc-overo,
                            omap-soc-omap2evm, omap-soc-sdp3430,
                            omap-soc-omap3-pandora, omap-soc-omap3-beagle,
                            pxa2xx-soc, pxa2xx-soc-corgi, pxa2xx-soc-spitz,
                            pxa2xx-soc-poodle, pxa2xx-soc-tosa,
                            pxa2xx-soc-e740, pxa2xx-soc-e750,
                            pxa2xx-soc-e800, pxa2xx-soc-em-x270,
                            soc-zylonite, pxa2xx-soc-magician,
                            pxa2xx-soc-mioa701, s3c24xx-soc,
                            s3c24xx-soc-neo1973-wm8753,
                            s3c24xx-soc-jive-wm8750,
                            s3c24xx-soc-smdk2443-wm9710,
                            s3c24xx-soc-ln2440sbc-alc650,
                            s3c24xx-soc-s3c24xx-uda134x, soc-pcm-sh7760,
                            sh7760-ac97, soc-tlv320aic26
Comment 1 Steve Dibb (RETIRED) gentoo-dev 2009-08-13 15:11:42 UTC
Thanks, its easy to miss these.  Fixed in CVS