Home
last modified time | relevance | path

Searched refs:channel_max (Results 1 – 3 of 3) sorted by relevance

/OK3568_Linux_fs/kernel/sound/soc/codecs/
H A Dpcm3168a.c333 unsigned int channel_max = dai->id == PCM3168A_DAI_DAC ? 8 : 6; in pcm3168a_update_fixup_pcm_stream() local
344 channel_max = 2; in pcm3168a_update_fixup_pcm_stream()
348 dai->driver->playback.channels_max = channel_max; in pcm3168a_update_fixup_pcm_stream()
351 dai->driver->capture.channels_max = channel_max; in pcm3168a_update_fixup_pcm_stream()
/OK3568_Linux_fs/buildroot/package/php-amqp/
H A D0002-more-work-for-php-8.patch550 - zend_update_property_long(this_ce, getThis(), ZEND_STRL("channel_max"), INI_INT("amqp.channel_max
551 …y_long(this_ce, PHP5to8_OBJ_PROP(getThis()), ZEND_STRL("channel_max"), INI_INT("amqp.channel_max")…
553 …if (ini_arr && PHP5to7_ZEND_HASH_FIND(HASH_OF(ini_arr), "channel_max", sizeof("channel_max"), zdat…
556 …zend_throw_exception(amqp_connection_exception_class_entry, "Parameter 'channel_max' is out of ran…
559 - zend_update_property_long(this_ce, getThis(), ZEND_STRL("channel_max"), PHP_AMQP_DEFAULT_CHANN…
560 + zend_update_property_long(this_ce, PHP5to8_OBJ_PROP(getThis()), ZEND_STRL("channel_max"), PHP_…
562 - zend_update_property_long(this_ce, getThis(), ZEND_STRL("channel_max"), Z_LVAL_P(PHP5to7_MAYBE…
563 + zend_update_property_long(this_ce, PHP5to8_OBJ_PROP(getThis()), ZEND_STRL("channel_max"), Z_LV…
/OK3568_Linux_fs/kernel/Documentation/sound/kernel-api/
H A Dwriting-an-alsa-driver.rst1723 - ``channel_min`` and ``channel_max`` define, as you might already