hc
2024-02-20 102a0743326a03cd1a1202ceda21e175b7d3575c
kernel/sound/isa/als100.c
....@@ -1,3 +1,4 @@
1
+// SPDX-License-Identifier: GPL-2.0-or-later
12
23 /*
34 card-als100.c - driver for Avance Logic ALS100 based soundcards.
....@@ -9,19 +10,6 @@
910 Generalised for soundcards based on DT-0196 and ALS-007 chips
1011 by Jonathan Woithe <jwoithe@just42.net>: June 2002.
1112
12
- This program is free software; you can redistribute it and/or modify
13
- it under the terms of the GNU General Public License as published by
14
- the Free Software Foundation; either version 2 of the License, or
15
- (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 of
19
- MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
20
- GNU General Public License for more details.
21
-
22
- You should have received a copy of the GNU General Public License
23
- along with this program; if not, write to the Free Software
24
- Foundation, Inc., 59 Temple Place, Suite 330, Boston, MA 02111-1307 USA
2513 */
2614
2715 #include <linux/init.h>
....@@ -322,7 +310,6 @@
322310 struct snd_sb *chip = acard->chip;
323311
324312 snd_power_change_state(card, SNDRV_CTL_POWER_D3hot);
325
- snd_pcm_suspend_all(chip->pcm);
326313 snd_sbmixer_suspend(chip);
327314 return 0;
328315 }