Searched refs:ICE1712_DSC_CONTROL (Results 1 - 4 of 4) sorted by relevance
/kernel/linux/linux-5.10/sound/pci/ice1712/ |
H A D | ice1712.h | 119 #define ICE1712_DSC_CONTROL 0x04 /* byte - control & status */ macro
|
H A D | ice1712.c | 519 tmp = snd_ice1712_ds_read(ice, substream->number * 2, ICE1712_DSC_CONTROL); in snd_ice1712_playback_ds_trigger() 531 snd_ice1712_ds_write(ice, substream->number * 2, ICE1712_DSC_CONTROL, tmp); in snd_ice1712_playback_ds_trigger() 615 snd_ice1712_ds_write(ice, chn, ICE1712_DSC_CONTROL, tmp); in snd_ice1712_playback_ds_prepare() 670 if (!(snd_ice1712_ds_read(ice, substream->number * 2, ICE1712_DSC_CONTROL) & 1)) in snd_ice1712_playback_ds_pointer()
|
/kernel/linux/linux-6.6/sound/pci/ice1712/ |
H A D | ice1712.h | 119 #define ICE1712_DSC_CONTROL 0x04 /* byte - control & status */ macro
|
H A D | ice1712.c | 513 tmp = snd_ice1712_ds_read(ice, substream->number * 2, ICE1712_DSC_CONTROL); in snd_ice1712_playback_ds_trigger() 525 snd_ice1712_ds_write(ice, substream->number * 2, ICE1712_DSC_CONTROL, tmp); in snd_ice1712_playback_ds_trigger() 609 snd_ice1712_ds_write(ice, chn, ICE1712_DSC_CONTROL, tmp); in snd_ice1712_playback_ds_prepare() 664 if (!(snd_ice1712_ds_read(ice, substream->number * 2, ICE1712_DSC_CONTROL) & 1)) in snd_ice1712_playback_ds_pointer()
|
Completed in 10 milliseconds