Searched refs:order (Results 1 – 10 of 10) sorted by relevance
/sound/drivers/pcsp/ |
D | pcsp.c | 46 int div, min_div, order; in snd_pcsp_create() local 69 order = fls(div) - 1; in snd_pcsp_create() 71 pcsp_chip.max_treble = min(order, PCSP_MAX_TREBLE); in snd_pcsp_create()
|
/sound/soc/ |
D | soc-core.c | 1482 int order; in soc_remove_link_dais() local 1484 for_each_comp_order(order) { in soc_remove_link_dais() 1487 snd_soc_pcm_dai_remove(rtd, order); in soc_remove_link_dais() 1495 int order, ret; in soc_probe_link_dais() local 1497 for_each_comp_order(order) { in soc_probe_link_dais() 1502 card->name, rtd->num, order); in soc_probe_link_dais() 1505 ret = snd_soc_pcm_dai_probe(rtd, order); in soc_probe_link_dais() 1518 int i, order; in soc_remove_link_components() local 1520 for_each_comp_order(order) { in soc_remove_link_components() 1523 if (component->driver->remove_order != order) in soc_remove_link_components() [all …]
|
D | soc-dai.c | 551 int snd_soc_pcm_dai_probe(struct snd_soc_pcm_runtime *rtd, int order) in snd_soc_pcm_dai_probe() argument 557 if (dai->driver->probe_order != order) in snd_soc_pcm_dai_probe() 573 int snd_soc_pcm_dai_remove(struct snd_soc_pcm_runtime *rtd, int order) in snd_soc_pcm_dai_remove() argument 579 if (dai->driver->remove_order != order) in snd_soc_pcm_dai_remove()
|
/sound/ |
D | Kconfig | 80 # the following will depend on the order of config. 86 # the following will depend on the order of config.
|
/sound/soc/amd/ |
D | acp.h | 127 unsigned int order; member
|
D | acp-pcm-dma.c | 973 rtd->order = get_order(size); in acp_dma_hw_params()
|
/sound/hda/ |
D | hdmi_chmap.c | 347 int order; in hdmi_std_setup_channel_mapping() local 350 order = get_channel_allocation_order(ca); in hdmi_std_setup_channel_mapping() 351 ch_alloc = &channel_allocations[order]; in hdmi_std_setup_channel_mapping()
|
/sound/usb/ |
D | Kconfig | 119 You will need firmware files in order to be able to use the device
|
/sound/pci/riptide/ |
D | riptide.c | 1006 unsigned char w, ch, sig, order; in setsampleformat() local 1014 order = snd_pcm_format_big_endian(format) != 0; in setsampleformat() 1016 if (SEND_SETF(cif, mixer, w, ch, order, sig, id) && in setsampleformat() 1017 SEND_SETF(cif, mixer, w, ch, order, sig, id)) { in setsampleformat()
|
/sound/soc/ti/ |
D | Kconfig | 143 Note that in order to get those devices fully supported, you have to
|