Home
last modified time | relevance | path

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

/openbmc/linux/sound/soc/codecs/
H A Dpcm3168a.c332 unsigned int channel_max = dai->id == PCM3168A_DAI_DAC ? 8 : 6; in pcm3168a_update_fixup_pcm_stream() local
343 channel_max = 2; in pcm3168a_update_fixup_pcm_stream()
347 dai->driver->playback.channels_max = channel_max; in pcm3168a_update_fixup_pcm_stream()
350 dai->driver->capture.channels_max = channel_max; in pcm3168a_update_fixup_pcm_stream()