Home
last modified time | relevance | path

Searched refs:off (Results 1 – 11 of 11) sorted by relevance

/sound/pcmcia/pdaudiocf/
Dpdaudiocf_irq.c208 static void pdacf_transfer(struct snd_pdacf *chip, unsigned int size, unsigned int off) in pdacf_transfer() argument
216 pdacf_transfer_mono24le((char *)chip->pcm_area + (off * 3), xor, size, rdp_port); in pdacf_transfer()
218 pdacf_transfer_stereo24le((char *)chip->pcm_area + (off * 6), xor, size, rdp_port); in pdacf_transfer()
222 pdacf_transfer_mono24be((char *)chip->pcm_area + (off * 3), xor, size, rdp_port); in pdacf_transfer()
224 pdacf_transfer_stereo24be((char *)chip->pcm_area + (off * 6), xor, size, rdp_port); in pdacf_transfer()
232 pdacf_transfer_mono16((u16 *)chip->pcm_area + off, xor, size, rdp_port); in pdacf_transfer()
234 pdacf_transfer_mono32((u32 *)chip->pcm_area + off, xor, size, rdp_port); in pdacf_transfer()
238 pdacf_transfer_stereo16((u16 *)chip->pcm_area + (off * 2), xor, size, rdp_port); in pdacf_transfer()
240 pdacf_transfer_stereo32((u32 *)chip->pcm_area + (off * 2), xor, size, rdp_port); in pdacf_transfer()
246 pdacf_transfer_mono16sw((u16 *)chip->pcm_area + off, xor, size, rdp_port); in pdacf_transfer()
[all …]
/sound/ppc/
Dburgundy.c222 long *volume, int off) in snd_pmac_burgundy_write_volume_2b() argument
226 off |= off << 2; in snd_pmac_burgundy_write_volume_2b()
230 snd_pmac_burgundy_wcb(chip, address + off, lvolume); in snd_pmac_burgundy_write_volume_2b()
231 snd_pmac_burgundy_wcb(chip, address + off + 0x500, rvolume); in snd_pmac_burgundy_write_volume_2b()
236 long *volume, int off) in snd_pmac_burgundy_read_volume_2b() argument
238 volume[0] = snd_pmac_burgundy_rcb(chip, address + off); in snd_pmac_burgundy_read_volume_2b()
243 volume[1] = snd_pmac_burgundy_rcb(chip, address + off + 0x100); in snd_pmac_burgundy_read_volume_2b()
265 int off = kcontrol->private_value & 0x300; in snd_pmac_burgundy_get_volume_2b() local
267 ucontrol->value.integer.value, off); in snd_pmac_burgundy_get_volume_2b()
276 int off = kcontrol->private_value & 0x300; in snd_pmac_burgundy_put_volume_2b() local
[all …]
DKconfig30 If this feature is enabled, DRC is turned off when the
33 Note that you can turn on/off DRC manually even without this
/sound/firewire/digi00x/
Damdtp-dot.c41 unsigned int off; member
67 static const u8 dot_scrt(const u8 idx, const unsigned int off) in dot_scrt() argument
98 const u8 hr = (hn == 0x9) ? 0x9 : hir[(hio[hn] + off) % 15]; in dot_scrt()
100 if (len[ln] < off) in dot_scrt()
103 return ((nib[14 + off - len[ln]]) | (hr << 4)); in dot_scrt()
111 state->off = 0; in dot_encode_step()
115 state->carry = dot_scrt(state->idx, ++(state->off)); in dot_encode_step()
460 p->state.off = 0; in amdtp_dot_reset()
/sound/soc/codecs/
Dtlv320aic31xx.c976 u8 off = 0; in aic31xx_clk_off() local
979 snd_soc_update_bits(codec, AIC31XX_BCLKN, mask, off); in aic31xx_clk_off()
980 snd_soc_update_bits(codec, AIC31XX_MADC, mask, off); in aic31xx_clk_off()
981 snd_soc_update_bits(codec, AIC31XX_NADC, mask, off); in aic31xx_clk_off()
982 snd_soc_update_bits(codec, AIC31XX_MDAC, mask, off); in aic31xx_clk_off()
983 snd_soc_update_bits(codec, AIC31XX_NDAC, mask, off); in aic31xx_clk_off()
984 snd_soc_update_bits(codec, AIC31XX_PLLPR, mask, off); in aic31xx_clk_off()
/sound/soc/pxa/
Dmmp-pcm.c126 unsigned long off = vma->vm_pgoff; in mmp_pcm_mmap() local
130 __phys_to_pfn(runtime->dma_addr) + off, in mmp_pcm_mmap()
/sound/soc/bcm/
Dbcm2835-i2s.c228 uint32_t off; in bcm2835_i2s_clear_fifos() local
231 off = tx ? BCM2835_I2S_TXON : 0; in bcm2835_i2s_clear_fifos()
232 off |= rx ? BCM2835_I2S_RXON : 0; in bcm2835_i2s_clear_fifos()
252 regmap_update_bits(dev->i2s_regmap, BCM2835_I2S_CS_A_REG, off, 0); in bcm2835_i2s_clear_fifos()
/sound/core/
Dpcm_lib.c1999 unsigned long data, unsigned int off, in snd_pcm_lib_write_transfer() argument
2004 char __user *buf = (char __user *) data + frames_to_bytes(runtime, off); in snd_pcm_lib_write_transfer()
2017 unsigned long data, unsigned int off,
2159 unsigned long data, unsigned int off, in snd_pcm_lib_writev_transfer() argument
2175 char __user *buf = *bufs + samples_to_bytes(runtime, off); in snd_pcm_lib_writev_transfer()
2188 char __user *buf = *bufs + samples_to_bytes(runtime, off); in snd_pcm_lib_writev_transfer()
2221 unsigned long data, unsigned int off, in snd_pcm_lib_read_transfer() argument
2226 char __user *buf = (char __user *) data + frames_to_bytes(runtime, off); in snd_pcm_lib_read_transfer()
2368 unsigned long data, unsigned int off, in snd_pcm_lib_readv_transfer() argument
2381 buf = *bufs + samples_to_bytes(runtime, off); in snd_pcm_lib_readv_transfer()
[all …]
/sound/synth/emux/
Dsoundfont.c713 long off; in load_data() local
725 off = sizeof(sample_info); in load_data()
727 if (sample_info.size != (count-off)/2) in load_data()
754 data + off, count - off); in load_data()
/sound/pci/hda/
DKconfig65 int "Digital beep registration mode (0=off, 1=on)"
/sound/oss/
Dmsnd_pinnacle.c1018 static ssize_t dev_read(struct file *file, char __user *buf, size_t count, loff_t *off) in dev_read() argument
1027 static ssize_t dev_write(struct file *file, const char __user *buf, size_t count, loff_t *off) in dev_write() argument