Home
last modified time | relevance | path

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

/linux/sound/soc/codecs/
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()
/linux/Documentation/sound/kernel-api/
A Dwriting-an-alsa-driver.rst1723 - ``channel_min`` and ``channel_max`` define, as you might already

Completed in 9 milliseconds