Re: [LAD] Bit shift

2019-03-17 Thread karl
J.E.B: > That is likely to change depending on GCC optimization setting, no? Then, why don't you just test it to find out, you have the means to that after all. Regards, /Karl Hammar ___ Linux-audio-dev mailing list Linux-a

Re: [LAD] Bit shift

2019-03-16 Thread karl
d Intel machines. BTW, testing with 4, 8 and 16 instead of 2, it does actually do bit shifts: $ diff a.02.s a.04.s 16c16 < addl%eax, %eax --- > sall$2, %eax $ diff a.02.s a.08.s 16c16 < addl%eax, %eax --- > sall

Re: [LAD] Bit shift

2019-03-12 Thread karl
ax, -2(%rbp) movzwl -2(%rbp), %eax popq%rbp .cfi_def_cfa 7, 8 ret .cfi_endproc ... $ It seems it just adds the value with itself here. Regards, /Karl Hammar ___ Linux-audio-dev mailing list Linux-aud

Re: [LAD] looking for HW/SW developer for consultancy

2019-03-06 Thread karl
ng like: https://www.raspberrypi.org/products/compute-module-3-plus-16gb/ Regards, /Karl Hammar --- Aspö Data Lilla Aspö 148 S-742 94 Östhammar Sweden ___ Linux-audio-dev mailing list L

Re: [LAD] [slghtly OT] Searching for c++ mailinglist

2016-12-06 Thread karl
Jeanette: > Dec 6 2016, k...@aspodata.se has written: > ... > > You have good ol' news: > > > > comp.std.c++ > > comp.lang.c++ > > comp.lang.c++.leda > > comp.lang.c++.moderated > Thanks Karl. I'll investigate, didn't think of that. My m

Re: [LAD] [slghtly OT] Searching for c++ mailinglist

2016-12-06 Thread karl
.tutorialspoint.com/internet_technologies/usenet_newsgroup.htm It was a long time since I used news, so I don't know how viable a alternative it is today. Regards, /Karl Hammar --- Aspö Data Lilla Aspö 148 S-742 94 Östhamm

Re: [LAD] Invitation - Control Chain interface and communication protocol

2014-11-06 Thread karl
ny collisions then. I drafted some thoughts in [3], but havn't implemented it "yet". Ideas ? Regards, /Karl Hammar [1] http://www.ti.com/lit/an/slyt324/slyt324.pdf [2] http://www.ti.com/lit/an/snla038b/snla038b.pdf [3] http://turkos.aspodata.se/git/openhw/serial_bus/Readme

Re: [LAD] AoIP question

2014-10-10 Thread karl
ld be possible. According to {b] p.939, they (if they have ethernet) supports PTP directly. > Anyway there are Chips [2] which can generate sample-clocks (Master-Clock) > from a PTP signal, so if your audiohardware supports Master-Clock, you can > add > such a chip ;-). ... > [1

Re: [LAD] [LAU] Open Source Audio Interface

2014-09-11 Thread karl
ith netcat: Terminal 1: $ nc -u -l -p 4000 localhost hej asdf ^C $ Terminal 2: $ nc -u localhost 4000 hej asdf ^C $ Instead of two terminals, use two computers and write a sender and a receiver program, and start debugging. Regards, /Karl Hammar --

Re: [LAD] Releasing source code is not enough, I think...

2014-01-21 Thread karl
way, ditto Apple. People coming to the free-software-movement has to learn it's ways, and one fundamental thing here is source code. Regards, /Karl Hammar --- Aspö Data Lilla

Re: [LAD] [Jack-Devel] JACK, cgroups and systemd

2014-01-12 Thread karl
lopers seam use their time to break > the kernel and other important functions. We get udev breakage of > firmware loading with some modules, the *kit story which will hopefully > end with its disappearance, and now systemd which have a catastrophi

Re: [LAD] Distributing software using NTK

2013-06-16 Thread Karl Lindén
e manager. If you do this please supply maintainers with an option in the build system to choose whether to build against the bundled library or against the system library. That way there is almost no loss in bundling NTK because the user or maintainer can choose best method for their environment. Regards, Karl ___ Linux-audio-dev mailing list Linux-audio-dev@lists.linuxaudio.org http://lists.linuxaudio.org/listinfo/linux-audio-dev

Re: [LAD] C - Change in memory causing seg.fault (but why?)

2012-11-09 Thread Karl Hammar
lex -- struct or union specifier -- enum specifier -- typedef name ... 5 Each of the comma-separated sets designates the same type, except that for bit-fields, it is implementation-defined whether the specifier int designates the same type as signed int o

Re: [LAD] FOSS Ethernet Soundcard

2009-12-07 Thread Karl Hammar
> matter ? It doesn't need to, but it might be easier to use an os when developing. When things are running smoothly, you are more than welcome to optimize avay the os. Regards, /Karl --- Karl Hammar

Re: [LAD] FOSS Ethernet Soundcard

2009-12-01 Thread Karl Hammar
Pieter Palmers: > Karl Hammar wrote: > > Adrian Knoth: ... > >> only chip I know, and luckily, it supports ADAT and Firewire. ;) > >> > >> http://www.tctechnologies.tc/index.php?option=com_content&view=article&id=12&Itemid=10 ... > > Bu

