Home
last modified time | relevance | path

Searched refs:multiple (Results 1 – 8 of 8) sorted by relevance

/sound/pci/ctxfi/
Dxfi.c23 static unsigned int multiple = 2; variable
26 MODULE_PARM_DESC(multiple, "Rate multiplier (default=2)");
27 module_param(multiple, uint, 0444);
82 if ((multiple != 1) && (multiple != 2) && (multiple != 4)) { in ct_card_probe()
84 multiple); in ct_card_probe()
87 multiple = 2; in ct_card_probe()
89 err = ct_atc_create(card, pci, reference_rate, multiple, in ct_card_probe()
/sound/soc/rockchip/
DKconfig69 tristate "ASoC support multiple codecs for Rockchip RK3288 boards"
81 tristate "ASoC support multiple codecs for Rockchip RK3399 GRU boards"
91 Say Y or M here if you want to add support multiple codecs for SoC
/sound/pci/hda/
DKconfig184 to assure the multiple streams for DP-MST support.
300 at start of playback. Many receivers require multiple seconds
312 When enabled, the multiple HDA codecs may set the device
/sound/
DKconfig30 and whether OSS sound devices appear multiple times in
/sound/soc/atmel/
DKconfig135 supported by using multiple data pins, output and input, without TDM.
/sound/soc/sof/
DKconfig6 generic open source audio DSP firmware for multiple devices.
/sound/soc/tegra/
DKconfig173 Config to enable the Mixer module which can help to mix multiple
/sound/soc/codecs/
Dmadera.c369 int multiple) in madera_get_variable_u32_array() argument
381 } else if ((n % multiple) != 0) { in madera_get_variable_u32_array()
383 propname, multiple); in madera_get_variable_u32_array()