diff options
Diffstat (limited to 'include/sound/aci.h')
| -rw-r--r-- | include/sound/aci.h | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/include/sound/aci.h b/include/sound/aci.h index ee639d355ef0..36a761c9820d 100644 --- a/include/sound/aci.h +++ b/include/sound/aci.h @@ -1,3 +1,4 @@ +/* SPDX-License-Identifier: GPL-2.0 */ #ifndef _ACI_H_ #define _ACI_H_ @@ -71,6 +72,7 @@ #define ACI_SET_EQ7 0x46 /* ... to Treble */ struct snd_miro_aci { + struct snd_card *card; unsigned long aci_port; int aci_vendor; int aci_product; |
