HomeSort by relevance Sort by last modified time
    Searched refs:device_input (Results 1 - 2 of 2) sorted by null

  /device/samsung/crespo/alsa-lib/src/conf/pcm/
default.conf 52 device_input {
  /device/samsung/crespo/alsa-lib/src/control/
namehint.c 41 long device_input; member in struct:hint_list
149 device = list->device_input >= 0 ? list->device_input : list->device;
202 if (list->device >= 0 || list->device_input >= 0 || list->device_output >= 0)
223 list->device_input = -1;
272 list->device_input = -1;
308 list->device_input = dev;
311 if (snd_config_search(cfg, "device_input", &n) >= 0) {
312 if (snd_config_get_integer(n, &list->device_input) < 0) {
313 SNDERR("(%s) device_input must be an integer", buf)
    [all...]

Completed in 27 milliseconds