ASoC: Remove runtime field from DAI
This was initially removed in commit6423c1875
("ASoC: Remove runtime field from DAI"), but was, presumably by accident, brought back in commitf0fba2ad1
("ASoC: multi-component - ASoC Multi-Component Support"). But has never been initialized to anything but NULL ever since. This commit removes it again. Signed-off-by: Lars-Peter Clausen <lars@metafoo.de> Signed-off-by: Mark Brown <broonie@linaro.org>
This commit is contained in:

committed by
Mark Brown

parent
b74f7be90f
commit
797f283b61
@@ -252,7 +252,6 @@ struct snd_soc_dai {
|
||||
unsigned int symmetric_rates:1;
|
||||
unsigned int symmetric_channels:1;
|
||||
unsigned int symmetric_samplebits:1;
|
||||
struct snd_pcm_runtime *runtime;
|
||||
unsigned int active;
|
||||
unsigned char probed:1;
|
||||
|
||||
|
Reference in New Issue
Block a user