aboutsummaryrefslogtreecommitdiffstats
path: root/sound/pci/es1938.c
diff options
context:
space:
mode:
Diffstat (limited to 'sound/pci/es1938.c')
-rw-r--r--sound/pci/es1938.c3
1 files changed, 1 insertions, 2 deletions
diff --git a/sound/pci/es1938.c b/sound/pci/es1938.c
index 3784088bea84..3ce5a4e7e31f 100644
--- a/sound/pci/es1938.c
+++ b/sound/pci/es1938.c
@@ -1359,10 +1359,9 @@ ES1938_DOUBLE("Master Playback Switch", 0, 0x60, 0x62, 6, 6, 1, 1),
1359}, 1359},
1360{ 1360{
1361 .iface = SNDRV_CTL_ELEM_IFACE_MIXER, 1361 .iface = SNDRV_CTL_ELEM_IFACE_MIXER,
1362 .access = (SNDRV_CTL_ELEM_ACCESS_READWRITE | 1362 .access = (SNDRV_CTL_ELEM_ACCESS_READ |
1363 SNDRV_CTL_ELEM_ACCESS_TLV_READ), 1363 SNDRV_CTL_ELEM_ACCESS_TLV_READ),
1364 .name = "Hardware Master Playback Switch", 1364 .name = "Hardware Master Playback Switch",
1365 .access = SNDRV_CTL_ELEM_ACCESS_READ,
1366 .info = snd_es1938_info_hw_switch, 1365 .info = snd_es1938_info_hw_switch,
1367 .get = snd_es1938_get_hw_switch, 1366 .get = snd_es1938_get_hw_switch,
1368 .tlv = { .p = db_scale_master }, 1367 .tlv = { .p = db_scale_master },