Home
last modified time | relevance | path

Searched refs:from (Results 1 – 23 of 23) sorted by relevance

/sound/oss/dmasound/
DKconfig12 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/
Ddebug.c76 static int tokenize_input(const char __user *from, size_t count, in tokenize_input() argument
86 ret = simple_write_to_buffer(buf, count, ppos, from, count); in tokenize_input()
140 const char __user *from, size_t count, loff_t *ppos) in probe_points_write() argument
154 ret = tokenize_input(from, count, ppos, &tkns, &num_tkns); in probe_points_write()
181 const char __user *from, size_t count, loff_t *ppos) in probe_points_remove_write() argument
194 ret = tokenize_input(from, count, ppos, &tkns, &num_tkns); in probe_points_remove_write()
Dtrace.c163 static ssize_t sof_dfsentry_trace_filter_write(struct file *file, const char __user *from, in sof_dfsentry_trace_filter_write() argument
186 ret = simple_write_to_buffer(string, count, &pos, from, count); in sof_dfsentry_trace_filter_write()
DKconfig54 gather data directly from specific points of the audio pipeline.
94 functionality from being enabled on Intel CoffeeLake and later
/sound/core/
Djack.c179 const char __user *from, size_t count, loff_t *ppos) in sw_inject_enable_write() argument
186 ret = simple_write_to_buffer(buf, sizeof(buf) - 1, ppos, from, count); in sw_inject_enable_write()
203 const char __user *from, size_t count, loff_t *ppos) in jackin_inject_write() argument
213 ret = simple_write_to_buffer(buf, sizeof(buf) - 1, ppos, from, count); in jackin_inject_write()
Dpcm_native.c3525 static ssize_t snd_pcm_writev(struct kiocb *iocb, struct iov_iter *from) in snd_pcm_writev() argument
3542 if (!iter_is_iovec(from)) in snd_pcm_writev()
3544 if (from->nr_segs > 128 || from->nr_segs != runtime->channels || in snd_pcm_writev()
3545 !frame_aligned(runtime, from->iov->iov_len)) in snd_pcm_writev()
3547 frames = bytes_to_samples(runtime, from->iov->iov_len); in snd_pcm_writev()
3548 bufs = kmalloc_array(from->nr_segs, sizeof(void *), GFP_KERNEL); in snd_pcm_writev()
3551 for (i = 0; i < from->nr_segs; ++i) in snd_pcm_writev()
3552 bufs[i] = from->iov[i].iov_base; in snd_pcm_writev()
DKconfig197 from the driver are in the proper ranges or the check of the invalid
/sound/soc/codecs/
Dmt6358.c390 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()
Dmt6359.c318 int from, int to) in headset_volume_ramp() argument
322 if (!is_valid_hp_pga_idx(from) || !is_valid_hp_pga_idx(to)) { in headset_volume_ramp()
324 __func__, from, to); in headset_volume_ramp()
328 dev_dbg(priv->dev, "%s(), from %d, to %d\n", __func__, from, to); in headset_volume_ramp()
330 if (to > from) in headset_volume_ramp()
331 offset = to - from; in headset_volume_ramp()
333 offset = from - to; in headset_volume_ramp()
336 if (to > from) in headset_volume_ramp()
337 reg_idx = from + count; in headset_volume_ramp()
339 reg_idx = from - count; in headset_volume_ramp()
Dnau8825.c313 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()
DKconfig737 from Ingenic.
749 from Ingenic.
761 from Ingenic.
773 from Ingenic.
1303 topologies that differ from the actual hardware layout.
1308 peripheral device from snooping the bus.
1837 Support for ZL38060 Connected Home Audio Processor from Microsemi,
/sound/ac97/
DKconfig11 drivers which benefit from the AC97 automatic probing should "select"
/sound/soc/tegra/
DKconfig105 from AHUB must interface through an ADMAIF channel. ADMA channel
107 ADMA channel receiving data from AHUB pairs with an ADMAIF Rx
117 few things for Tegra audio. Most of the code is re-used from
/sound/sh/
Daica.c103 static void spu_memload(u32 toi, const void *from, int length) in spu_memload() argument
106 const u32 *froml = from; in spu_memload()
/sound/soc/ti/
DKconfig145 configured for at least 4 ports. Then, from userspace, you must load
148 ldattach utility. This can be started automatically from udev,
/sound/
DKconfig110 # AC97_BUS is used from both sound and ucb1400
/sound/isa/
DKconfig63 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/
DKconfig160 BT encoded data to/from BT firmware.
/sound/pci/cs46xx/
Ddsp_spos_scb_lib.c1133 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/
DKconfig94 a digital module that converts audio from a source sample rate to a
/sound/pci/
DKconfig177 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/
DKconfig23 This option prevents the long name from being modified, and the I/O
/sound/usb/
Dmixer_scarlett_gen2.c3178 int from = i * info->inputs_per_phantom + 1; in scarlett2_add_line_in_ctls() local
3181 snprintf(s, sizeof(s), fmt2, from, to, in scarlett2_add_line_in_ctls()