Searched refs:order (Results 1 – 9 of 9) sorted by relevance
/sound/drivers/pcsp/ |
D | pcsp.c | 47 int div, min_div, order; in snd_pcsp_create() local 71 order = fls(div) - 1; in snd_pcsp_create() 73 pcsp_chip.max_treble = min(order, PCSP_MAX_TREBLE); in snd_pcsp_create()
|
/sound/soc/ |
D | soc-core.c | 958 static void soc_remove_link_dais(struct snd_soc_card *card, int num, int order) in soc_remove_link_dais() argument 974 codec_dai->driver->remove_order == order) { in soc_remove_link_dais() 988 cpu_dai->driver->remove_order == order) { in soc_remove_link_dais() 1007 int order) in soc_remove_link_components() argument 1017 platform->driver->remove_order == order) { in soc_remove_link_components() 1025 codec->driver->remove_order == order) in soc_remove_link_components() 1033 codec->driver->remove_order == order) in soc_remove_link_components() 1040 int dai, order; in soc_remove_dai_links() local 1042 for (order = SND_SOC_COMP_ORDER_FIRST; order <= SND_SOC_COMP_ORDER_LAST; in soc_remove_dai_links() 1043 order++) { in soc_remove_dai_links() [all …]
|
/sound/core/ |
D | memalloc.c | 67 static inline void inc_snd_pages(int order) in inc_snd_pages() argument 69 snd_allocated_pages += 1 << order; in inc_snd_pages() 72 static inline void dec_snd_pages(int order) in dec_snd_pages() argument 74 snd_allocated_pages -= 1 << order; in dec_snd_pages()
|
/sound/ |
D | Kconfig | 93 # the following will depend on the order of config. 99 # the following will depend on the order of config.
|
/sound/usb/ |
D | Kconfig | 113 You will need firmware files in order to be able to use the device
|
/sound/soc/omap/ |
D | Kconfig | 46 Note that in order to get those devices fully supported, you have to
|
/sound/pci/riptide/ |
D | riptide.c | 1022 unsigned char w, ch, sig, order; in setsampleformat() local 1030 order = snd_pcm_format_big_endian(format) != 0; in setsampleformat() 1032 if (SEND_SETF(cif, mixer, w, ch, order, sig, id) && in setsampleformat() 1033 SEND_SETF(cif, mixer, w, ch, order, sig, id)) { in setsampleformat()
|
/sound/pci/hda/ |
D | patch_hdmi.c | 585 int order; in hdmi_std_setup_channel_mapping() local 588 order = get_channel_allocation_order(ca); in hdmi_std_setup_channel_mapping() 591 for (i = 0; i < channel_allocations[order].channels; i++) in hdmi_std_setup_channel_mapping() 598 for (i = 0; i < channel_allocations[order].channels; i++) in hdmi_std_setup_channel_mapping()
|
/sound/oss/ |
D | Kconfig | 503 Say Y here in order to use the joystick interface of the Audio Excel
|