]> sigrok.org Git - libsigrok.git/commit - hardware/alsa/protocol.c
alsa: Split into api.c and protocol.c
authorAlexandru Gagniuc <redacted>
Thu, 20 Dec 2012 17:33:49 +0000 (11:33 -0600)
committerUwe Hermann <redacted>
Sun, 23 Dec 2012 16:25:37 +0000 (17:25 +0100)
commit9cd9f6b71c35c0203b7e8997ce9425d0dc6e0f4d
tree084171329538243e0d2a22ecb2da957844f7dd01
parentacac8fc3500bc1f1e9e43c1508638488d91b2f86
alsa: Split into api.c and protocol.c

This is the driver model agreed upon for all drivers.

As a result of the split, a devc->num_probes field had to be added in order to
reduce the interdependence between api.c and protocol.c .

Signed-off-by: Alexandru Gagniuc <redacted>
hardware/alsa/Makefile.am
hardware/alsa/alsa.c [deleted file]
hardware/alsa/api.c [new file with mode: 0644]
hardware/alsa/protocol.c [new file with mode: 0644]
hardware/alsa/protocol.h [new file with mode: 0644]