Searched refs:H2I_C2_L_ATT_M (Results 1 – 2 of 2) sorted by relevance
171 #define H2I_C2_L_ATT_M 0x0f800000 /* attenuation */ macro
785 tmp &= ~(H2I_C2_L_ATT_M | H2I_C2_R_ATT_M | H2I_C2_MUTE); in hal2_write_mixer()793 tmp |= (l << H2I_C2_L_ATT_SHIFT) & H2I_C2_L_ATT_M; in hal2_write_mixer()