Re: [LAD] FOSS Ethernet Soundcard

2009-12-01 Thread Karl Hammar
Folderol: ... > My new millivoltmeter/dB meter is nearly finished - All I need now is > precision resistors 9M, 900k, 90k :? ... Can you publicise it so I can build me one also? Regards, /Karl --- Karl

Re: [LAD] FOSS Ethernet Soundcard

2009-12-01 Thread Karl Hammar
Folderol: > On Tue, 1 Dec 2009 19:31:24 +0100 (CET) > k...@aspodata.se (Karl Hammar) wrote: > > [about sizes] > At this stage, I'd just say whatever is easiest to work with. Shrinkage > and prettifying can come later! Ok, forget about physical size for now. ... > >

Re: [LAD] FOSS Ethernet Soundcard

2009-12-01 Thread Karl Hammar
y pricipal difference between X-itx card and an ordinary pc. If we say we want it to run on a X-itx card, that would be the same as saying it should run on an ordinary pc. And that would imply pci-x I guess. > If the above details are correct it looks like the ne

Re: [LAD] FOSS Ethernet Soundcard

2009-12-01 Thread Karl Hammar
he micrel chips below (there is drivers in the kernel for them at least) ? But if the network interface can be solved it could be a good solution for your adat - ethernet idéa [2]. Or.. Maybe one can use it together with another processor. Regards, /Karl [1] http://www.micrel.com/_PDF/Ether

Re: [LAD] FOSS Ethernet Soundcard

2009-11-30 Thread Karl Hammar
Patrick Shirkey: > On 12/01/2009 12:46 AM, Karl Hammar wrote: ... > > If someone provides the usb-knowledge (or firewire, adat, ... etc.) > > I'd be happy to have it included, and I assume others would not mind. > > Or, others might include it. I encourage people do thei

Re: [LAD] FOSS Ethernet Soundcard

2009-11-30 Thread Karl Hammar
pshir...@boosthardware.com: > On 11/29/2009 03:36 PM, Ken Restivo wrote: > > On Tue, Nov 24, 2009 at 10:33:45AM +0100, Karl Hammar wrote: ... > >> My goals is "just" to extend another project (industrial i/o). > >> What would your goals be ? ... > > The

Re: [LAD] FOSS Ethernet Soundcard

2009-11-26 Thread Karl Hammar
torbenh: > On Tue, Nov 24, 2009 at 08:34:53PM +0100, Karl Hammar wrote: > > Florian Faber: ... > > > What is wrong with netjack? It's made for point-to-point and very ... > > Ohh, sorry, I got the impression it was not ready. I don't mind being > > wrong i

Re: [LAD] FOSS Ethernet Soundcard

2009-11-25 Thread Karl Hammar
Adrian Knoth: > On Tue, Nov 24, 2009 at 08:35:10PM +0100, Karl Hammar wrote: > > ... > ... > I'm happy to go away and not bother you with the progress network > programming made during the last 10 years. The world is not black and white. My only point was that for this ap

Re: [LAD] FOSS Ethernet Soundcard

2009-11-24 Thread Karl Hammar
Adrian Knoth: > On Tue, Nov 24, 2009 at 04:46:02PM +0100, Karl Hammar wrote: > > Well, you have to start somewhere. I'm not in this to compete with > > Behringer ADA8000, I'm in this to fiddle around with soldering. > WTF? Soldering is what it takes to make the

Re: [LAD] FOSS Ethernet Soundcard

2009-11-24 Thread Karl Hammar
Florian Faber: > Karl Hammar wrote: > > [..ethernet transports..] > > And we are missing an open protocol for this. > What is wrong with netjack? It's made for point-to-point and very > simple. You just have to solve the clock issue unless you want to lose > bit tra

Re: [LAD] FOSS Ethernet Soundcard

2009-11-24 Thread Karl Hammar
Adrian Knoth: > On Tue, Nov 24, 2009 at 09:48:53AM +0100, Karl Hammar wrote: > > So ich habe mal was zusammengedichtet > > > > The rationale in brief: > > > > No proprietry hardware soundcard needed. > > > > Almost all modern computers have reas

Re: [LAD] FOSS Ethernet Soundcard

2009-11-24 Thread Karl Hammar
ustrial i/o). What would your goals be ? Shall we decide on a single mailing list ? Regards, /Karl --- Karl HammarAspö Data k...@aspodata.se Lilla Aspö 148

Re: [LAD] FOSS Ethernet Soundcard

2009-11-24 Thread Karl Hammar
> If you like, feel free to Cc me or join #lad if you think I could > contribute something. I assume you are on the list, so I only send on the list. Regards, /Karl --- Karl HammarAspö Data