提交 bbd99307 编写于 作者: M Mark Brown

ASoC: Remove redundant codec pointer from DAIs

The DAI structure has two pointers to the codec, one in the body of the
DAI and one in a union for a parent pointer.  Drop the parent pointer
version.
Signed-off-by: NMark Brown <broonie@opensource.wolfsonmicro.com>
上级 b2907501
...@@ -205,11 +205,8 @@ struct snd_soc_dai { ...@@ -205,11 +205,8 @@ struct snd_soc_dai {
/* DAI private data */ /* DAI private data */
void *private_data; void *private_data;
/* parent codec/platform */ /* parent platform */
union {
struct snd_soc_codec *codec;
struct snd_soc_platform *platform; struct snd_soc_platform *platform;
};
struct list_head list; struct list_head list;
}; };
......
Markdown is supported
0% .
You are about to add 0 people to the discussion. Proceed with caution.
先完成此消息的编辑!
想要评论请 注册