summaryrefslogtreecommitdiff
path: root/sound
diff options
context:
space:
mode:
authorVijay Mali <vmali@nvidia.com>2010-02-17 15:10:42 +0530
committerVijay Mali <vmali@nvidia.com>2010-02-17 15:10:42 +0530
commite81a1aea26161b480dddfc6e394f42a66fefa8ad (patch)
treea263e64069a8be76deae1535d8ca7169a95ee8e1 /sound
parent394a0d7ec6c9ea1d7d19f2e8e81b055fdfd8cf9e (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')
-rw-r--r--sound/soc/tegra/tegra_sndfx.h2
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;