diff options
Diffstat (limited to 'sound/pci/emu10k1/p16v.c')
-rw-r--r-- | sound/pci/emu10k1/p16v.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/sound/pci/emu10k1/p16v.c b/sound/pci/emu10k1/p16v.c index 1e44714b8623..4e0f95438f47 100644 --- a/sound/pci/emu10k1/p16v.c +++ b/sound/pci/emu10k1/p16v.c | |||
@@ -794,7 +794,7 @@ static DECLARE_TLV_DB_SCALE(snd_p16v_db_scale1, -5175, 25, 1); | |||
794 | .info = snd_p16v_volume_info, \ | 794 | .info = snd_p16v_volume_info, \ |
795 | .get = snd_p16v_volume_get, \ | 795 | .get = snd_p16v_volume_get, \ |
796 | .put = snd_p16v_volume_put, \ | 796 | .put = snd_p16v_volume_put, \ |
797 | .tlv.p = snd_p16v_db_scale1, \ | 797 | .tlv = { .p = snd_p16v_db_scale1 }, \ |
798 | .private_value = ((xreg) | ((xhl) << 8)) \ | 798 | .private_value = ((xreg) | ((xhl) << 8)) \ |
799 | } | 799 | } |
800 | 800 | ||