soc.h (b8f861586c9c2433b22f81e933845cb8aaa18d9e) | soc.h (a4b12990b68079290ab62799035afe175b4bdc23) |
---|---|
1/* 2 * linux/sound/soc.h -- ALSA SoC Layer 3 * 4 * Author: Liam Girdwood 5 * Created: Aug 11th 2005 6 * Copyright: Wolfson Microelectronics. PLC. 7 * 8 * This program is free software; you can redistribute it and/or modify --- 1213 unchanged lines hidden (view full) --- 1222 return snd_soc_component_is_active(&codec->component); 1223} 1224 1225int snd_soc_util_init(void); 1226void snd_soc_util_exit(void); 1227 1228int snd_soc_of_parse_card_name(struct snd_soc_card *card, 1229 const char *propname); | 1/* 2 * linux/sound/soc.h -- ALSA SoC Layer 3 * 4 * Author: Liam Girdwood 5 * Created: Aug 11th 2005 6 * Copyright: Wolfson Microelectronics. PLC. 7 * 8 * This program is free software; you can redistribute it and/or modify --- 1213 unchanged lines hidden (view full) --- 1222 return snd_soc_component_is_active(&codec->component); 1223} 1224 1225int snd_soc_util_init(void); 1226void snd_soc_util_exit(void); 1227 1228int snd_soc_of_parse_card_name(struct snd_soc_card *card, 1229 const char *propname); |
1230int snd_soc_of_parse_audio_simple_widgets(struct snd_soc_card *card, 1231 const char *propname); 1232int snd_soc_of_parse_tdm_slot(struct device_node *np, 1233 unsigned int *slots, 1234 unsigned int *slot_width); |
|
1230int snd_soc_of_parse_audio_routing(struct snd_soc_card *card, 1231 const char *propname); 1232unsigned int snd_soc_of_parse_daifmt(struct device_node *np, 1233 const char *prefix); 1234int snd_soc_of_get_dai_name(struct device_node *of_node, 1235 const char **dai_name); 1236 1237#include <sound/soc-dai.h> --- 19 unchanged lines hidden --- | 1235int snd_soc_of_parse_audio_routing(struct snd_soc_card *card, 1236 const char *propname); 1237unsigned int snd_soc_of_parse_daifmt(struct device_node *np, 1238 const char *prefix); 1239int snd_soc_of_get_dai_name(struct device_node *of_node, 1240 const char **dai_name); 1241 1242#include <sound/soc-dai.h> --- 19 unchanged lines hidden --- |