mb/google/beltino/**/hda_verb.c: remove preprocessor guards
These files are not headers. Change-Id: Ibe6c9a96c1c4b0952a8d03b7a8b17869a66511f2 Signed-off-by: Angel Pons <th3fanbus@gmail.com> Reviewed-on: https://review.coreboot.org/c/coreboot/+/37851 Tested-by: build bot (Jenkins) <no-reply@coreboot.org> Reviewed-by: Matt DeVillier <matt.devillier@gmail.com>
This commit is contained in:
parent
d8ce9a8de1
commit
416f411b8c
|
@ -13,9 +13,6 @@
|
|||
* GNU General Public License for more details.
|
||||
*/
|
||||
|
||||
#ifndef HDA_VERB_H
|
||||
#define HDA_VERB_H
|
||||
|
||||
#include <device/azalia_device.h>
|
||||
|
||||
const u32 cim_verb_data[] = {
|
||||
|
@ -99,6 +96,4 @@ const u32 pc_beep_verbs[] = {
|
|||
0x00b37410, /* unmute mixer nid 0xb beep input and set volume */
|
||||
};
|
||||
|
||||
|
||||
#endif /* HDA_VERB_H */
|
||||
AZALIA_ARRAY_SIZES;
|
||||
|
|
|
@ -13,9 +13,6 @@
|
|||
* GNU General Public License for more details.
|
||||
*/
|
||||
|
||||
#ifndef HDA_VERB_H
|
||||
#define HDA_VERB_H
|
||||
|
||||
#include <device/azalia_device.h>
|
||||
|
||||
const u32 cim_verb_data[] = {
|
||||
|
@ -100,6 +97,4 @@ const u32 pc_beep_verbs[] = {
|
|||
0x00b37410, /* unmute mixer nid 0xb beep input and set volume */
|
||||
};
|
||||
|
||||
|
||||
#endif /* HDA_VERB_H */
|
||||
AZALIA_ARRAY_SIZES;
|
||||
|
|
|
@ -13,9 +13,6 @@
|
|||
* GNU General Public License for more details.
|
||||
*/
|
||||
|
||||
#ifndef HDA_VERB_H
|
||||
#define HDA_VERB_H
|
||||
|
||||
#include <device/azalia_device.h>
|
||||
|
||||
const u32 cim_verb_data[] = {
|
||||
|
@ -99,6 +96,4 @@ const u32 pc_beep_verbs[] = {
|
|||
0x00b37410, /* unmute mixer nid 0xb beep input and set volume */
|
||||
};
|
||||
|
||||
|
||||
#endif /* HDA_VERB_H */
|
||||
AZALIA_ARRAY_SIZES;
|
||||
|
|
|
@ -13,9 +13,6 @@
|
|||
* GNU General Public License for more details.
|
||||
*/
|
||||
|
||||
#ifndef HDA_VERB_H
|
||||
#define HDA_VERB_H
|
||||
|
||||
#include <device/azalia_device.h>
|
||||
|
||||
const u32 cim_verb_data[] = {
|
||||
|
@ -99,6 +96,4 @@ const u32 pc_beep_verbs[] = {
|
|||
0x00b37410, /* unmute mixer nid 0xb beep input and set volume */
|
||||
};
|
||||
|
||||
|
||||
#endif /* HDA_VERB_H */
|
||||
AZALIA_ARRAY_SIZES;
|
||||
|
|
|
@ -13,9 +13,6 @@
|
|||
* GNU General Public License for more details.
|
||||
*/
|
||||
|
||||
#ifndef HDA_VERB_H
|
||||
#define HDA_VERB_H
|
||||
|
||||
#include <device/azalia_device.h>
|
||||
|
||||
const u32 cim_verb_data[] = {
|
||||
|
@ -99,6 +96,4 @@ const u32 pc_beep_verbs[] = {
|
|||
0x00b37410, /* unmute mixer nid 0xb beep input and set volume */
|
||||
};
|
||||
|
||||
|
||||
#endif /* HDA_VERB_H */
|
||||
AZALIA_ARRAY_SIZES;
|
||||
|
|
Loading…
Reference in New Issue