summaryrefslogtreecommitdiffstats
path: root/include/sound/soc.h
diff options
context:
space:
mode:
authorMark Brown2016-01-11 14:54:28 +0100
committerMark Brown2016-01-11 14:54:28 +0100
commit7b2f32cc81e14149e2fe515f69f35f9e11e8ba5a (patch)
treedac5980859c5af6566c7f9be2a12c7b68651eea9 /include/sound/soc.h
parentMerge remote-tracking branch 'asoc/fix/compress' into asoc-linus (diff)
parentASoC: hdac_hdmi: remove unused hdac_hdmi_query_pin_connlist (diff)
downloadkernel-qcow2-linux-7b2f32cc81e14149e2fe515f69f35f9e11e8ba5a.tar.gz
kernel-qcow2-linux-7b2f32cc81e14149e2fe515f69f35f9e11e8ba5a.tar.xz
kernel-qcow2-linux-7b2f32cc81e14149e2fe515f69f35f9e11e8ba5a.zip
Merge remote-tracking branch 'asoc/topic/intel' into asoc-next
Diffstat (limited to 'include/sound/soc.h')
-rw-r--r--include/sound/soc.h5
1 files changed, 4 insertions, 1 deletions
diff --git a/include/sound/soc.h b/include/sound/soc.h
index fb955e69a78e..2fb08df8d934 100644
--- a/include/sound/soc.h
+++ b/include/sound/soc.h
@@ -1106,7 +1106,7 @@ struct snd_soc_card {
/* CPU <--> Codec DAI links */
struct snd_soc_dai_link *dai_link;
int num_links;
- struct snd_soc_pcm_runtime *rtd;
+ struct list_head rtd_list;
int num_rtd;
/* optional codec specific configuration */
@@ -1201,6 +1201,9 @@ struct snd_soc_pcm_runtime {
struct dentry *debugfs_dpcm_root;
struct dentry *debugfs_dpcm_state;
#endif
+
+ unsigned int num; /* 0-based and monotonic increasing */
+ struct list_head list; /* rtd list of the soc card */
};
/* mixer control */