diff mbox

[v7,06/20] OMAPDSS: omapdss.h: Remove audio_state member of struct omap_dss_device

Message ID 2c129e22e96eba98ec1d825d01c25571272da13b.1415786458.git.jsarha@ti.com (mailing list archive)
State New, archived
Headers show

Commit Message

Jyri Sarha Nov. 12, 2014, 10:49 a.m. UTC
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(-)

Comments

Jyri Sarha Nov. 12, 2014, 2:34 p.m. UTC | #1
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;
>

--
To unsubscribe from this list: send the line "unsubscribe linux-omap" in
the body of a message to majordomo@vger.kernel.org
More majordomo info at  http://vger.kernel.org/majordomo-info.html
diff mbox

Patch

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;