Searched refs:SNDRV_COMPRESS_SET_PARAMS (Results 1 - 7 of 7) sorted by relevance
/kernel/linux/linux-5.10/include/uapi/sound/ |
H A D | compress_offload.h | 151 * SNDRV_COMPRESS_SET_PARAMS: Set codec and stream parameters 169 #define SNDRV_COMPRESS_SET_PARAMS _IOW('C', 0x12, struct snd_compr_params) macro
|
/kernel/linux/linux-6.6/include/uapi/sound/ |
H A D | compress_offload.h | 134 * SNDRV_COMPRESS_SET_PARAMS: Set codec and stream parameters 152 #define SNDRV_COMPRESS_SET_PARAMS _IOW('C', 0x12, struct snd_compr_params) macro
|
/kernel/linux/patches/linux-4.19/prebuilts/usr/include/sound/ |
H A D | compress_offload.h | 63 #define SNDRV_COMPRESS_SET_PARAMS _IOW('C', 0x12, struct snd_compr_params) macro
|
/kernel/linux/patches/linux-6.6/prebuilts/usr/include/sound/ |
H A D | compress_offload.h | 75 #define SNDRV_COMPRESS_SET_PARAMS _IOW('C', 0x12, struct snd_compr_params) macro
|
/kernel/linux/patches/linux-5.10/prebuilts/usr/include/sound/ |
H A D | compress_offload.h | 75 #define SNDRV_COMPRESS_SET_PARAMS _IOW('C', 0x12, struct snd_compr_params) macro
|
/kernel/linux/linux-5.10/sound/core/ |
H A D | compress_offload.c | 64 * calling SNDRV_COMPRESS_SET_PARAMS. Running streams will come to this 965 case _IOC_NR(SNDRV_COMPRESS_SET_PARAMS): in snd_compr_ioctl()
|
/kernel/linux/linux-6.6/sound/core/ |
H A D | compress_offload.c | 62 * calling SNDRV_COMPRESS_SET_PARAMS. Running streams will come to this 991 case _IOC_NR(SNDRV_COMPRESS_SET_PARAMS): in snd_compr_ioctl()
|
Completed in 6 milliseconds