diff options
Diffstat (limited to 'sound/soc/codecs/tda7419.c')
| -rw-r--r-- | sound/soc/codecs/tda7419.c | 4 | 
1 files changed, 2 insertions, 2 deletions
| diff --git a/sound/soc/codecs/tda7419.c b/sound/soc/codecs/tda7419.c index 225c210ac38f..7f3b79c5a563 100644 --- a/sound/soc/codecs/tda7419.c +++ b/sound/soc/codecs/tda7419.c @@ -142,9 +142,9 @@ struct tda7419_vol_control {  static inline bool tda7419_vol_is_stereo(struct tda7419_vol_control *tvc)  {  	if (tvc->reg == tvc->rreg) -		return 0; +		return false; -	return 1; +	return true;  }  static int tda7419_vol_info(struct snd_kcontrol *kcontrol, |