Changeset 679 for GPL/trunk/alsa-kernel/include/sound/ad1816a.h
- Timestamp:
- Mar 18, 2021, 8:57:36 PM (5 years ago)
- Location:
- GPL/trunk
- Files:
-
- 2 edited
-
. (modified) (1 prop)
-
alsa-kernel/include/sound/ad1816a.h (modified) (4 diffs)
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/include/sound/ad1816a.h
r426 r679 1 /* SPDX-License-Identifier: GPL-2.0-or-later */ 1 2 #ifndef __SOUND_AD1816A_H 2 3 #define __SOUND_AD1816A_H … … 6 7 Copyright (C) 1999-2000 by Massimo Piccioni <dafastidio@libero.it> 7 8 8 This program is free software; you can redistribute it and/or modify9 it under the terms of the GNU General Public License as published by10 the Free Software Foundation; either version 2 of the License, or11 (at your option) any later version.12 13 This program is distributed in the hope that it will be useful,14 but WITHOUT ANY WARRANTY; without even the implied warranty of15 MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the16 GNU General Public License for more details.17 18 You should have received a copy of the GNU General Public License19 along with this program; if not, write to the Free Software20 Foundation, Inc., 59 Temple Place, Suite 330, Boston, MA 02111-1307 USA21 9 */ 22 10 23 #include "control.h"24 #include "pcm.h"25 #include "timer.h"11 #include <sound/control.h> 12 #include <sound/pcm.h> 13 #include <sound/timer.h> 26 14 27 15 #define AD1816A_REG(r) (chip->port + r) … … 148 136 149 137 struct snd_timer *timer; 138 #ifdef CONFIG_PM 139 unsigned short image[48]; 140 #endif 150 141 }; 151 142 … … 166 157 extern int snd_ad1816a_create(struct snd_card *card, unsigned long port, 167 158 int irq, int dma1, int dma2, 168 struct snd_ad1816a * *chip);159 struct snd_ad1816a *chip); 169 160 170 extern int snd_ad1816a_pcm(struct snd_ad1816a *chip, int device , struct snd_pcm **rpcm);161 extern int snd_ad1816a_pcm(struct snd_ad1816a *chip, int device); 171 162 extern int snd_ad1816a_mixer(struct snd_ad1816a *chip); 172 extern int snd_ad1816a_timer(struct snd_ad1816a *chip, int device, 173 struct snd_timer **rtimer); 163 extern int snd_ad1816a_timer(struct snd_ad1816a *chip, int device); 164 #ifdef CONFIG_PM 165 extern void snd_ad1816a_suspend(struct snd_ad1816a *chip); 166 extern void snd_ad1816a_resume(struct snd_ad1816a *chip); 167 #endif 174 168 175 169 #endif /* __SOUND_AD1816A_H */
Note:
See TracChangeset
for help on using the changeset viewer.
