Home | History | Annotate | Download | only in audio

Lines Matching refs:device

53 #include "../src/device.h"
54 #include "device.h"
558 error("Can't open input device: %s (%d)",
576 error("Can't write device information: %s (%d)",
593 error("Can't create uinput device: %s (%d)",
609 /* Use device name from config file if specified */
700 error("Unable to get audio device object for %s", address);
912 struct audio_device *device = data;
913 struct control *control = device->control;
966 struct audio_device *device = data;
967 struct control *control = device->control;
978 "Device not Connected");
996 struct audio_device *device = data;
997 struct control *control = device->control;
1008 "Device not Connected");
1026 struct audio_device *device = data;
1044 value = (device->control->state == AVCTP_STATE_CONNECTED);