diff for duplicates of <546776A0.2060305@mentor.com> diff --git a/a/1.txt b/N1/1.txt index c01c784..a076828 100644 --- a/a/1.txt +++ b/N1/1.txt @@ -20,8 +20,8 @@ On 14.11.2014 16:37, Vladimir Zapolskiy wrote: >> -static inline bool hdmi_mode_has_audio(int mode) >> +static inline bool hdmi_mode_has_audio(struct hdmi_config *cfg) >> { ->> - return mode == HDMI_HDMI ? true : false; ->> + return cfg->hdmi_dvi_mode == HDMI_HDMI ? true : false; +>> - return mode = HDMI_HDMI ? true : false; +>> + return cfg->hdmi_dvi_mode = HDMI_HDMI ? true : false; >> } >> >> /* HDMI DRV data */ diff --git a/a/content_digest b/N1/content_digest index 98089cf..67cfb4a 100644 --- a/a/content_digest +++ b/N1/content_digest @@ -3,7 +3,7 @@ "ref\05466139E.5040308@mentor.com\0" "From\0Vladimir Zapolskiy <vladimir_zapolskiy@mentor.com>\0" "Subject\0Re: [PATCH v7.1 11/19] OMAPDSS: hdmi: Make hdmi_mode_has_audio() more user friedly\0" - "Date\0Sat, 15 Nov 2014 17:52:00 +0200\0" + "Date\0Sat, 15 Nov 2014 15:52:00 +0000\0" "To\0Jyri Sarha <jsarha@ti.com>" alsa-devel@alsa-project.org linux-fbdev@vger.kernel.org @@ -36,8 +36,8 @@ ">> -static inline bool hdmi_mode_has_audio(int mode)\n" ">> +static inline bool hdmi_mode_has_audio(struct hdmi_config *cfg)\n" ">> {\n" - ">> -\treturn mode == HDMI_HDMI ? true : false;\n" - ">> +\treturn cfg->hdmi_dvi_mode == HDMI_HDMI ? true : false;\n" + ">> -\treturn mode = HDMI_HDMI ? true : false;\n" + ">> +\treturn cfg->hdmi_dvi_mode = HDMI_HDMI ? true : false;\n" ">> }\n" ">> \n" ">> /* HDMI DRV data */\n" @@ -60,4 +60,4 @@ "With best wishes,\n" Vladimir -b89230db34b6a45836607ed40e209ff09394d0191741d1d48ba283a0292d0584 +4c25b6abac54853a3cfb32051ebf03155dbcc915b67aeb7339055dd7b9e4a029
This is an external index of several public inboxes, see mirroring instructions on how to clone and mirror all data and code used by this external index.