Home
last modified time | relevance | path

Searched refs:SNDRV_PCM_INFO_FIFO_IN_FRAMES (Results 1 – 5 of 5) sorted by relevance

/openbmc/linux/tools/include/uapi/sound/
H A Dasound.h297 #define SNDRV_PCM_INFO_FIFO_IN_FRAMES 0x80000000 /* internal kernel flag - FIFO size is in frames */ macro
/openbmc/linux/include/uapi/sound/
H A Dasound.h297 #define SNDRV_PCM_INFO_FIFO_IN_FRAMES 0x80000000 /* internal kernel flag - FIFO size is in frames */ macro
/openbmc/linux/sound/usb/misc/
H A Dua101.c626 SNDRV_PCM_INFO_FIFO_IN_FRAMES; in set_stream_hw()
/openbmc/linux/sound/core/
H A Dpcm_lib.c1770 if (!(substream->runtime->hw.info & SNDRV_PCM_INFO_FIFO_IN_FRAMES)) { in snd_pcm_lib_ioctl_fifo_size()
H A Dpcm_native.c512 params->info &= ~(SNDRV_PCM_INFO_FIFO_IN_FRAMES | in fixup_unreferenced_params()