Home
last modified time | relevance | path

Searched refs:SNDRV_PCM_HW_PARAM_FIRST_INTERVAL (Results 1 – 7 of 7) sorted by relevance

/device/google/coral-kernel/sm8150/kernel-headers/sound/
Dasound.h286 #define SNDRV_PCM_HW_PARAM_FIRST_INTERVAL SNDRV_PCM_HW_PARAM_SAMPLE_BITS macro
303 …t snd_interval intervals[SNDRV_PCM_HW_PARAM_LAST_INTERVAL - SNDRV_PCM_HW_PARAM_FIRST_INTERVAL + 1];
/device/google/bonito/sdm710/kernel-headers/sound/
Dasound.h281 #define SNDRV_PCM_HW_PARAM_FIRST_INTERVAL SNDRV_PCM_HW_PARAM_SAMPLE_BITS macro
298 …t snd_interval intervals[SNDRV_PCM_HW_PARAM_LAST_INTERVAL - SNDRV_PCM_HW_PARAM_FIRST_INTERVAL + 1];
/device/google/crosshatch/sdm845/kernel-headers/sound/
Dasound.h281 #define SNDRV_PCM_HW_PARAM_FIRST_INTERVAL SNDRV_PCM_HW_PARAM_SAMPLE_BITS macro
298 …t snd_interval intervals[SNDRV_PCM_HW_PARAM_LAST_INTERVAL - SNDRV_PCM_HW_PARAM_FIRST_INTERVAL + 1];
/device/google/bonito/sdm710/original-kernel-headers/sound/
Dasound.h360 #define SNDRV_PCM_HW_PARAM_FIRST_INTERVAL SNDRV_PCM_HW_PARAM_SAMPLE_BITS macro
387 SNDRV_PCM_HW_PARAM_FIRST_INTERVAL + 1];
/device/google/coral-kernel/sm8150/original-kernel-headers/sound/
Dasound.h368 #define SNDRV_PCM_HW_PARAM_FIRST_INTERVAL SNDRV_PCM_HW_PARAM_SAMPLE_BITS macro
395 SNDRV_PCM_HW_PARAM_FIRST_INTERVAL + 1];
/device/google/crosshatch/sdm845/original-kernel-headers/sound/
Dasound.h360 #define SNDRV_PCM_HW_PARAM_FIRST_INTERVAL SNDRV_PCM_HW_PARAM_SAMPLE_BITS macro
387 SNDRV_PCM_HW_PARAM_FIRST_INTERVAL + 1];
/device/linaro/hikey/hifi/xaf/host-apf/playback/tinyalsa/
Dpcm.c133 return (p >= SNDRV_PCM_HW_PARAM_FIRST_INTERVAL) && in param_is_interval()
139 return &(p->intervals[n - SNDRV_PCM_HW_PARAM_FIRST_INTERVAL]); in param_to_interval()
224 for (n = SNDRV_PCM_HW_PARAM_FIRST_INTERVAL; in param_init()