i2sorg           1205 sound/pci/ctxfi/cthw20k1.c 	u32 i2sorg;
i2sorg           1210 sound/pci/ctxfi/cthw20k1.c 	i2sorg = 0x94040404; /* enable all audio out and I2S-D input */
i2sorg           1213 sound/pci/ctxfi/cthw20k1.c 	i2sorg &= 0xfffffffc;
i2sorg           1223 sound/pci/ctxfi/cthw20k1.c 		i2sorg |= 1;
i2sorg           1227 sound/pci/ctxfi/cthw20k1.c 		i2sorg |= 2;
i2sorg           1231 sound/pci/ctxfi/cthw20k1.c 		i2sorg |= 3;
i2sorg           1235 sound/pci/ctxfi/cthw20k1.c 		i2sorg |= 1;
i2sorg           1239 sound/pci/ctxfi/cthw20k1.c 	hw_write_20kx(hw, I2SCTL, i2sorg);