Home
last modified time | relevance | path

Searched refs:XENSND_LIST_SEPARATOR (Results 1 - 4 of 4) sorted by relevance

/kernel/linux/linux-5.10/include/xen/interface/io/
H A Dsndif.h168 * List of XENSND_LIST_SEPARATOR separated protocol versions supported
238 * List of supported sample rates separated by XENSND_LIST_SEPARATOR.
245 * List of supported sample formats separated by XENSND_LIST_SEPARATOR.
487 #define XENSND_LIST_SEPARATOR "," macro
/kernel/linux/linux-6.6/include/xen/interface/io/
H A Dsndif.h151 * List of XENSND_LIST_SEPARATOR separated protocol versions supported
221 * List of supported sample rates separated by XENSND_LIST_SEPARATOR.
228 * List of supported sample formats separated by XENSND_LIST_SEPARATOR.
470 #define XENSND_LIST_SEPARATOR "," macro
/kernel/linux/linux-5.10/sound/xen/
H A Dxen_snd_front_cfg.c164 while ((cur_rate = strsep(&list, XENSND_LIST_SEPARATOR))) { in cfg_hw_rates()
194 while ((cur_format = strsep(&list, XENSND_LIST_SEPARATOR))) { in cfg_formats()
/kernel/linux/linux-6.6/sound/xen/
H A Dxen_snd_front_cfg.c164 while ((cur_rate = strsep(&list, XENSND_LIST_SEPARATOR))) { in cfg_hw_rates()
194 while ((cur_format = strsep(&list, XENSND_LIST_SEPARATOR))) { in cfg_formats()

Completed in 7 milliseconds