diff options
Diffstat (limited to 'sound')
-rw-r--r-- | sound/soc/tegra/tegra_sndfx.h | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/sound/soc/tegra/tegra_sndfx.h b/sound/soc/tegra/tegra_sndfx.h index 1e9bb82940a4..bf33d95a495c 100644 --- a/sound/soc/tegra/tegra_sndfx.h +++ b/sound/soc/tegra/tegra_sndfx.h @@ -146,6 +146,7 @@ typedef enum NvAudioFxProperty_Detach, NvAudioFxProperty_Format, NvAudioFxProperty_Method, + NvAudioFxProperty_PowerState, NvAudioFxProperty_SampleRate, NvAudioFxProperty_State, NvAudioFxPinProperty_Format, @@ -239,6 +240,7 @@ typedef enum NvAudioFxState_Run, NvAudioFxState_Pause, NvAudioFxState_Disable, + NvAudioFxState_EndOfStream, NvAudioFxState_Num, NvAudioFxState_Force32 = 0x7FFFFFFF } NvAudioFxState; |