Searched refs:STA32X_MMUTE (Results 1 – 2 of 2) sorted by relevance
/Linux-v4.19/sound/soc/codecs/ |
D | sta32x.c | 385 regmap_read(sta32x->regmap, STA32X_MMUTE, &mute); in sta32x_cache_sync() 386 regmap_write(sta32x->regmap, STA32X_MMUTE, mute | STA32X_MMUTE_MMUTE); in sta32x_cache_sync() 389 regmap_write(sta32x->regmap, STA32X_MMUTE, mute); in sta32x_cache_sync() 451 SOC_SINGLE("Master Switch", STA32X_MMUTE, 0, 1, 1), 452 SOC_SINGLE("Ch1 Switch", STA32X_MMUTE, 1, 1, 1), 453 SOC_SINGLE("Ch2 Switch", STA32X_MMUTE, 2, 1, 1), 454 SOC_SINGLE("Ch3 Switch", STA32X_MMUTE, 3, 1, 1),
|
D | sta32x.h | 30 #define STA32X_MMUTE 0x06 macro
|