]> git.proxmox.com Git - mirror_ubuntu-artful-kernel.git/blame - include/sound/simple_card_utils.h
ASoC: add new simple-card-utils.c
[mirror_ubuntu-artful-kernel.git] / include / sound / simple_card_utils.h
CommitLineData
abd3147e
KM
1/*
2 * simple_card_core.h
3 *
4 * Copyright (c) 2016 Kuninori Morimoto <kuninori.morimoto.gx@renesas.com>
5 *
6 * This program is free software; you can redistribute it and/or modify
7 * it under the terms of the GNU General Public License version 2 as
8 * published by the Free Software Foundation.
9 */
10#ifndef __SIMPLE_CARD_CORE_H
11#define __SIMPLE_CARD_CORE_H
12
13#include <sound/soc.h>
14
15int asoc_simple_card_parse_daifmt(struct device *dev,
16 struct device_node *node,
17 struct device_node *codec,
18 char *prefix,
19 unsigned int *retfmt);
20
21#endif /* __SIMPLE_CARD_CORE_H */