diff options
author | Takashi Iwai <tiwai@suse.de> | 2010-10-17 04:40:53 -0400 |
---|---|---|
committer | Takashi Iwai <tiwai@suse.de> | 2010-10-17 04:46:14 -0400 |
commit | c08d91695b2a3349254a62b60f03f7971bd90fa0 (patch) | |
tree | 3587f3285600f15f126a7736dbfa7a0801e43894 /sound | |
parent | de8c85f7840e5e29629de95f5af24297fb325e0b (diff) |
ALSA: tlv - Define numbers in sound/tlv.h
Signed-off-by: Takashi Iwai <tiwai@suse.de>
Diffstat (limited to 'sound')
-rw-r--r-- | sound/pci/hda/hda_codec.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/sound/pci/hda/hda_codec.c b/sound/pci/hda/hda_codec.c index 8c933c8006f4..ee134a25092c 100644 --- a/sound/pci/hda/hda_codec.c +++ b/sound/pci/hda/hda_codec.c | |||
@@ -1843,7 +1843,7 @@ int snd_hda_mixer_amp_tlv(struct snd_kcontrol *kcontrol, int op_flag, | |||
1843 | val1 += ofs; | 1843 | val1 += ofs; |
1844 | val1 = ((int)val1) * ((int)val2); | 1844 | val1 = ((int)val1) * ((int)val2); |
1845 | if (min_mute) | 1845 | if (min_mute) |
1846 | val2 |= 0x10000; | 1846 | val2 |= TLV_DB_SCALE_MUTE; |
1847 | if (put_user(SNDRV_CTL_TLVT_DB_SCALE, _tlv)) | 1847 | if (put_user(SNDRV_CTL_TLVT_DB_SCALE, _tlv)) |
1848 | return -EFAULT; | 1848 | return -EFAULT; |
1849 | if (put_user(2 * sizeof(unsigned int), _tlv + 1)) | 1849 | if (put_user(2 * sizeof(unsigned int), _tlv + 1)) |