Searched refs:mono (Results 1 – 10 of 10) sorted by relevance
| /sound/pci/ |
| A D | es1938.c | 609 int u, is8, mono; in snd_es1938_capture_prepare() local 616 mono = (runtime->channels > 1) ? 0 : 1; in snd_es1938_capture_prepare() 620 chip->dma1_shift = 2 - mono - is8; in snd_es1938_capture_prepare() 639 (mono ? 0x40 : 0x08)); in snd_es1938_capture_prepare() 657 int u, is8, mono; in snd_es1938_playback1_prepare() local 664 mono = (runtime->channels > 1) ? 0 : 1; in snd_es1938_playback1_prepare() 668 chip->dma2_shift = 2 - mono - is8; in snd_es1938_playback1_prepare() 694 int u, is8, mono; in snd_es1938_playback2_prepare() local 701 mono = (runtime->channels > 1) ? 0 : 1; in snd_es1938_playback2_prepare() 705 chip->dma1_shift = 2 - mono - is8; in snd_es1938_playback2_prepare() [all …]
|
| /sound/soc/mediatek/common/ |
| A D | mtk-afe-fe-dai.c | 460 unsigned int mono; in mtk_memif_set_channel() local 474 mono = (channel == 1) ? 0 : 1; in mtk_memif_set_channel() 476 mono = (channel == 1) ? 1 : 0; in mtk_memif_set_channel() 482 1, mono, in mtk_memif_set_channel() 486 1, mono, memif->data->mono_shift); in mtk_memif_set_channel()
|
| /sound/pci/ctxfi/ |
| A D | ctatc.c | 355 if (apcm->mono) { in atc_pcm_release_resources() 356 sum_mgr->put_sum(sum_mgr, apcm->mono); in atc_pcm_release_resources() 357 apcm->mono = NULL; in atc_pcm_release_resources() 597 err = sum_mgr->get_sum(sum_mgr, &sum_dsc, (struct sum **)&apcm->mono); in atc_pcm_capture_get_resources() 649 struct sum *mono; in atc_pcm_capture_prepare() local 668 mono = apcm->mono; in atc_pcm_capture_prepare() 672 MONO_SUM_SCALE, mono); in atc_pcm_capture_prepare() 674 out_ports[0] = &mono->rsc; in atc_pcm_capture_prepare()
|
| A D | ctatc.h | 66 void *mono; /* A SUM resource for mixing chs to one */ member
|
| /sound/pci/pcxhr/ |
| A D | pcxhr.c | 42 static bool mono[SNDRV_CARDS]; /* capture mono only */ variable 50 module_param_array(mono, bool, NULL, 0444); 51 MODULE_PARM_DESC(mono, "Mono capture mode (default is stereo)"); 1531 mgr->mono_capture = mono[dev]; in pcxhr_probe()
|
| /sound/soc/mediatek/mt8365/ |
| A D | mt8365-dai-i2s.c | 343 unsigned int mono, in mt8365_afe_set_2nd_i2s_asrc() argument 363 val = FIELD_PREP(O16BIT, o16bit) | FIELD_PREP(IS_MONO, mono); in mt8365_afe_set_2nd_i2s_asrc()
|
| A D | mt8365-afe-pcm.c | 618 unsigned int mono = (params_channels(params) == 1) ? 1 : 0; in mt8365_afe_fe_hw_params() local 625 mono << memif->data->mono_shift); in mt8365_afe_fe_hw_params()
|
| /sound/pci/riptide/ |
| A D | riptide.c | 365 const unsigned char *mono; member 617 .mono = lbus_play_mono1, 622 .mono = lbus_play_mono2, 627 .mono = lbus_play_mono3, 633 .mono = lbus_rec_mono1, 1465 lbuspath = data->paths.mono; in snd_riptide_prepare()
|
| /sound/soc/codecs/ |
| A D | Kconfig | 1850 Enable support for the I2C control mode of Richtek RT9123 3.2W mono 1856 Enable support for the HW control mode of Richtek RT9123P 3.2W mono 1959 high-efficiency mono Class-D audio power amplifiers. 2032 digital input mono Class-D audio power amplifiers. 2056 Digital input mono Class-D and DSP-inside audio power amplifiers. 2076 Enable support for Texas Instruments TAS5720L/M high-efficiency mono
|
| /sound/hda/codecs/side-codecs/ |
| A D | cs35l41_hda.c | 867 unsigned int mono = 0; in cs35l41_hda_channel_map() local 882 rx_slot = &mono; in cs35l41_hda_channel_map()
|
Completed in 51 milliseconds