Searched refs:max_ch (Results 1 - 21 of 21) sorted by relevance

/linux-master/sound/hda/
H A Dintel-nhlt.c36 u16 max_ch = 0; local
68 if (fmt_ext->fmt.channels > max_ch)
69 max_ch = fmt_ext->fmt.channels;
75 dev_dbg(dev, "max channels found %d\n", max_ch);
81 dmic_geo = max_ch;
106 if (max_ch > dmic_geo) {
108 max_ch, dmic_geo);
113 dev_dbg(dev, "dmic number %d max_ch %d\n", dmic_geo, max_ch);
/linux-master/sound/soc/codecs/
H A Dwcd939x-sdw.c60 .max_ch = 2,
67 .max_ch = 1,
74 .max_ch = 2,
81 .max_ch = 1,
88 .max_ch = 2,
95 .max_ch = 2,
105 .max_ch = 4,
112 .max_ch = 4,
119 .max_ch = 4,
126 .max_ch
[all...]
H A Didt821034.c839 unsigned int max_ch = 0; local
842 max_ch = (substream->stream == SNDRV_PCM_STREAM_PLAYBACK) ?
851 max_ch ? 1 : 0, max_ch);
H A Dwcd938x-sdw.c56 .max_ch = 8,
62 .max_ch = 4,
68 .max_ch = 4,
74 .max_ch = 4,
80 .max_ch = 4,
H A Dwsa881x.c394 .max_ch = 1,
402 .max_ch = 1,
410 .max_ch = 1,
418 .max_ch = 1,
H A Dwsa884x.c789 .max_ch = 1,
796 .max_ch = 1,
803 .max_ch = 1,
810 .max_ch = 1,
817 .max_ch = 1,
824 .max_ch = 1,
H A Dpeb2466.c796 unsigned int max_ch; local
799 max_ch = (substream->stream == SNDRV_PCM_STREAM_PLAYBACK) ?
808 max_ch ? 1 : 0, max_ch);
H A Dwsa883x.c491 .max_ch = 1,
499 .max_ch = 1,
507 .max_ch = 1,
515 .max_ch = 1,
H A Dwm_adsp.c244 .max_ch = 8,
258 .max_ch = 8,
1338 if (desc->max_ch < params->codec.ch_out)
1341 if (desc->max_ch < params->codec.ch_in)
/linux-master/drivers/mfd/
H A Dcs42l43-sdw.c26 .max_ch = chans, \
/linux-master/drivers/soundwire/
H A Dintel_ace2x.c550 u32 num, u32 off, u32 max_ch)
566 dais[i].playback.channels_max = max_ch;
571 dais[i].capture.channels_max = max_ch;
547 intel_create_dai(struct sdw_cdns *cdns, struct snd_soc_dai_driver *dais, enum intel_pdi_type type, u32 num, u32 off, u32 max_ch) argument
H A Dsysfs_slave_dpn.c105 sdw_dpn_attr(max_ch); variable
H A Dmipi_disco.c230 &dpn[i].max_ch);
H A Dintel.c952 u32 num, u32 off, u32 max_ch)
968 dais[i].playback.channels_max = max_ch;
973 dais[i].capture.channels_max = max_ch;
949 intel_create_dai(struct sdw_cdns *cdns, struct snd_soc_dai_driver *dais, enum intel_pdi_type type, u32 num, u32 off, u32 max_ch) argument
/linux-master/sound/soc/intel/atom/sst/
H A Dsst_drv_interface.c387 .descriptor[0].max_ch = 2,
404 .descriptor[1].max_ch = 2,
/linux-master/sound/soc/sprd/
H A Dsprd-pcm-compress.c631 codec->descriptor[0].max_ch = 2;
642 codec->descriptor[1].max_ch = 2;
/linux-master/include/uapi/sound/
H A Dcompress_params.h340 * @max_ch: Maximum number of audio channels
363 __u32 max_ch; member in struct:snd_codec_desc
/linux-master/sound/soc/uniphier/
H A Daio-compress.c400 .descriptor[0].max_ch = 8,
/linux-master/include/linux/soundwire/
H A Dsdw.h304 * @max_ch: Maximum channels supported
329 u32 max_ch; member in struct:sdw_dpn_prop
/linux-master/sound/soc/qcom/qdsp6/
H A Dq6apm-dai.c39 .descriptor[0].max_ch = 2,
H A Dq6asm-dai.c169 .descriptor[0].max_ch = 2,

Completed in 493 milliseconds