Changeset 679 for GPL/trunk/alsa-kernel/pci/emu10k1/timer.c
- Timestamp:
- Mar 18, 2021, 8:57:36 PM (4 years ago)
- Location:
- GPL/trunk
- Files:
-
- 2 edited
Legend:
- Unmodified
- Added
- Removed
-
GPL/trunk
- Property svn:mergeinfo changed
/GPL/branches/uniaud32-linux-3.2.102 (added) merged: 611-614 /GPL/branches/uniaud32-next (added) merged: 615-678
- Property svn:mergeinfo changed
-
GPL/trunk/alsa-kernel/pci/emu10k1/timer.c
r305 r679 1 // SPDX-License-Identifier: GPL-2.0-or-later 1 2 /* 2 3 * Copyright (c) by Lee Revell <rlrevell@joe-job.com> … … 9 10 * TODO: 10 11 * -- 11 *12 * This program is free software; you can redistribute it and/or modify13 * it under the terms of the GNU General Public License as published by14 * the Free Software Foundation; either version 2 of the License, or15 * (at your option) any later version.16 *17 * This program is distributed in the hope that it will be useful,18 * but WITHOUT ANY WARRANTY; without even the implied warranty of19 * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the20 * GNU General Public License for more details.21 *22 * You should have received a copy of the GNU General Public License23 * along with this program; if not, write to the Free Software24 * Foundation, Inc., 59 Temple Place, Suite 330, Boston, MA 02111-1307 USA25 *26 12 */ 27 13 … … 67 53 } 68 54 69 static struct snd_timer_hardware snd_emu10k1_timer_hw = {55 static const struct snd_timer_hardware snd_emu10k1_timer_hw = { 70 56 .flags = SNDRV_TIMER_HW_AUTO, 71 57 .resolution = 20833, /* 1 sample @ 48KHZ = 20.833...us */ … … 76 62 }; 77 63 78 int __devinitsnd_emu10k1_timer(struct snd_emu10k1 *emu, int device)64 int snd_emu10k1_timer(struct snd_emu10k1 *emu, int device) 79 65 { 80 66 struct snd_timer *timer = NULL;
Note:
See TracChangeset
for help on using the changeset viewer.