Searched refs:multiple (Results 1 – 8 of 8) sorted by relevance
/sound/pci/ctxfi/ |
D | xfi.c | 23 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/ |
D | Kconfig | 69 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/ |
D | Kconfig | 184 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/ |
D | Kconfig | 30 and whether OSS sound devices appear multiple times in
|
/sound/soc/atmel/ |
D | Kconfig | 135 supported by using multiple data pins, output and input, without TDM.
|
/sound/soc/sof/ |
D | Kconfig | 6 generic open source audio DSP firmware for multiple devices.
|
/sound/soc/tegra/ |
D | Kconfig | 173 Config to enable the Mixer module which can help to mix multiple
|
/sound/soc/codecs/ |
D | madera.c | 369 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()
|