From: Adrian Knoth Date: Mon, 19 Aug 2013 15:20:30 +0000 (+0200) Subject: ALSA: hdspm - Fix default value in SNDRV_HDSPM_IOCTL_GET_LTC X-Git-Tag: v3.12-rc1~150^2~17 X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=17d2f00836cce9b1a24e65670ad78dbab275777b;p=pandora-kernel.git ALSA: hdspm - Fix default value in SNDRV_HDSPM_IOCTL_GET_LTC Use enum hdspm_ltc_format's fps_30 (corresponds to 4) instead of 30, Other case branches return 1, 2 or 3 respectively, so 30 obviously is wrong. Since SNDRV_HDSPM_IOCTL_GET_LTC had never been working due to a copy&paste error in hdspm.h, this change doesn't break userspace. Signed-off-by: Adrian Knoth Signed-off-by: Takashi Iwai --- Reading git-diff-tree failed