aboutsummaryrefslogtreecommitdiffstats
path: root/sound/soc/codecs/cs43130.c
diff options
context:
space:
mode:
Diffstat (limited to 'sound/soc/codecs/cs43130.c')
-rw-r--r--sound/soc/codecs/cs43130.c8
1 files changed, 4 insertions, 4 deletions
diff --git a/sound/soc/codecs/cs43130.c b/sound/soc/codecs/cs43130.c
index feca0a672976..80dc42197154 100644
--- a/sound/soc/codecs/cs43130.c
+++ b/sound/soc/codecs/cs43130.c
@@ -1733,10 +1733,10 @@ static ssize_t cs43130_show_ac_r(struct device *dev,
1733 return cs43130_show_ac(dev, buf, HP_RIGHT); 1733 return cs43130_show_ac(dev, buf, HP_RIGHT);
1734} 1734}
1735 1735
1736static DEVICE_ATTR(hpload_dc_l, S_IRUGO, cs43130_show_dc_l, NULL); 1736static DEVICE_ATTR(hpload_dc_l, 0444, cs43130_show_dc_l, NULL);
1737static DEVICE_ATTR(hpload_dc_r, S_IRUGO, cs43130_show_dc_r, NULL); 1737static DEVICE_ATTR(hpload_dc_r, 0444, cs43130_show_dc_r, NULL);
1738static DEVICE_ATTR(hpload_ac_l, S_IRUGO, cs43130_show_ac_l, NULL); 1738static DEVICE_ATTR(hpload_ac_l, 0444, cs43130_show_ac_l, NULL);
1739static DEVICE_ATTR(hpload_ac_r, S_IRUGO, cs43130_show_ac_r, NULL); 1739static DEVICE_ATTR(hpload_ac_r, 0444, cs43130_show_ac_r, NULL);
1740 1740
1741static struct reg_sequence hp_en_cal_seq[] = { 1741static struct reg_sequence hp_en_cal_seq[] = {
1742 {CS43130_INT_MASK_4, CS43130_INT_MASK_ALL}, 1742 {CS43130_INT_MASK_4, CS43130_INT_MASK_ALL},