Damn, this patch should have gone to second last for it not not to break bisect. I'll squash it into "OMAPDSS: Remove all references to obsolete HDMI audio callbacks" an mail v7.1 patch-set shortly.
Best regards, Jyri
On 11/12/2014 12:49 PM, Jyri Sarha wrote:
The audio_state member is not used.
Signed-off-by: Jyri Sarha jsarha@ti.com
include/video/omapdss.h | 9 --------- 1 file changed, 9 deletions(-)
diff --git a/include/video/omapdss.h b/include/video/omapdss.h index 069dfca..9f2699f 100644 --- a/include/video/omapdss.h +++ b/include/video/omapdss.h @@ -166,13 +166,6 @@ enum omap_dss_display_state { OMAP_DSS_DISPLAY_ACTIVE, };
-enum omap_dss_audio_state {
- OMAP_DSS_AUDIO_DISABLED = 0,
- OMAP_DSS_AUDIO_ENABLED,
- OMAP_DSS_AUDIO_CONFIGURED,
- OMAP_DSS_AUDIO_PLAYING,
-};
- struct omap_dss_audio { struct snd_aes_iec958 *iec; struct snd_cea_861_aud_if *cea;
@@ -783,8 +776,6 @@ struct omap_dss_device {
enum omap_dss_display_state state;
enum omap_dss_audio_state audio_state;
/* OMAP DSS output specific fields */
struct list_head list;