Searched refs:STA32X_MMUTE (Results 1 – 2 of 2) sorted by relevance
/kernel/linux/linux-5.10/sound/soc/codecs/ |
D | sta32x.c | 383 regmap_read(sta32x->regmap, STA32X_MMUTE, &mute); in sta32x_cache_sync() 384 regmap_write(sta32x->regmap, STA32X_MMUTE, mute | STA32X_MMUTE_MMUTE); in sta32x_cache_sync() 387 regmap_write(sta32x->regmap, STA32X_MMUTE, mute); in sta32x_cache_sync() 449 SOC_SINGLE("Master Switch", STA32X_MMUTE, 0, 1, 1), 450 SOC_SINGLE("Ch1 Switch", STA32X_MMUTE, 1, 1, 1), 451 SOC_SINGLE("Ch2 Switch", STA32X_MMUTE, 2, 1, 1), 452 SOC_SINGLE("Ch3 Switch", STA32X_MMUTE, 3, 1, 1),
|
D | sta32x.h | 26 #define STA32X_MMUTE 0x06 macro
|