#include "alsad_defs.h"
#include <netinet/in.h>
#include <alsa/asoundlib.h>
#include "socket_lib.h"
Go to the source code of this file.
Data Structures | |
struct | alsad_control |
struct | alsad_hw_params |
struct | alsad_sw_params |
struct | alsad_audio_hdr |
struct | alsad_stream_props |
struct | alsad_connect_addr |
struct | alsad_data_pipe |
struct | alsad_net_structs |
Defines | |
#define | ALSAD_MAX_DEV_LENGTH 40 |
#define | ALSAD_MAX_TEXT_DESC 65 |
#define | ALSAD_MAX_HOST_LEN 257 |
Typedefs | |
typedef alsad_control | alsad_control_t |
typedef alsad_hw_params | alsad_hw_params_t |
typedef alsad_sw_params | alsad_sw_params_t |
typedef alsad_audio_hdr | alsad_audio_hdr_t |
typedef alsad_stream_props | alsad_stream_props_t |
typedef alsad_connect_addr | alsad_connect_addr_t |
typedef alsad_data_pipe | alsad_data_pipe_t |
typedef alsad_net_structs | alsad_net_structs_t |