Searched refs:from (Results 1 – 13 of 13) sorted by relevance
/sound/oss/dmasound/ |
D | Kconfig | 12 inserted in and removed from the running kernel whenever you 26 inserted in and removed from the running kernel whenever you 40 inserted in and removed from the running kernel whenever you
|
/sound/soc/codecs/ |
D | mt6358.c | 382 static void headset_volume_ramp(struct mt6358_priv *priv, int from, int to) in headset_volume_ramp() argument 386 if (!is_valid_hp_pga_idx(from) || !is_valid_hp_pga_idx(to)) in headset_volume_ramp() 388 __func__, from, to); in headset_volume_ramp() 391 __func__, from, to); in headset_volume_ramp() 393 if (to > from) in headset_volume_ramp() 394 offset = to - from; in headset_volume_ramp() 396 offset = from - to; in headset_volume_ramp() 399 if (to > from) in headset_volume_ramp() 400 reg_idx = from + count; in headset_volume_ramp() 402 reg_idx = from - count; in headset_volume_ramp()
|
D | nau8825.c | 313 unsigned int value, volume, ramp_up, from, to; in nau8825_hpvol_ramp() local 319 from = vol_from; in nau8825_hpvol_ramp() 323 from = vol_to; in nau8825_hpvol_ramp() 330 for (volume = from; volume < to; volume += step) { in nau8825_hpvol_ramp() 334 value = to - volume + from; in nau8825_hpvol_ramp() 343 value = from; in nau8825_hpvol_ramp()
|
D | Kconfig | 626 from Ingenic. 637 from Ingenic.
|
/sound/ac97/ |
D | Kconfig | 11 drivers which benefit from the AC97 automatic probing should "select"
|
/sound/soc/ti/ |
D | Kconfig | 137 configured for at least 4 ports. Then, from userspace, you must load 140 ldattach utility. This can be started automatically from udev,
|
/sound/sh/ |
D | aica.c | 104 static void spu_memload(u32 toi, void *from, int length) in spu_memload() argument 107 u32 *froml = from; in spu_memload()
|
/sound/ |
D | Kconfig | 108 # AC97_BUS is used from both sound and ucb1400
|
/sound/core/ |
D | pcm_native.c | 3131 static ssize_t snd_pcm_writev(struct kiocb *iocb, struct iov_iter *from) in snd_pcm_writev() argument 3148 if (!iter_is_iovec(from)) in snd_pcm_writev() 3150 if (from->nr_segs > 128 || from->nr_segs != runtime->channels || in snd_pcm_writev() 3151 !frame_aligned(runtime, from->iov->iov_len)) in snd_pcm_writev() 3153 frames = bytes_to_samples(runtime, from->iov->iov_len); in snd_pcm_writev() 3154 bufs = kmalloc_array(from->nr_segs, sizeof(void *), GFP_KERNEL); in snd_pcm_writev() 3157 for (i = 0; i < from->nr_segs; ++i) in snd_pcm_writev() 3158 bufs[i] = from->iov[i].iov_base; in snd_pcm_writev()
|
/sound/isa/ |
D | Kconfig | 63 For newer chips from Cirrus Logic, use the CS4231 or CS4232+ 154 Say Y here to include support for CS4231 chips from Cirrus 167 CS4238B,CS4239 chips from Cirrus Logic - Crystal
|
/sound/soc/mediatek/ |
D | Kconfig | 152 BT encoded data to/from BT firmware.
|
/sound/pci/cs46xx/ |
D | dsp_spos_scb_lib.c | 1133 find_next_free_scb (struct snd_cs46xx * chip, struct dsp_scb_descriptor * from) in find_next_free_scb() argument 1136 struct dsp_scb_descriptor * scb = from; in find_next_free_scb()
|
/sound/pci/ |
D | Kconfig | 177 If you want to record audio from TV cards based on 189 record from the analog input with up to 1792000 Hz.
|