diff for duplicates of <5466139E.5040308@mentor.com> diff --git a/a/1.txt b/N1/1.txt index 8dc762f..a356d75 100644 --- a/a/1.txt +++ b/N1/1.txt @@ -17,8 +17,8 @@ On 12.11.2014 16:41, Jyri Sarha 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 b15f485..9cbd2f8 100644 --- a/a/content_digest +++ b/N1/content_digest @@ -2,7 +2,7 @@ "ref\08047b50c76efecd72e7219f7871c59cc4a8ee5f5.1415803065.git.jsarha@ti.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\0Fri, 14 Nov 2014 16:37:18 +0200\0" + "Date\0Fri, 14 Nov 2014 14:37:18 +0000\0" "To\0Jyri Sarha <jsarha@ti.com>" alsa-devel@alsa-project.org linux-fbdev@vger.kernel.org @@ -32,8 +32,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" @@ -54,4 +54,4 @@ "With best wishes,\n" Vladimir -9df4e0c267bdc11bdcf8de4a454123a578b94db6c2693455e3c4f6407d92a49c +548b09c411c24804a2acb92edc9fa51f9adbcfbc307763d73729d1e202a501d5
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.