aboutsummaryrefslogtreecommitdiffstats
path: root/include/sound
diff options
context:
space:
mode:
authorTakashi Iwai <tiwai@suse.de>2020-11-19 19:56:29 +0100
committerTakashi Iwai <tiwai@suse.de>2020-11-19 19:56:29 +0100
commitaecd1fbe7784e75226682afe7a9c3a34af35aa3e (patch)
treed975b1ff0075873e9e7b9319c97d70e648635086 /include/sound
parentALSA: mixart: Fix mutex deadlock (diff)
parentASOC: Intel: kbl_rt5663_rt5514_max98927: Do not try to disable disabled clock (diff)
downloadlinux-dev-aecd1fbe7784e75226682afe7a9c3a34af35aa3e.tar.xz
linux-dev-aecd1fbe7784e75226682afe7a9c3a34af35aa3e.zip
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/sound')
-rw-r--r--include/sound/rt1015.h15
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