cs_read          1606 sound/pci/ctxfi/cthw20k2.c 	struct regs_cs4382 cs_read = {0};
cs_read          1657 sound/pci/ctxfi/cthw20k2.c 		if (hw20k2_i2c_read(hw, CS4382_MC1,  &cs_read.mode_control_1))
cs_read          1660 sound/pci/ctxfi/cthw20k2.c 		if (hw20k2_i2c_read(hw, CS4382_MC2,  &cs_read.mode_control_2))
cs_read          1663 sound/pci/ctxfi/cthw20k2.c 		if (hw20k2_i2c_read(hw, CS4382_MC3,  &cs_read.mode_control_3))
cs_read          1666 sound/pci/ctxfi/cthw20k2.c 		if (hw20k2_i2c_read(hw, CS4382_FC,   &cs_read.filter_control))
cs_read          1669 sound/pci/ctxfi/cthw20k2.c 		if (hw20k2_i2c_read(hw, CS4382_IC,   &cs_read.invert_control))
cs_read          1672 sound/pci/ctxfi/cthw20k2.c 		if (hw20k2_i2c_read(hw, CS4382_XC1,  &cs_read.mix_control_P1))
cs_read          1675 sound/pci/ctxfi/cthw20k2.c 		if (hw20k2_i2c_read(hw, CS4382_VCA1, &cs_read.vol_control_A1))
cs_read          1678 sound/pci/ctxfi/cthw20k2.c 		if (hw20k2_i2c_read(hw, CS4382_VCB1, &cs_read.vol_control_B1))
cs_read          1681 sound/pci/ctxfi/cthw20k2.c 		if (hw20k2_i2c_read(hw, CS4382_XC2,  &cs_read.mix_control_P2))
cs_read          1684 sound/pci/ctxfi/cthw20k2.c 		if (hw20k2_i2c_read(hw, CS4382_VCA2, &cs_read.vol_control_A2))
cs_read          1687 sound/pci/ctxfi/cthw20k2.c 		if (hw20k2_i2c_read(hw, CS4382_VCB2, &cs_read.vol_control_B2))
cs_read          1690 sound/pci/ctxfi/cthw20k2.c 		if (hw20k2_i2c_read(hw, CS4382_XC3,  &cs_read.mix_control_P3))
cs_read          1693 sound/pci/ctxfi/cthw20k2.c 		if (hw20k2_i2c_read(hw, CS4382_VCA3, &cs_read.vol_control_A3))
cs_read          1696 sound/pci/ctxfi/cthw20k2.c 		if (hw20k2_i2c_read(hw, CS4382_VCB3, &cs_read.vol_control_B3))
cs_read          1699 sound/pci/ctxfi/cthw20k2.c 		if (hw20k2_i2c_read(hw, CS4382_XC4,  &cs_read.mix_control_P4))
cs_read          1702 sound/pci/ctxfi/cthw20k2.c 		if (hw20k2_i2c_read(hw, CS4382_VCA4, &cs_read.vol_control_A4))
cs_read          1705 sound/pci/ctxfi/cthw20k2.c 		if (hw20k2_i2c_read(hw, CS4382_VCB4, &cs_read.vol_control_B4))
cs_read          1708 sound/pci/ctxfi/cthw20k2.c 		if (memcmp(&cs_read, &cs_def, sizeof(cs_read)))