Revision 43108c72cf1d518f3ce62d3b1c8a9ffa38ddc28b authored by Pavel on 05 January 2020, 22:36:58 UTC, committed by Pavel Machek on 22 January 2020, 20:08:24 UTC
Add pointer to datasheet and fix typo in printk message.

Signed-off-by: Pavel Machek <pavel@ucw.cz>
1 parent 51eb5a2
Raw File
common.h
/* SPDX-License-Identifier: GPL-2.0 */
// Copyright (c) 2018, The Linux Foundation. All rights reserved.

#ifndef __QCOM_SND_COMMON_H__
#define __QCOM_SND_COMMON_H__

#include <sound/soc.h>

int qcom_snd_parse_of(struct snd_soc_card *card);

#endif
back to top