We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 742e622 commit c59db5eCopy full SHA for c59db5e
include/sound/soc.h
@@ -1195,7 +1195,6 @@ struct snd_soc_pcm_runtime {
1195
struct dentry *debugfs_dpcm_root;
1196
#endif
1197
1198
- unsigned int num; /* REMOVE ME */
1199
unsigned int id; /* 0-based and monotonic increasing */
1200
struct list_head list; /* rtd list of the soc card */
1201
sound/soc/soc-core.c
@@ -559,7 +559,6 @@ static struct snd_soc_pcm_runtime *soc_new_pcm_runtime(
559
rtd->card = card;
560
rtd->dai_link = dai_link;
561
rtd->id = card->num_rtd++;
562
- rtd->num = rtd->id; /* REMOVE ME */
563
rtd->pmdown_time = pmdown_time; /* default power off timeout */
564
565
/* see for_each_card_rtds */
0 commit comments