Home
last modified time | relevance | path

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

12

/kernel/linux/linux-5.10/sound/hda/
H A Dintel-nhlt.c36 u16 max_ch = 0; in intel_nhlt_get_dmic_geo() local
68 if (fmt_ext->fmt.channels > max_ch) in intel_nhlt_get_dmic_geo()
69 max_ch = fmt_ext->fmt.channels; in intel_nhlt_get_dmic_geo()
75 dev_dbg(dev, "max channels found %d\n", max_ch); in intel_nhlt_get_dmic_geo()
81 dmic_geo = max_ch; in intel_nhlt_get_dmic_geo()
106 if (max_ch > dmic_geo) { in intel_nhlt_get_dmic_geo()
108 max_ch, dmic_geo); in intel_nhlt_get_dmic_geo()
113 dev_dbg(dev, "dmic number %d max_ch %d\n", dmic_geo, max_ch); in intel_nhlt_get_dmic_geo()
/kernel/linux/linux-6.6/sound/hda/
H A Dintel-nhlt.c36 u16 max_ch = 0; in intel_nhlt_get_dmic_geo() local
68 if (fmt_ext->fmt.channels > max_ch) in intel_nhlt_get_dmic_geo()
69 max_ch = fmt_ext->fmt.channels; in intel_nhlt_get_dmic_geo()
75 dev_dbg(dev, "max channels found %d\n", max_ch); in intel_nhlt_get_dmic_geo()
81 dmic_geo = max_ch; in intel_nhlt_get_dmic_geo()
106 if (max_ch > dmic_geo) { in intel_nhlt_get_dmic_geo()
108 max_ch, dmic_geo); in intel_nhlt_get_dmic_geo()
113 dev_dbg(dev, "dmic number %d max_ch %d\n", dmic_geo, max_ch); in intel_nhlt_get_dmic_geo()
/kernel/linux/linux-6.6/drivers/soundwire/
H A Dintel_ace2x.c550 u32 num, u32 off, u32 max_ch) in intel_create_dai()
566 dais[i].playback.channels_max = max_ch; in intel_create_dai()
571 dais[i].capture.channels_max = max_ch; in intel_create_dai()
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) intel_create_dai() argument
H A Dintel.c952 u32 num, u32 off, u32 max_ch) in intel_create_dai()
968 dais[i].playback.channels_max = max_ch; in intel_create_dai()
973 dais[i].capture.channels_max = max_ch; in intel_create_dai()
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) intel_create_dai() argument
H A Dmipi_disco.c230 &dpn[i].max_ch); in sdw_slave_read_dpn()
H A Dsysfs_slave_dpn.c105 sdw_dpn_attr(max_ch); variable
/kernel/linux/linux-6.6/sound/soc/codecs/
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 Didt821034.c839 unsigned int max_ch = 0; in idt821034_dai_startup() local
842 max_ch = (substream->stream == SNDRV_PCM_STREAM_PLAYBACK) ? in idt821034_dai_startup()
851 max_ch ? 1 : 0, max_ch); in idt821034_dai_startup()
H A Dwsa881x.c394 .max_ch = 1,
402 .max_ch = 1,
410 .max_ch = 1,
418 .max_ch = 1,
H A Dwsa884x.c787 .max_ch = 1,
794 .max_ch = 1,
801 .max_ch = 1,
808 .max_ch = 1,
815 .max_ch = 1,
822 .max_ch = 1,
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,
1334 if (desc->max_ch < params->codec.ch_out) in wm_adsp_compr_check_params()
1337 if (desc->max_ch < params->codec.ch_in) in wm_adsp_compr_check_params()
/kernel/linux/linux-6.6/drivers/mfd/
H A Dcs42l43-sdw.c22 .max_ch = chans, \
/kernel/linux/linux-5.10/sound/soc/codecs/
H A Dwsa881x.c395 .max_ch = 1,
403 .max_ch = 1,
411 .max_ch = 1,
419 .max_ch = 1,
/kernel/linux/linux-5.10/sound/soc/intel/atom/sst/
H A Dsst_drv_interface.c390 .descriptor[0].max_ch = 2,
407 .descriptor[1].max_ch = 2,
/kernel/linux/linux-5.10/sound/soc/sprd/
H A Dsprd-pcm-compress.c631 codec->descriptor[0].max_ch = 2; in sprd_platform_compr_get_codec_caps()
642 codec->descriptor[1].max_ch = 2; in sprd_platform_compr_get_codec_caps()
/kernel/linux/linux-6.6/sound/soc/sprd/
H A Dsprd-pcm-compress.c631 codec->descriptor[0].max_ch = 2; in sprd_platform_compr_get_codec_caps()
642 codec->descriptor[1].max_ch = 2; in sprd_platform_compr_get_codec_caps()
/kernel/linux/linux-6.6/sound/soc/intel/atom/sst/
H A Dsst_drv_interface.c387 .descriptor[0].max_ch = 2,
404 .descriptor[1].max_ch = 2,
/kernel/linux/linux-5.10/drivers/soundwire/
H A Dmipi_disco.c230 &dpn[i].max_ch); in sdw_slave_read_dpn()
H A Dsysfs_slave_dpn.c105 sdw_dpn_attr(max_ch); variable
/kernel/linux/linux-5.10/include/uapi/sound/
H A Dcompress_params.h374 * @max_ch: Maximum number of audio channels
397 __u32 max_ch; member
/kernel/linux/linux-6.6/include/uapi/sound/
H A Dcompress_params.h340 * @max_ch: Maximum number of audio channels
363 __u32 max_ch; member
/kernel/linux/patches/linux-4.19/prebuilts/usr/include/sound/
H A Dcompress_params.h161 __u32 max_ch; member
/kernel/linux/patches/linux-6.6/prebuilts/usr/include/sound/
H A Dcompress_params.h215 __u32 max_ch; member
/kernel/linux/patches/linux-5.10/prebuilts/usr/include/sound/
H A Dcompress_params.h215 __u32 max_ch; member

Completed in 34 milliseconds

12