/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/sof/ |
D | debug.c | 74 static int tokenize_input(const char __user *from, size_t count, in tokenize_input() argument 84 ret = simple_write_to_buffer(buf, count, ppos, from, count); in tokenize_input() 138 const char __user *from, size_t count, loff_t *ppos) in probe_points_write() argument 152 ret = tokenize_input(from, count, ppos, &tkns, &num_tkns); in probe_points_write() 179 const char __user *from, size_t count, loff_t *ppos) in probe_points_remove_write() argument 192 ret = tokenize_input(from, count, ppos, &tkns, &num_tkns); in probe_points_remove_write()
|
D | Kconfig | 49 gather data directly from specific points of the audio pipeline. 78 functionality from being enabled on Intel CoffeeLake and later
|
/sound/soc/codecs/ |
D | mt6358.c | 390 static void headset_volume_ramp(struct mt6358_priv *priv, int from, int to) in headset_volume_ramp() argument 394 if (!is_valid_hp_pga_idx(from) || !is_valid_hp_pga_idx(to)) in headset_volume_ramp() 396 __func__, from, to); in headset_volume_ramp() 399 __func__, from, to); in headset_volume_ramp() 401 if (to > from) in headset_volume_ramp() 402 offset = to - from; in headset_volume_ramp() 404 offset = from - to; in headset_volume_ramp() 407 if (to > from) in headset_volume_ramp() 408 reg_idx = from + count; in headset_volume_ramp() 410 reg_idx = from - count; in headset_volume_ramp()
|
D | mt6359.c | 208 int from, int to) in headset_volume_ramp() argument 212 if (!is_valid_hp_pga_idx(from) || !is_valid_hp_pga_idx(to)) { in headset_volume_ramp() 214 __func__, from, to); in headset_volume_ramp() 218 dev_dbg(priv->dev, "%s(), from %d, to %d\n", __func__, from, to); in headset_volume_ramp() 220 if (to > from) in headset_volume_ramp() 221 offset = to - from; in headset_volume_ramp() 223 offset = from - to; in headset_volume_ramp() 226 if (to > from) in headset_volume_ramp() 227 reg_idx = from + count; in headset_volume_ramp() 229 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 | 706 from Ingenic. 718 from Ingenic. 730 from Ingenic. 1708 Support for ZL38060 Connected Home Audio Processor from Microsemi,
|
/sound/ac97/ |
D | Kconfig | 11 drivers which benefit from the AC97 automatic probing should "select"
|
/sound/sh/ |
D | aica.c | 104 static void spu_memload(u32 toi, const void *from, int length) in spu_memload() argument 107 const u32 *froml = from; in spu_memload()
|
/sound/soc/ti/ |
D | Kconfig | 143 configured for at least 4 ports. Then, from userspace, you must load 146 ldattach utility. This can be started automatically from udev,
|
/sound/soc/tegra/ |
D | Kconfig | 115 from AHUB must interface through an ADMAIF channel. ADMA channel 117 ADMA channel receiving data from AHUB pairs with an ADMAIF Rx
|
/sound/ |
D | Kconfig | 108 # AC97_BUS is used from both sound and ucb1400
|
/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/core/ |
D | pcm_native.c | 3506 static ssize_t snd_pcm_writev(struct kiocb *iocb, struct iov_iter *from) in snd_pcm_writev() argument 3523 if (!iter_is_iovec(from)) in snd_pcm_writev() 3525 if (from->nr_segs > 128 || from->nr_segs != runtime->channels || in snd_pcm_writev() 3526 !frame_aligned(runtime, from->iov->iov_len)) in snd_pcm_writev() 3528 frames = bytes_to_samples(runtime, from->iov->iov_len); in snd_pcm_writev() 3529 bufs = kmalloc_array(from->nr_segs, sizeof(void *), GFP_KERNEL); in snd_pcm_writev() 3532 for (i = 0; i < from->nr_segs; ++i) in snd_pcm_writev() 3533 bufs[i] = from->iov[i].iov_base; in snd_pcm_writev()
|
D | Kconfig | 187 from the driver are in the proper ranges or the check of the invalid
|
/sound/soc/mediatek/ |
D | Kconfig | 158 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/soc/fsl/ |
D | Kconfig | 94 a digital module that converts audio from a source sample rate to a
|
/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.
|
/sound/soc/intel/boards/ |
D | Kconfig | 23 This option prevents the long name from being modified, and the I/O
|