Home
last modified time | relevance | path

Searched full:foldback (Results 1 – 7 of 7) sorted by relevance

/linux/sound/pci/trident/
H A Dtrident.h302 foldback: 1, member
306 int foldback_chan; /* foldback subdevice number */
379 struct snd_pcm *foldback; /* Foldback PCM */ member
H A Dtrident_main.c1206 Description: Prepare foldback capture device for playback.
1730 * Foldback capture support device description
1973 Description: This routine will open the 4DWave foldback capture device.
2002 Description: This routine will close the 4DWave foldback capture device.
2165 Description: This routine registers the 4DWave device for foldback PCM support.
2175 struct snd_pcm *foldback; in snd_trident_foldback_pcm() local
2182 err = snd_pcm_new(trident->card, "trident_dx_nx", device, 0, num_chan, &foldback); in snd_trident_foldback_pcm()
2186 foldback->private_data = trident; in snd_trident_foldback_pcm()
2188 snd_pcm_set_ops(foldback, SNDRV_PCM_STREAM_CAPTURE, &snd_trident_nx_foldback_ops); in snd_trident_foldback_pcm()
2190 snd_pcm_set_ops(foldback, SNDRV_PCM_STREAM_CAPTURE, &snd_trident_foldback_ops); in snd_trident_foldback_pcm()
[all …]
/linux/Documentation/devicetree/bindings/hwmon/
H A Dadi,ltc4282.yaml38 Selects operating range for the Undervoltage, Overvoltage and Foldback
/linux/Documentation/hwmon/
H A Dltc4282.rst28 power, energy and fault status. The device features analog foldback current
/linux/sound/soc/codecs/
H A Dmax98396.c1208 SOC_SINGLE("THERM Foldback Switch",
1281 SOC_SINGLE("THERM Foldback Switch",
H A Dcs42l52.c103 { CS42L52_THE_FOLDBACK, 0x00 }, /* r33 Foldback */
/linux/drivers/hwmon/
H A Dltc4282.c1405 /* Foldback mode should also be set to the input voltage */ in ltc4282_setup()