Subversion Repositories svnkaklik

Rev

Rev 654 | Show entire file | Ignore whitespace | Details | Blame | Last modification | View Log

Rev 654 Rev 662
Line 1... Line 1...
1
	#include <stdio.h>
1
	#include <stdio.h>
2
	#include <stdlib.h>
2
	#include <stdlib.h>
3
	#include <errno.h>
3
	#include <errno.h>
4
	#include <poll.h>
4
	#include <poll.h>
5
	#include &ltalsa/asoundlib.h>
5
	#include <alsa/asoundlib.h>
6
	      
6
	      
7
	snd_pcm_t *playback_handle;
7
	snd_pcm_t *playback_handle;
8
	short buf[4096];
8
	short buf[4096];
9
	
9
	
10
	int
10
	int