Searched refs:snd_ice1712_ds_write (Results 1 - 1 of 1) sorted by relevance

/linux-master/sound/pci/ice1712/
H A Dice1712.c117 static inline void snd_ice1712_ds_write(struct snd_ice1712 *ice, u8 channel, u8 addr, u32 data) function
525 snd_ice1712_ds_write(ice, substream->number * 2, ICE1712_DSC_CONTROL, tmp);
603 snd_ice1712_ds_write(ice, chn, ICE1712_DSC_ADDR0, runtime->dma_addr);
604 snd_ice1712_ds_write(ice, chn, ICE1712_DSC_COUNT0, period_size);
605 snd_ice1712_ds_write(ice, chn, ICE1712_DSC_ADDR1, runtime->dma_addr + (runtime->periods > 1 ? period_size + 1 : 0));
606 snd_ice1712_ds_write(ice, chn, ICE1712_DSC_COUNT1, period_size);
607 snd_ice1712_ds_write(ice, chn, ICE1712_DSC_RATE, rate);
608 snd_ice1712_ds_write(ice, chn, ICE1712_DSC_VOLUME, 0);
609 snd_ice1712_ds_write(ice, chn, ICE1712_DSC_CONTROL, tmp);
611 snd_ice1712_ds_write(ic
[all...]

Completed in 104 milliseconds