Searched refs:STA32X_MMUTE (Results 1 - 2 of 2) sorted by relevance

/linux-4.1.27/sound/soc/codecs/
H A Dsta32x.c385 regmap_read(sta32x->regmap, STA32X_MMUTE, &mute); sta32x_cache_sync()
386 regmap_write(sta32x->regmap, STA32X_MMUTE, mute | STA32X_MMUTE_MMUTE); sta32x_cache_sync()
389 regmap_write(sta32x->regmap, STA32X_MMUTE, mute); 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),
H A Dsta32x.h30 #define STA32X_MMUTE 0x06 macro

Completed in 42 milliseconds