Home
last modified time | relevance | path

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

/sound/pci/ice1712/
Dhoontech.c183 ICE1712_STDSP24_CLOCK(spec->boxbits, 0, 1); in snd_ice1712_hoontech_init()
188 ICE1712_STDSP24_CLOCK(spec->boxbits, 1, 1); in snd_ice1712_hoontech_init()
194 ICE1712_STDSP24_CLOCK(spec->boxbits, 2, 1); in snd_ice1712_hoontech_init()
200 ICE1712_STDSP24_CLOCK(spec->boxbits, 3, 1); in snd_ice1712_hoontech_init()
Dhoontech.h55 #define ICE1712_STDSP24_CLOCK(r, a, c) r[a&3] = ((r[a&3] & ~0x20) | (((c)&1)<<5)) macro