Home
last modified time | relevance | path

Searched refs:type_requested (Results 1 – 3 of 3) sorted by relevance

/linux/include/sound/
H A Dpcm.h316 u32 type_requested:4; member
323 config->type_requested = data & 0xF; in snd_pcm_unpack_audio_tstamp_config()
/linux/sound/core/
H A Dpcm_native.c1020 if (runtime->audio_tstamp_config.type_requested == in snd_pcm_status64()
1023 runtime->audio_tstamp_config.type_requested = in snd_pcm_status64()
1026 runtime->audio_tstamp_config.type_requested = in snd_pcm_status64()
H A Dpcm_lib.c311 (runtime->audio_tstamp_config.type_requested != SNDRV_PCM_AUDIO_TSTAMP_TYPE_DEFAULT)) { in snd_pcm_update_hw_ptr0()