/kernel/linux/linux-6.6/sound/soc/codecs/ |
H A D | ak4458.c | 616 .formats = AK4458_FORMATS, 628 .formats = AK4458_FORMATS,
|
H A D | wm8961.c | 822 .formats = WM8961_FORMATS,}, 828 .formats = WM8961_FORMATS,},
|
H A D | cs4271.c | 474 .formats = CS4271_PCM_FORMATS, 481 .formats = CS4271_PCM_FORMATS,
|
H A D | max98388.c | 841 .formats = MAX98388_FORMATS, 848 .formats = MAX98388_FORMATS,
|
H A D | max98373-sdw.c | 716 .formats = MAX98373_FORMATS, 723 .formats = MAX98373_FORMATS,
|
H A D | rt1316-sdw.c | 644 .formats = RT1316_FORMATS, 651 .formats = RT1316_FORMATS,
|
H A D | tas2562.c | 617 .formats = TAS2562_FORMATS, 624 .formats = TAS2562_FORMATS,
|
H A D | wm8940.c | 744 .formats = WM8940_FORMATS, 751 .formats = WM8940_FORMATS,
|
H A D | wm8804.c | 529 .formats = WM8804_FORMATS, 536 .formats = WM8804_FORMATS,
|
H A D | es8316.c | 547 .formats = ES8316_FORMATS, 554 .formats = ES8316_FORMATS,
|
H A D | es8328.c | 711 .formats = ES8328_FORMATS, 718 .formats = ES8328_FORMATS,
|
H A D | wm8988.c | 780 .formats = WM8988_FORMATS, 787 .formats = WM8988_FORMATS,
|
/kernel/linux/linux-6.6/sound/soc/intel/atom/sst/ |
H A D | sst_drv_interface.c | 399 .descriptor[0].formats = 0, 416 .descriptor[1].formats =
|
/kernel/linux/linux-6.6/sound/soc/intel/boards/ |
H A D | kbl_rt5663_rt5514_max98927.c | 331 runtime->hw.formats = SNDRV_PCM_FMTBIT_S16_LE; in kbl_fe_startup() 504 runtime->hw.formats = SNDRV_PCM_FMTBIT_S16_LE; in kabylake_dmic_startup()
|
/kernel/linux/linux-6.6/sound/soc/mediatek/mt8183/ |
H A D | mt8183-mt6358-ts3a227-max98357.c | 150 runtime->hw.formats = SNDRV_PCM_FMTBIT_S16_LE; in mt8183_mt6358_startup() 190 runtime->hw.formats = SNDRV_PCM_FMTBIT_S16_LE; in mt8183_mt6358_ts3a227_max98357_bt_sco_startup()
|
H A D | mt8183-da7219-max98357.c | 224 runtime->hw.formats = SNDRV_PCM_FMTBIT_S16_LE; in mt8183_da7219_max98357_startup() 264 runtime->hw.formats = SNDRV_PCM_FMTBIT_S16_LE; in mt8183_da7219_max98357_bt_sco_startup()
|
/kernel/linux/linux-6.6/sound/soc/sof/ |
H A D | pcm.c | 446 runtime->hw.formats = le64_to_cpu(caps->formats); in sof_pcm_open()
|
/kernel/linux/linux-6.6/sound/soc/pxa/ |
H A D | pxa-ssp.c | 833 .formats = PXA_SSP_FORMATS, 839 .formats = PXA_SSP_FORMATS,
|
/kernel/linux/linux-6.6/sound/soc/ti/ |
H A D | davinci-i2s.c | 631 .formats = DAVINCI_I2S_FORMATS, 637 .formats = DAVINCI_I2S_FORMATS,
|
/kernel/linux/linux-6.6/sound/soc/mxs/ |
H A D | mxs-saif.c | 570 * This is also safe for the other non 24-bit formats. in mxs_saif_trigger() 580 * This is also safe for the other non 24-bit formats. in mxs_saif_trigger() 654 .formats = MXS_SAIF_FORMATS, 660 .formats = MXS_SAIF_FORMATS,
|
/kernel/linux/linux-6.6/sound/soc/rockchip/ |
H A D | rockchip_i2s.c | 693 dai->playback.formats = SNDRV_PCM_FMTBIT_S8 | in rockchip_i2s_init_dai() 714 dai->capture.formats = SNDRV_PCM_FMTBIT_S8 | in rockchip_i2s_init_dai()
|
/kernel/linux/linux-6.6/sound/soc/starfive/ |
H A D | jh7110_tdm.c | 496 .formats = JH7110_TDM_FORMATS, 503 .formats = JH7110_TDM_FORMATS,
|
/kernel/linux/linux-5.10/drivers/media/pci/saa7134/ |
H A D | saa7134-video.c | 91 static struct saa7134_format formats[] = { variable 171 #define FORMATS ARRAY_SIZE(formats) 354 if (formats[i].fourcc == fourcc) in format_by_fourcc() 355 return formats+i; in format_by_fourcc() 1768 f->pixelformat = formats[f->index].fourcc; in saa7134_enum_fmt_vid_cap() 1781 if ((f->index >= FORMATS) || formats[f->index].planar) in saa7134_enum_fmt_vid_overlay() 1784 f->pixelformat = formats[f->index].fourcc; in saa7134_enum_fmt_vid_overlay()
|
/kernel/linux/linux-5.10/sound/soc/codecs/ |
H A D | rt5665.c | 4523 .formats = RT5665_FORMATS, 4530 .formats = RT5665_FORMATS, 4542 .formats = RT5665_FORMATS, 4554 .formats = RT5665_FORMATS, 4561 .formats = RT5665_FORMATS, 4573 .formats = RT5665_FORMATS, 4580 .formats = RT5665_FORMATS, 4592 .formats = RT5665_FORMATS, 4599 .formats = RT5665_FORMATS,
|
/kernel/linux/linux-6.6/drivers/media/i2c/ |
H A D | ov5640.c | 496 const struct ov5640_pixfmt *formats = ov5640_formats(sensor); in ov5640_code_to_pixfmt() local 499 for (i = 0; formats[i].code; ++i) { in ov5640_code_to_pixfmt() 500 if (formats[i].code == code) in ov5640_code_to_pixfmt() 501 return &formats[i]; in ov5640_code_to_pixfmt() 504 return &formats[0]; in ov5640_code_to_pixfmt() 1352 * We only supports 8-bit formats at the moment 3559 /* Only low-resolution modes are supported for 24bpp formats. */ in ov5640_enum_frame_size() 3563 /* FIXME: Low resolution modes don't work in 8bpp formats. */ in ov5640_enum_frame_size() 3676 const struct ov5640_pixfmt *formats; in ov5640_enum_mbus_code() local 3680 formats in ov5640_enum_mbus_code() [all...] |