aboutsummaryrefslogtreecommitdiffstats
path: root/include/sound
diff options
context:
space:
mode:
authorVinod Koul <vinod.koul@intel.com>2016-08-04 06:16:02 -0400
committerTakashi Iwai <tiwai@suse.de>2016-08-09 02:53:56 -0400
commit404735c9fd8adff8e5ad11e1f9f8db069d865698 (patch)
treef18449f719b416c124e534480d668858cf7e0241 /include/sound
parentec8ae5703da1b8bd057b4e319567ddbcac295b3a (diff)
ALSA - Ext hda: remove bus_parse_capabilities
Remove the unused one as we have moved it up to hdac core. Signed-off-by: Vinod Koul <vinod.koul@intel.com> Signed-off-by: Takashi Iwai <tiwai@suse.de>
Diffstat (limited to 'include/sound')
-rw-r--r--include/sound/hdaudio_ext.h12
1 files changed, 0 insertions, 12 deletions
diff --git a/include/sound/hdaudio_ext.h b/include/sound/hdaudio_ext.h
index b9593b201599..8660a7f10851 100644
--- a/include/sound/hdaudio_ext.h
+++ b/include/sound/hdaudio_ext.h
@@ -8,11 +8,6 @@
8 * 8 *
9 * @bus: hdac bus 9 * @bus: hdac bus
10 * @num_streams: streams supported 10 * @num_streams: streams supported
11 * @ppcap: pp capabilities pointer
12 * @spbcap: SPIB capabilities pointer
13 * @mlcap: MultiLink capabilities pointer
14 * @gtscap: gts capabilities pointer
15 * @drsmcap: dma resume capabilities pointer
16 * @hlink_list: link list of HDA links 11 * @hlink_list: link list of HDA links
17 * @lock: lock for link mgmt 12 * @lock: lock for link mgmt
18 * @cmd_dma_state: state of cmd DMAs: CORB and RIRB 13 * @cmd_dma_state: state of cmd DMAs: CORB and RIRB
@@ -22,12 +17,6 @@ struct hdac_ext_bus {
22 int num_streams; 17 int num_streams;
23 int idx; 18 int idx;
24 19
25 void __iomem *ppcap;
26 void __iomem *spbcap;
27 void __iomem *mlcap;
28 void __iomem *gtscap;
29 void __iomem *drsmcap;
30
31 struct list_head hlink_list; 20 struct list_head hlink_list;
32 21
33 struct mutex lock; 22 struct mutex lock;
@@ -54,7 +43,6 @@ void snd_hdac_ext_bus_device_remove(struct hdac_ext_bus *ebus);
54#define HDA_CODEC_EXT_ENTRY(_vid, _revid, _name, _drv_data) \ 43#define HDA_CODEC_EXT_ENTRY(_vid, _revid, _name, _drv_data) \
55 HDA_CODEC_REV_EXT_ENTRY(_vid, _revid, _name, _drv_data) 44 HDA_CODEC_REV_EXT_ENTRY(_vid, _revid, _name, _drv_data)
56 45
57int snd_hdac_ext_bus_parse_capabilities(struct hdac_ext_bus *sbus);
58void snd_hdac_ext_bus_ppcap_enable(struct hdac_ext_bus *chip, bool enable); 46void snd_hdac_ext_bus_ppcap_enable(struct hdac_ext_bus *chip, bool enable);
59void snd_hdac_ext_bus_ppcap_int_enable(struct hdac_ext_bus *chip, bool enable); 47void snd_hdac_ext_bus_ppcap_int_enable(struct hdac_ext_bus *chip, bool enable);
60 48