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

  /device/samsung/crespo/libaudio2/
alsa_pcm.c 387 if (ioctl(pcm->fd, SNDRV_PCM_IOCTL_SW_PARAMS, &sparams)) {
asound.h 396 #define SNDRV_PCM_IOCTL_SW_PARAMS _IOWR('A', 0x13, struct snd_pcm_sw_params)
  /device/samsung/crespo/alsa-lib/include/sound/
asound.h 480 SNDRV_PCM_IOCTL_SW_PARAMS = _IOWR('A', 0x13, struct sndrv_pcm_sw_params),
    [all...]
  /device/samsung/crespo/alsa-lib/aserver/
aserver.c 429 case SNDRV_PCM_IOCTL_SW_PARAMS:
  /device/samsung/crespo/alsa-lib/src/pcm/
pcm_shm.c 321 ctrl->cmd = SNDRV_PCM_IOCTL_SW_PARAMS;
pcm_hw.c 441 if (ioctl(fd, SNDRV_PCM_IOCTL_SW_PARAMS, params) < 0) {
443 SYSMSG("SNDRV_PCM_IOCTL_SW_PARAMS failed");
    [all...]

Completed in 74 milliseconds