Searched refs:order (Results 1 – 8 of 8) sorted by relevance
/sound/soc/ |
D | soc-core.c | 1000 static void soc_remove_dai(struct snd_soc_dai *dai, int order) in soc_remove_dai() argument 1005 dai->driver->remove_order == order) { in soc_remove_dai() 1017 static void soc_remove_link_dais(struct snd_soc_card *card, int num, int order) in soc_remove_link_dais() argument 1030 soc_remove_dai(rtd->codec_dais[i], order); in soc_remove_link_dais() 1032 soc_remove_dai(rtd->cpu_dai, order); in soc_remove_link_dais() 1036 int order) in soc_remove_link_components() argument 1045 if (platform && platform->component.driver->remove_order == order) in soc_remove_link_components() 1051 if (component->driver->remove_order == order) in soc_remove_link_components() 1057 if (cpu_dai->component->driver->remove_order == order) in soc_remove_link_components() 1064 int dai, order; in soc_remove_dai_links() local [all …]
|
/sound/drivers/pcsp/ |
D | pcsp.c | 46 int err, 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/ |
D | Kconfig | 95 # the following will depend on the order of config. 101 # the following will depend on the order of config.
|
/sound/soc/omap/ |
D | Kconfig | 59 Note that in order to get those devices fully supported, you have to
|
/sound/usb/ |
D | Kconfig | 114 You will need firmware files in order to be able to use the device
|
/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 | 740 int order; in hdmi_std_setup_channel_mapping() local 743 order = get_channel_allocation_order(ca); in hdmi_std_setup_channel_mapping() 744 ch_alloc = &channel_allocations[order]; in hdmi_std_setup_channel_mapping()
|
/sound/oss/ |
D | Kconfig | 494 Say Y here in order to use the joystick interface of the Audio Excel
|