summaryrefslogtreecommitdiffstats
path: root/sound/usb/mixer_maps.c
diff options
context:
space:
mode:
authorArnd Bergmann <arnd@arndb.de>2016-06-17 16:30:03 +0200
committerTakashi Iwai <tiwai@suse.de>2016-06-17 16:31:19 +0200
commitcfecf1afd3a7412df810c2b98c77744f90c13e24 (patch)
treeb2205a16790d9de2648d46f92504dfe8d3f927f2 /sound/usb/mixer_maps.c
parent960a581e22d93a784db843110ad1e6249c1542a5 (diff)
sound: oss: avoid time_t usage
We want to remove all time_t users from the kernel because of y2038 compatibility. This particular instance does not even use time_t to store a seconds value, so we can simply use 'unsigned int', which seems more fitting anywhere. The same code is used in two OSS files. Signed-off-by: Arnd Bergmann <arnd@arndb.de> Signed-off-by: Takashi Iwai <tiwai@suse.de>
Diffstat (limited to 'sound/usb/mixer_maps.c')
0 files changed, 0 insertions, 0 deletions