Searched refs:ICE1712_DSC_CONTROL (Results 1 – 2 of 2) sorted by relevance
/sound/pci/ice1712/ |
D | ice1712.h | 119 #define ICE1712_DSC_CONTROL 0x04 /* byte - control & status */ macro
|
D | ice1712.c | 534 tmp = snd_ice1712_ds_read(ice, substream->number * 2, ICE1712_DSC_CONTROL); in snd_ice1712_playback_ds_trigger() 546 snd_ice1712_ds_write(ice, substream->number * 2, ICE1712_DSC_CONTROL, tmp); in snd_ice1712_playback_ds_trigger() 630 snd_ice1712_ds_write(ice, chn, ICE1712_DSC_CONTROL, tmp); in snd_ice1712_playback_ds_prepare() 685 if (!(snd_ice1712_ds_read(ice, substream->number * 2, ICE1712_DSC_CONTROL) & 1)) in snd_ice1712_playback_ds_pointer()
|