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
drivers/uart: Replace 'unsigned long int' by 'unsigned long'
[coreboot2.git]
/
src
/
drivers
/
soundwire
/
alc5682
/
chip.h
blob
5dfcbfea7e33308dbfb339e8bf5173c4709e08e1
1
/* SPDX-License-Identifier: GPL-2.0-only */
2
3
#ifndef __DRIVERS_SOUNDWIRE_ALC5682_CHIP_H__
4
#define __DRIVERS_SOUNDWIRE_ALC5682_CHIP_H__
5
6
struct
drivers_soundwire_alc5682_config
{
7
const char
*
name
;
8
const char
*
desc
;
9
};
10
11
#endif
/* __DRIVERS_SOUNDWIRE_ALC5682_CHIP_H__ */