diff options
author | Vijay Mali <vmali@nvidia.com> | 2010-02-17 15:10:42 +0530 |
---|---|---|
committer | Vijay Mali <vmali@nvidia.com> | 2010-02-17 15:10:42 +0530 |
commit | e81a1aea26161b480dddfc6e394f42a66fefa8ad (patch) | |
tree | a263e64069a8be76deae1535d8ca7169a95ee8e1 /sound/soc | |
parent | 394a0d7ec6c9ea1d7d19f2e8e81b055fdfd8cf9e (diff) |
[ALSA]Adding PowerState and EndOfStream properties
In order to keep this file in sync with audiofx header file
adding in properties namely PowerState and EndOfStream.
Diffstat (limited to 'sound/soc')
-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; |