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/brya: Create rull variant
[coreboot2.git]
/
src
/
drivers
/
soundwire
/
alc711
/
chip.h
blob
6d317fddfee2b62dcd42e27a379b688a9c267aa0
1
/* SPDX-License-Identifier: GPL-2.0-only */
2
3
#ifndef __DRIVERS_SOUNDWIRE_ALC711_CHIP_H__
4
#define __DRIVERS_SOUNDWIRE_ALC711_CHIP_H__
5
6
struct
drivers_soundwire_alc711_config
{
7
const char
*
name
;
8
const char
*
desc
;
9
};
10
11
#endif
/* __DRIVERS_SOUNDWIRE_ALC711_CHIP_H__ */