ASoC: rockchip: coding style.
[firefly-linux-kernel-4.4.55.git] / sound / soc / rockchip / card_info.h
1 /*
2  * card_info.h - ALSA PCM interface for Rockchip
3  *
4  * This program is free software; you can redistribute it and/or modify
5  * it under the terms of the GNU General Public License version 2 as
6  * published by the Free Software Foundation.
7  */
8
9 #ifndef _SND_SOC_ROCKCHIP_CARD_INFO_H
10 #define _SND_SOC_ROCKCHIP_CARD_INFO_H
11
12 int rockchip_of_get_sound_card_info_(struct snd_soc_card *card,
13                                      bool is_need_fmt);
14 int rockchip_of_get_sound_card_info(struct snd_soc_card *card);
15
16 #endif /* _SND_SOC_ROCKCHIP_CARD_INFO_H */