aboutsummaryrefslogtreecommitdiffstats
path: root/recipes/alsa
AgeCommit message (Collapse)Author
2011-05-16alsa-state: New asound.state for bug20 reflecting .35 kernelJohn E. Connolly
Signed-off-by: Stefan Schmidt <stefan@datenfreihafen.org>
2011-04-07alsa-state: Add support for am45x-evm machine typeChase Maupin
* Added asound.conf file for am45x-evm machine type based on the omap4430-panda asound.conf file. Signed-off-by: Chase Maupin <Chase.Maupin@ti.com> Signed-off-by: Koen Kooi <koen@openembedded.org>
2011-03-13alsa-utils: replacing exp10 with pow for uclibcHenning Heinold
* bump PR
2011-03-01alsa-utils: add 1.0.24.2Koen Kooi
Signed-off-by: Koen Kooi <koen@openembedded.org>
2011-03-01alsa-lib: add 1.0.24.1, gives us UCMKoen Kooi
Signed-off-by: Koen Kooi <koen@openembedded.org>
2011-02-15alsa-state: enable HDMI audio by defaultKoen Kooi
Signed-off-by: Koen Kooi <koen@openembedded.org>
2011-02-12Add ALSA support for at91sam9xeUlf Samuelsson
asound.conf asound.state Signed-off-by: Ulf Samuelsson <ulf.samuelsson@atmel.com> Signed-off-by: Tom Rini <tom_rini@mentor.com>
2011-01-11alsa-lib: fix packaging errorSteffen Sledz
* symlink libasound.so -> libasound.so.2.0.0 in /usr/lib was missing in dev package Signed-off-by: Steffen Sledz <sledz@dresearch.de> Acked-by: Koen Kooi <koen@openembedded.org>
2010-12-13alsa-state: add iphone3g supportDenis Carikli
The state file has 121 controls(yes 121). So this patch makes sound work out of the box, without making the user mess with this 121 controls(if he does he would spend hours trying to figure out how to make it work) Signed-off-by: Chris 'Lopi' Spehn <chris.spehn@gmail.com> Signed-off-by: Denis 'GNUtoo' Carikli <GNUtoo@no-log.org> Acked-by: Stefan Schmidt <stefan@datenfreihafen.org>
2010-12-02alsa-utils_1.0.20.bb: Fix build when DISTRO_FEATURES lacks largefile.Graham Gower
mipsel-oe-linux-uclibc-gcc -march=mips32 -DHAVE_CONFIG_H -I. -I../include -I../include -isystem/mnt/oe/tmp/sysroots/mipsel-oe-linux-uclibc/include -isystem/mnt/oe/tmp/sysroots/mipsel-oe-linux-uclibc/include -fexpensive-optimizations -fomit-frame-pointer -frename-registers -Os -I/mnt/oe/tmp/sysroots/mipsel-oe-linux-uclibc/include -MT aplay.o -MD -MP -MF .deps/aplay.Tpo -c -o aplay.o aplay.c aplay.c:116:16: error: expected '=', ',', ';', 'asm' or '__attribute__' before 'pbrec_count' aplay.c: In function 'test_wavefile': aplay.c:877:14: error: 'pbrec_count' undeclared (first use in this function) aplay.c:877:14: note: each undeclared identifier is reported only once for each function it appears in aplay.c: In function 'test_au': aplay.c:908:2: error: 'pbrec_count' undeclared (first use in this function) aplay.c: In function 'voc_play': aplay.c:1751:2: error: 'off64_t' undeclared (first use in this function) aplay.c:1751:10: error: expected ';' before 'filepos' aplay.c:1881:9: error: 'filepos' undeclared (first use in this function) aplay.c: At top level: aplay.c:1968:16: error: expected '=', ',', ';', 'asm' or '__attribute__' before 'calc_count' aplay.c: In function 'end_voc': aplay.c:2137:2: error: 'off64_t' undeclared (first use in this function) aplay.c:2137:10: error: expected ';' before 'length_seek' aplay.c:2146:2: error: 'length_seek' undeclared (first use in this function) aplay.c:2150:8: error: 'fdcount' undeclared (first use in this function) aplay.c: In function 'end_wave': aplay.c:2166:2: error: 'off64_t' undeclared (first use in this function) aplay.c:2166:10: error: expected ';' before 'length_seek' aplay.c:2167:10: error: expected ';' before 'filelen' aplay.c:2170:2: error: 'length_seek' undeclared (first use in this function) aplay.c:2174:14: error: 'fdcount' undeclared (first use in this function) aplay.c:2175:2: error: 'filelen' undeclared (first use in this function) aplay.c: In function 'end_au': aplay.c:2188:2: error: 'off64_t' undeclared (first use in this function) aplay.c:2188:10: error: expected ';' before 'length_seek' aplay.c:2190:2: error: 'length_seek' undeclared (first use in this function) aplay.c:2191:17: error: 'fdcount' undeclared (first use in this function) aplay.c: At top level: aplay.c:2221:48: error: expected declaration specifiers or '...' before 'off64_t' aplay.c: In function 'playback_go': aplay.c:2224:2: error: 'off64_t' undeclared (first use in this function) aplay.c:2224:10: error: expected ';' before 'written' aplay.c:2225:10: error: expected ';' before 'c' aplay.c:2230:33: error: 'written' undeclared (first use in this function) aplay.c:2230:43: error: 'count' undeclared (first use in this function) aplay.c:2242:4: error: 'c' undeclared (first use in this function) aplay.c:2254:4: error: 'fdcount' undeclared (first use in this function) aplay.c: In function 'playback': aplay.c:2283:2: error: 'pbrec_count' undeclared (first use in this function) aplay.c:2284:2: error: 'fdcount' undeclared (first use in this function) aplay.c:2303:3: warning: passing argument 4 of 'playback_go' makes pointer from integer without a cast aplay.c:2221:13: note: expected 'char *' but argument is of type 'int' aplay.c:2303:3: error: too many arguments to function 'playback_go' aplay.c:2221:13: note: declared here aplay.c:2320:3: warning: passing argument 4 of 'playback_go' makes pointer from integer without a cast aplay.c:2221:13: note: expected 'char *' but argument is of type 'int' aplay.c:2320:3: error: too many arguments to function 'playback_go' aplay.c:2221:13: note: declared here aplay.c:2325:3: error: too many arguments to function 'playback_go' aplay.c:2221:13: note: declared here aplay.c: In function 'capture': aplay.c:2376:2: error: 'off64_t' undeclared (first use in this function) aplay.c:2376:10: error: expected ';' before 'count' aplay.c:2379:2: error: 'count' undeclared (first use in this function) aplay.c:2424:3: error: 'rest' undeclared (first use in this function) aplay.c:2433:3: error: 'fdcount' undeclared (first use in this function) aplay.c:2435:33: error: expected ')' before 'chunk_bytes' aplay.c: At top level: aplay.c:2461:74: error: expected declaration specifiers or '...' before 'off64_t' aplay.c: In function 'playbackv_go': aplay.c:2480:9: error: 'count' undeclared (first use in this function) aplay.c: At top level: aplay.c:2513:58: error: expected declaration specifiers or '...' before 'off64_t' aplay.c: In function 'capturev_go': aplay.c:2529:9: error: 'count' undeclared (first use in this function) aplay.c:2546:3: error: 'fdcount' undeclared (first use in this function) aplay.c: In function 'playbackv': aplay.c:2587:2: error: 'pbrec_count' undeclared (first use in this function) aplay.c:2588:2: error: too many arguments to function 'playbackv_go' aplay.c:2461:13: note: declared here aplay.c: In function 'capturev': aplay.c:2640:2: error: 'pbrec_count' undeclared (first use in this function) aplay.c:2641:2: error: too many arguments to function 'capturev_go' aplay.c:2513:13: note: declared here make[1]: *** [aplay.o] Error 1 Signed-off-by: Graham Gower <graham.gower@gmail.com> Acked-by: Khem Raj <raj.khem@gmail.com>
2010-12-02alsa-state: Fix stereo configuration asound state for bug20Stefan Schmidt
2010-11-20alsa-plugins : Add version 1.0.23.Philip Balister
2010-11-20alsa-utils : Add version 1.0.23.Philip Balister
2010-10-07alsa-utils_1.0.20.bb: Use --with-alsa-prefix and --with-alsa-inc-prefixKhem Raj
Signed-off-by: Khem Raj <raj.khem@gmail.com>
2010-10-01alsa-state: add state file for da850-omal138-evmRoger Monk
Signed-off-by: Roger Monk <r-monk@ti.com> Signed-off-by: Koen Kooi <k-kooi@ti.com>
2010-09-22alsa-state: bump PR after 56fa8d7ad350fcbb5dedaa80c656da0bb59a2e7bKoen Kooi
caught by angstrom testlab: http://gitorious.org/angstrom/angstrom-testlab/commit/bfa0eab7743be68515c730d86fd6cb9b30eb5ef2
2010-09-16alsa : moved unused files to obsolete dirFrans Meulenbroeks
Signed-off-by: Frans Meulenbroeks <fransmeulenbroeks@gmail.com>
2010-08-23ncurses_5.7.bb,recipes: Make DEFAULT_PREFERENCEtesting_2010-08-23Khem Raj
* Select 5.7 if none pinned. * Bump PR for recipes which have ncurses dependency. Signed-off-by: Khem Raj <raj.khem@gmail.com> Acked-by: Martin Jansa <Martin.Jansa@gmail.com>
2010-08-10alsa: removed old versionsFrans Meulenbroeks
Signed-off-by: Frans Meulenbroeks <fransmeulenbroeks@gmail.com>
2010-08-05recipes: inherit autotools instead of autotools_stageKhem Raj
Signed-off-by: Khem Raj <raj.khem@gmail.com> Acked-by: Martin Jansa <Martin.Jansa@gmail.com> Acked-by: Richard Purdie <rpurdie@linux.intel.com>
2010-07-31alsa-oss: removed a few old versionsFrans Meulenbroeks
These are already quite old, not pinned by anyone, and are sing legacy staging as per TSC suggestion (minutes may 2010) removed it Signed-off-by: Frans Meulenbroeks <fransmeulenbroeks@gmail.com>
2010-07-31alsa-lib: removed various old versionsFrans Meulenbroeks
These are already quite old, not pinned by anyone, and using legacy staging as per TSC suggestion (minutes may 2010) removed it Signed-off-by: Frans Meulenbroeks <fransmeulenbroeks@gmail.com>
2010-07-06alsa-state: Fix for muted speaker in bug20 state file. Bump PR.Stefan Schmidt
2010-06-03alsa-state: bump alsa-state PRChase Maupin
* Bump the PR number of the alsa-state to pickup new asound.state files added for TI platforms. Signed-off-by: Chase Maupin <chase.maupin@ti.com> Acked-by: Koen Kooi <k-kooi@ti.com> Signed-off-by: Denys Dmytriyenko <denis@denix.org>
2010-06-03alsa-state/dm6467t-evm: add asound file from aragoChase Maupin
* Add the asound.state file for the Texas Instruments dm6467t-evm platform from arago. Signed-off-by: Chase Maupin <chase.maupin@ti.com> Acked-by: Koen Kooi <k-kooi@ti.com> Signed-off-by: Denys Dmytriyenko <denis@denix.org>
2010-06-03alsa-state/dm6467-evm: add asound file from aragoChase Maupin
* Add the asound.state file for the Texas Instruments dm6467-evm platform from arago. Signed-off-by: Chase Maupin <chase.maupin@ti.com> Acked-by: Koen Kooi <k-kooi@ti.com> Signed-off-by: Denys Dmytriyenko <denis@denix.org>
2010-06-03alsa-state/dm365-evm: add asound file from aragoChase Maupin
* Add the asound.state file for the Texas Instruments dm365-evm platform from arago. Signed-off-by: Chase Maupin <chase.maupin@ti.com> Acked-by: Koen Kooi <k-kooi@ti.com> Signed-off-by: Denys Dmytriyenko <denis@denix.org>
2010-06-03alsa-state/dm355-evm: add asound file from aragoChase Maupin
* Add the asound.state file for the Texas Instruments dm355-evm platform from arago. Signed-off-by: Chase Maupin <chase.maupin@ti.com> Acked-by: Koen Kooi <k-kooi@ti.com> Signed-off-by: Denys Dmytriyenko <denis@denix.org>
2010-05-25Make the do_patch apply=yes param implicit if extension is .diff/.patchChris Larson
For .diff/.patch you need to apply manually, you can specify apply=no. Signed-off-by: Chris Larson <chris_larson@mentor.com> Acked-by: Denys Dmytriyenko <denis@denix.org> Acked-by: Khem Raj <raj.khem@gmail.com>
2010-05-25Rename url params patch=<ignored>/pnum=<n> to apply={yes,no}/striplevel=<n>Chris Larson
I think this makes the behavior rather more clear. Signed-off-by: Chris Larson <chris_larson@mentor.com> Acked-by: Denys Dmytriyenko <denis@denix.org> Acked-by: Khem Raj <raj.khem@gmail.com>
2010-05-25alsa-state: update beagleboard state file for 2.6.32-pspKoen Kooi
2010-05-19alsa-utils: inherit gettext instead of adding it in DEPENDSDenys Dmytriyenko
2010-04-27alsa-lib: add 1.0.23Koen Kooi
2010-04-12recipes: move checksums to recipes from checksums.ini, part 2 manual adjustementMartin Jansa
* all: multiple checked items in SRC_URI (needs name= param) * other fixes like non-existent URL, checksums moved ot .inc or included .bb (ie for -native) * ... * tested with micro/micro-uclibc/Angstrom/SHR with SOURCE_MIRROR_FETCH="True" (ignoring COMPATIBLE_* * also tested -c fetch with s/SRC_URI_append_[^ ]*/SRC_URI_append/g and s/SRC_URI_[^ ]*/SRC_URI_append/g to catch all URLs used only for distro/machine/virtual override (see http://build.shr-project.org/tests/jama/SRC_URI.removeOverrides.patch) * in case I downloaded different checksum then what was in checksums.ini I used the old one from checksums.ini and put my checksum in comment * I'll send to ML list of recipes which cannot be downloaded (weren't converted) and where I got different checksums Signed-off-by: Martin Jansa <Martin.Jansa@gmail.com>
2010-04-12recipes: move checksums to recipes from checksums.iniMartin Jansa
* fetch all *.bb with patched utils.bbclass appending all checksums found only in checksums.ini to recipe Signed-off-by: Martin Jansa <Martin.Jansa@gmail.com>
2010-04-12alsa-state: update for latest omap3-touchbook ASoC patchesKoen Kooi
2010-04-12alsa-state: update touchbook asound.stateKoen Kooi
2010-04-12alsa-state: update alsa state for new omap3-touchbook kernelKoen Kooi
2010-04-12alsa-state: update asound.state for beagle, omap3, and overo to reflect asoc ↵Steve Sakoman
changes in 2.6.31 Signed-off-by: Koen Kooi <k-kooi@ti.com>
2010-04-07recipes: move SRCREVs also to git recipesMartin Jansa
* Following revs weren't used in OE tree (based on PN check) * SRCREV_pn-fsod ?= "2a33e5ffe96c611e6a6b8b6c33d2a83ba656f55b" * SRCREV_pn-linux-sgh-i900 ?= "7e5f8bd3864485e5fc66cb946e09f18b5a32cebc" * SRCREV_pn-pygsm ?= "976477f6b403f422b4ea730f71ebf409f6671141" * SRCREV_pn-u-boot-openmoko-devel ?= "ba029a1426bfca169572bf80d50a8b190a6b0e19"
2010-04-01alsa-state: only drag in FSO stuff if 'shr' is in overridesKoen Kooi
* 'console-image' for angstrom builds again since fso-specs was WORKDIR in its .pc and fails QA
2010-03-30alsa-state: BUG 2.0 supportMarcin Juszkiewicz
Signed-off-by: Marcin Juszkiewicz <marcin@juszkiewicz.com.pl>
2010-03-29alsa-oss: fix aoss and convert to new stagingThomas Zimmermann
* as libaoss.so is in -dev it has to be renamed in aoss Signed-off-by: Thomas Zimmermann <ml@vdm-design.de>
2010-03-29alsa-utils: add gettext-native dependencyDenys Dmytriyenko
Fixes following error on Ubuntu 8.04: mv: cannot stat `t-ja.gmo': No such file or directory Signed-off-by: Denys Dmytriyenko <denis@denix.org>
2010-03-18alsa-state.bb : add default state file with onboard speakers enabled for zoom2Graeme Gregory
2010-03-16alsa-state: add alsa-state for at91 processorsNicolas Ferre
+ at91sam9260ek + at91sam9261ek + at91sam9263ek (updated) + at91sam9g10ek + at91sam9g20ek + at91sam9g20ek_2mmc + at91sam9g45ek (updated) + at91sam9g45ekes + at91sam9m10ekes + at91sam9m10g45ek + at91sam9rlek Signed-off-by: Ulf Samuelsson <ulf.samuelsson@atmel.com> Signed-off-by: Marcin Juszkiewicz <marcin@juszkiewicz.com.pl>
2010-03-15alsa-utils: update LICENSE to more specific GPLv2Denys Dmytriyenko
2010-03-15alsa-lib: update LICENSE to more specific LGPLv2.1Denys Dmytriyenko
2010-02-03alsa-scenario_0.2.bb : sources have been moved on serverGraeme Gregory
2010-01-28alsa-lib 1.0.20: enable static lib as wellKoen Kooi