diff for duplicates of <546A107B.1030800@mentor.com> diff --git a/a/1.txt b/N1/1.txt index 7f285a3..c5f8911 100644 --- a/a/1.txt +++ b/N1/1.txt @@ -21,8 +21,8 @@ On 14.11.2014 17:05, 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 af8a107..995e4b0 100644 --- a/a/content_digest +++ b/N1/content_digest @@ -4,7 +4,7 @@ "ref\054661A30.3010708@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\0Mon, 17 Nov 2014 17:12:59 +0200\0" + "Date\0Mon, 17 Nov 2014 15:12:59 +0000\0" "To\0Jyri Sarha <jsarha@ti.com>" alsa-devel@alsa-project.org linux-fbdev@vger.kernel.org @@ -38,8 +38,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" @@ -82,4 +82,4 @@ "With best wishes,\n" Vladimir -86d85537c69a80e33fe53be32f826942875eaaf86f793f91a20b10997afc27c7 +818ab32b3736fbf16f832783232ddee744af0e9f60efcd5942f64fd808e5b8e8
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.