]> git.baikalelectronics.ru Git - kernel.git/commit
ALSA: control: Fix a typo of SNDRV_CTL_ELEM_ACCESS_TLV_* with SNDRV_CTL_TLV_OP_*
authorTakashi Iwai <tiwai@suse.de>
Sun, 12 Apr 2015 07:16:11 +0000 (09:16 +0200)
committerTakashi Iwai <tiwai@suse.de>
Sun, 12 Apr 2015 07:18:14 +0000 (09:18 +0200)
commitd22f1fe23c26557bda07fa6d95fe6459773d332c
treed8b57c1ee4d587f1fa4060a0c89d7487775331c0
parent56e9f07afd3b5d5b01ae3090ccd58592b87045a3
ALSA: control: Fix a typo of SNDRV_CTL_ELEM_ACCESS_TLV_* with SNDRV_CTL_TLV_OP_*

The commit [ba0ef81ca045: ALSA: ctl: evaluate macro instead of
numerical value] replaced the numbers with constants, but one place
was replaced wrongly with a different type.  Fixed now.

Fixes: ba0ef81ca045 ('ALSA: ctl: evaluate macro instead of numerical value')
Signed-off-by: Takashi Iwai <tiwai@suse.de>
sound/core/control.c