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

  /device/samsung/crespo/alsa-lib/include/sound/
asound.h 500 SNDRV_PCM_IOCTL_LINK = _IOW('A', 0x60, int),
    [all...]
  /device/samsung/crespo/libaudio2/
asound.h 416 #define SNDRV_PCM_IOCTL_LINK _IOW('A', 0x60, int)
  /device/samsung/crespo/alsa-lib/aserver/
aserver.c 477 case SNDRV_PCM_IOCTL_LINK:
  /device/samsung/crespo/alsa-lib/src/pcm/
pcm_hw.c 736 if (ioctl(hw1->fd, SNDRV_PCM_IOCTL_LINK, hw2->fd) < 0) {
737 SYSMSG("SNDRV_PCM_IOCTL_LINK failed");
746 SYSMSG("Invalid type for SNDRV_PCM_IOCTL_LINK");
    [all...]

Completed in 153 milliseconds