diff options
Diffstat (limited to 'include/sound/soc.h')
-rw-r--r-- | include/sound/soc.h | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/include/sound/soc.h b/include/sound/soc.h index 5e0189876afd..24815b675cc3 100644 --- a/include/sound/soc.h +++ b/include/sound/soc.h @@ -394,6 +394,9 @@ struct snd_soc_dai { /* DAI private data */ void *private_data; + + /* For checking the start of the delayed work inside the soc-core.c */ + int prepared; }; /* SoC Audio Codec */ |