soc.h (440a3006f154a3aca4badf72841c61ac93a72110) | soc.h (b07609cecaac6681a2fca3eebc1bae7b00282620) |
---|---|
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 --- 1630 unchanged lines hidden (view full) --- 1639 struct snd_kcontrol *kcontrol) 1640{ 1641 return snd_soc_component_to_platform(snd_soc_kcontrol_component(kcontrol)); 1642} 1643 1644int snd_soc_util_init(void); 1645void snd_soc_util_exit(void); 1646 | 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 --- 1630 unchanged lines hidden (view full) --- 1639 struct snd_kcontrol *kcontrol) 1640{ 1641 return snd_soc_component_to_platform(snd_soc_kcontrol_component(kcontrol)); 1642} 1643 1644int snd_soc_util_init(void); 1645void snd_soc_util_exit(void); 1646 |
1647#define snd_soc_of_parse_card_name(card, propname) \ 1648 snd_soc_of_parse_card_name_from_node(card, NULL, propname) 1649int snd_soc_of_parse_card_name_from_node(struct snd_soc_card *card, 1650 struct device_node *np, 1651 const char *propname); | 1647int snd_soc_of_parse_card_name(struct snd_soc_card *card, 1648 const char *propname); |
1652int snd_soc_of_parse_audio_simple_widgets(struct snd_soc_card *card, 1653 const char *propname); 1654int snd_soc_of_parse_tdm_slot(struct device_node *np, 1655 unsigned int *tx_mask, 1656 unsigned int *rx_mask, 1657 unsigned int *slots, 1658 unsigned int *slot_width); 1659void snd_soc_of_parse_audio_prefix(struct snd_soc_card *card, --- 71 unchanged lines hidden --- | 1649int snd_soc_of_parse_audio_simple_widgets(struct snd_soc_card *card, 1650 const char *propname); 1651int snd_soc_of_parse_tdm_slot(struct device_node *np, 1652 unsigned int *tx_mask, 1653 unsigned int *rx_mask, 1654 unsigned int *slots, 1655 unsigned int *slot_width); 1656void snd_soc_of_parse_audio_prefix(struct snd_soc_card *card, --- 71 unchanged lines hidden --- |