The wiki is wrong (and hasn't been updated).
Tobin
On Wed, 2007-02-21 at 17:13 -0800, John Utz wrote:
i executed the following steps from the wiki:
# Get a copy of the repository
cd alsa-hg
hg clone http://hg-mirror.alsa-project.org/alsa-driver alsa-driver
hg clone http://hg-mirror.alsa-project.org/alsa-kernel alsa-kernel
# Get latest
cd alsa-driver
hg pull -u
cd alsa-kernel
hg pull -u
# Create a working copy
hg clone alsa-driver alsa-driver-fixbug1
cd alsa-driver-fixbug1
However, all that i seem to be pulling down is the stub file and not the real iplementations
ie:
[jutz@localhost alsa-hg]$ find . -name ac97_patch.c -exec ls -l {} \;
-rw-r--r-- 1 jutz jutz 74 Feb 21 17:07 ./alsa-driver/pci/ac97/ac97_patch.c
-rw-r--r-- 1 jutz jutz 74 Feb 21 17:17 ./alsa-driver-2908/pci/ac97/ac97_patch.c
-rw-r--r-- 1 jutz jutz 74 Feb 21 17:13 ./alsa-kernel-2908/pci/ac97/ac97_patch.c
-rw-r--r-- 1 jutz jutz 74 Feb 21 17:07 ./alsa-kernel/pci/ac97/ac97_patch.c
these are just the files that include the 'real' implementations:
[jutz@localhost alsa-hg]$ more alsa-driver/pci/ac97/ac97_patch.c
#define __NO_VERSION__
#include "../../alsa-kernel/pci/ac97/ac97_patch.c"
am i doing something wrong or is mercurial missing some stuff?
------------------------------------------------------------------------- Take Surveys. Earn Cash. Influence the Future of IT Join SourceForge.net's Techsay panel and you'll get the chance to share your opinions on IT & business topics through brief surveys-and earn cash http://www.techsay.com/default.php?page=join.php&p=sourceforge&CID=DEVDEV _______________________________________________ Alsa-devel mailing list Alsa-devel@xxxxxxxxxxxxxxxxxxxxx https://lists.sourceforge.net/lists/listinfo/alsa-devel
-- Tobin Davis <tdavis@xxxxxxxxxxxx> |
------------------------------------------------------------------------- Take Surveys. Earn Cash. Influence the Future of IT Join SourceForge.net's Techsay panel and you'll get the chance to share your opinions on IT & business topics through brief surveys-and earn cash http://www.techsay.com/default.php?page=join.php&p=sourceforge&CID=DEVDEV
_______________________________________________ Alsa-devel mailing list Alsa-devel@xxxxxxxxxxxxxxxxxxxxx https://lists.sourceforge.net/lists/listinfo/alsa-devel