Home
last modified time | relevance | path

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

/linux-4.4.14/sound/pci/riptide/
Driptide.c183 #define READ_AUDIO_CONTROL(p) READ_PORT_ULONG(p->audio_control)
184 #define WRITE_AUDIO_CONTROL(p,x) WRITE_PORT_ULONG(p->audio_control,x)
185 …define UMASK_AUDIO_CONTROL(p,x) WRITE_PORT_ULONG(p->audio_control,READ_PORT_ULONG(p->audio_contro…
186 …define MASK_AUDIO_CONTROL(p,x) WRITE_PORT_ULONG(p->audio_control,READ_PORT_ULONG(p->audio_contro…
391 u32 audio_control; /* status registers */ member