repo.or.cz
/
coreboot2.git
/
blob
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
log
|
graphiclog1
|
graphiclog2
|
commit
|
commitdiff
|
tree
|
refs
|
edit
|
fork
blame
|
history
|
raw
|
HEAD
mb/google/nissa/var/telith: Configure Acoustic noise mitigation
[coreboot2.git]
/
src
/
ec
/
google
/
chromeec
/
audio_codec
/
chip.h
blob
30a83ef6d8ff183159c7fffd2a633caf148a9fe1
1
/* SPDX-License-Identifier: GPL-2.0-or-later */
2
3
#ifndef __EC_GOOGLE_CHROMEEC_AUDIO_CODEC__
4
#define __EC_GOOGLE_CHROMEEC_AUDIO_CODEC__
5
6
struct
ec_google_chromeec_audio_codec_config
{
7
/* ACPI device name */
8
const char
*
name
;
9
/* ACPI _UID */
10
unsigned int
uid
;
11
};
12
13
#endif
/* __EC_GOOGLE_CHROMEEC_AUDIO_CODEC__ */