Home
last modified time | relevance | path

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

/sound/pcmcia/pdaudiocf/
Dpdaudiocf_irq.c195 static void pdacf_transfer(struct snd_pdacf *chip, unsigned int size, unsigned int off) in pdacf_transfer() argument
203 pdacf_transfer_mono24le((char *)chip->pcm_area + (off * 3), xor, size, rdp_port); in pdacf_transfer()
205 pdacf_transfer_stereo24le((char *)chip->pcm_area + (off * 6), xor, size, rdp_port); in pdacf_transfer()
209 pdacf_transfer_mono24be((char *)chip->pcm_area + (off * 3), xor, size, rdp_port); in pdacf_transfer()
211 pdacf_transfer_stereo24be((char *)chip->pcm_area + (off * 6), xor, size, rdp_port); in pdacf_transfer()
219 pdacf_transfer_mono16((u16 *)chip->pcm_area + off, xor, size, rdp_port); in pdacf_transfer()
221 pdacf_transfer_mono32((u32 *)chip->pcm_area + off, xor, size, rdp_port); in pdacf_transfer()
225 pdacf_transfer_stereo16((u16 *)chip->pcm_area + (off * 2), xor, size, rdp_port); in pdacf_transfer()
227 pdacf_transfer_stereo32((u32 *)chip->pcm_area + (off * 2), xor, size, rdp_port); in pdacf_transfer()
233 pdacf_transfer_mono16sw((u16 *)chip->pcm_area + off, xor, size, rdp_port); in pdacf_transfer()
[all …]
/sound/firewire/digi00x/
Damdtp-dot.c40 unsigned int off; member
62 static u8 dot_scrt(const u8 idx, const unsigned int off) in dot_scrt() argument
93 const u8 hr = (hn == 0x9) ? 0x9 : hir[(hio[hn] + off) % 15]; in dot_scrt()
95 if (len[ln] < off) in dot_scrt()
98 return ((nib[14 + off - len[ln]]) | (hr << 4)); in dot_scrt()
106 state->off = 0; in dot_encode_step()
110 state->carry = dot_scrt(state->idx, ++(state->off)); in dot_encode_step()
420 p->state.off = 0; in amdtp_dot_reset()
/sound/ppc/
Dburgundy.c209 long *volume, int off) in snd_pmac_burgundy_write_volume_2b() argument
213 off |= off << 2; in snd_pmac_burgundy_write_volume_2b()
217 snd_pmac_burgundy_wcb(chip, address + off, lvolume); in snd_pmac_burgundy_write_volume_2b()
218 snd_pmac_burgundy_wcb(chip, address + off + 0x500, rvolume); in snd_pmac_burgundy_write_volume_2b()
223 long *volume, int off) in snd_pmac_burgundy_read_volume_2b() argument
225 volume[0] = snd_pmac_burgundy_rcb(chip, address + off); in snd_pmac_burgundy_read_volume_2b()
230 volume[1] = snd_pmac_burgundy_rcb(chip, address + off + 0x100); in snd_pmac_burgundy_read_volume_2b()
252 int off = kcontrol->private_value & 0x300; in snd_pmac_burgundy_get_volume_2b() local
254 ucontrol->value.integer.value, off); in snd_pmac_burgundy_get_volume_2b()
263 int off = kcontrol->private_value & 0x300; in snd_pmac_burgundy_put_volume_2b() local
[all …]
DKconfig31 If this feature is enabled, DRC is turned off when the
34 Note that you can turn on/off DRC manually even without this
/sound/soc/intel/skylake/
Dskl-topology.c2621 int off = 0, tuple_size = 0; in skl_tplg_get_tokens() local
2628 array = (struct snd_soc_tplg_vendor_array *)(pvt_data + off); in skl_tplg_get_tokens()
2630 off += array->size; in skl_tplg_get_tokens()
2674 return off; in skl_tplg_get_tokens()
2874 int num_blocks, block_size = 0, block_type, off = 0; in skl_tplg_get_pvt_data() local
2892 off += array->size; in skl_tplg_get_pvt_data()
2896 (tplg_w->priv.data + off); in skl_tplg_get_pvt_data()
2903 off += array->size; in skl_tplg_get_pvt_data()
2906 (tplg_w->priv.data + off); in skl_tplg_get_pvt_data()
2913 off += array->size; in skl_tplg_get_pvt_data()
[all …]
/sound/soc/pxa/
Dmmp-pcm.c124 unsigned long off = vma->vm_pgoff; in mmp_pcm_mmap() local
128 __phys_to_pfn(runtime->dma_addr) + off, in mmp_pcm_mmap()
/sound/core/
Dpcm_lib.c34 snd_pcm_uframes_t off, snd_pcm_uframes_t frames);
1989 snd_pcm_uframes_t off, in interleaved_copy() argument
1997 off = frames_to_bytes(runtime, off); in interleaved_copy()
1999 return transfer(substream, 0, hwoff, data + off, frames); in interleaved_copy()
2007 snd_pcm_uframes_t off, in noninterleaved_copy() argument
2020 off = samples_to_bytes(runtime, off); in noninterleaved_copy()
2027 err = transfer(substream, c, hwoff, *bufs + off, in noninterleaved_copy()
2039 snd_pcm_uframes_t off, snd_pcm_uframes_t frames) in fill_silence_frames() argument
2043 return interleaved_copy(substream, off, NULL, 0, frames, in fill_silence_frames()
2046 return noninterleaved_copy(substream, off, NULL, 0, frames, in fill_silence_frames()
/sound/soc/bcm/
Dbcm2835-i2s.c161 uint32_t off; in bcm2835_i2s_clear_fifos() local
164 off = tx ? BCM2835_I2S_TXON : 0; in bcm2835_i2s_clear_fifos()
165 off |= rx ? BCM2835_I2S_RXON : 0; in bcm2835_i2s_clear_fifos()
180 regmap_update_bits(dev->i2s_regmap, BCM2835_I2S_CS_A_REG, off, 0); in bcm2835_i2s_clear_fifos()
/sound/soc/codecs/
Dtlv320aic31xx.c1182 u8 off = 0; in aic31xx_clk_off() local
1185 snd_soc_component_update_bits(component, AIC31XX_BCLKN, mask, off); in aic31xx_clk_off()
1186 snd_soc_component_update_bits(component, AIC31XX_MADC, mask, off); in aic31xx_clk_off()
1187 snd_soc_component_update_bits(component, AIC31XX_NADC, mask, off); in aic31xx_clk_off()
1188 snd_soc_component_update_bits(component, AIC31XX_MDAC, mask, off); in aic31xx_clk_off()
1189 snd_soc_component_update_bits(component, AIC31XX_NDAC, mask, off); in aic31xx_clk_off()
1190 snd_soc_component_update_bits(component, AIC31XX_PLLPR, mask, off); in aic31xx_clk_off()
/sound/synth/emux/
Dsoundfont.c700 long off; in load_data() local
712 off = sizeof(sample_info); in load_data()
714 if (sample_info.size != (count-off)/2) in load_data()
741 data + off, count - off); in load_data()
/sound/pci/hda/
DKconfig81 int "Digital beep registration mode (0=off, 1=on)"