Loading include/sound/pcm.h +1 −0 Original line number Original line Diff line number Diff line Loading @@ -469,6 +469,7 @@ struct snd_pcm_substream { const struct snd_pcm_ops *ops; const struct snd_pcm_ops *ops; /* -- runtime information -- */ /* -- runtime information -- */ struct snd_pcm_runtime *runtime; struct snd_pcm_runtime *runtime; spinlock_t runtime_lock; /* -- timer section -- */ /* -- timer section -- */ struct snd_timer *timer; /* timer */ struct snd_timer *timer; /* timer */ unsigned timer_running: 1; /* time is running */ unsigned timer_running: 1; /* time is running */ Loading Loading
include/sound/pcm.h +1 −0 Original line number Original line Diff line number Diff line Loading @@ -469,6 +469,7 @@ struct snd_pcm_substream { const struct snd_pcm_ops *ops; const struct snd_pcm_ops *ops; /* -- runtime information -- */ /* -- runtime information -- */ struct snd_pcm_runtime *runtime; struct snd_pcm_runtime *runtime; spinlock_t runtime_lock; /* -- timer section -- */ /* -- timer section -- */ struct snd_timer *timer; /* timer */ struct snd_timer *timer; /* timer */ unsigned timer_running: 1; /* time is running */ unsigned timer_running: 1; /* time is running */ Loading