diff options
author | Takashi Iwai <tiwai@suse.de> | 2020-11-19 19:56:29 +0100 |
---|---|---|
committer | Takashi Iwai <tiwai@suse.de> | 2020-11-19 19:56:29 +0100 |
commit | aecd1fbe7784e75226682afe7a9c3a34af35aa3e (patch) | |
tree | d975b1ff0075873e9e7b9319c97d70e648635086 /include | |
parent | d21b96c8ed2aea7e6b7bf4735e1d2503cfbf4072 (diff) | |
parent | 879ee8b6f2bae0cc4a25536f8841db1dbc969523 (diff) | |
download | linux-aecd1fbe7784e75226682afe7a9c3a34af35aa3e.tar.bz2 |
Merge tag 'asoc-fix-v5.10-rc4' of https://git.kernel.org/pub/scm/linux/kernel/git/broonie/sound into for-linus
ASoC: Fixes for v5.11
A collection of driver specific fixes, mostly for x86 systems (or CODECs
used mostly on x86) and all for relatively minor issues, the biggest one
being fixing S24_LE format on Keem Bay systems.
Diffstat (limited to 'include')
-rw-r--r-- | include/sound/rt1015.h | 15 |
1 files changed, 15 insertions, 0 deletions
diff --git a/include/sound/rt1015.h b/include/sound/rt1015.h new file mode 100644 index 000000000000..70a7538d4c89 --- /dev/null +++ b/include/sound/rt1015.h @@ -0,0 +1,15 @@ +/* SPDX-License-Identifier: GPL-2.0-only */ +/* + * linux/sound/rt1015.h -- Platform data for RT1015 + * + * Copyright 2020 Realtek Microelectronics + */ + +#ifndef __LINUX_SND_RT1015_H +#define __LINUX_SND_RT1015_H + +struct rt1015_platform_data { + unsigned int power_up_delay_ms; +}; + +#endif |