diff for duplicates of <54661A30.3010708@ti.com> diff --git a/a/1.txt b/N1/1.txt index dda768d..32563e6 100644 --- a/a/1.txt +++ b/N1/1.txt @@ -18,8 +18,8 @@ On 11/14/2014 04:37 PM, 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 37d0745..7a96929 100644 --- a/a/content_digest +++ b/N1/content_digest @@ -3,7 +3,7 @@ "ref\05466139E.5040308@mentor.com\0" "From\0Jyri Sarha <jsarha@ti.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 17:05:20 +0200\0" + "Date\0Fri, 14 Nov 2014 15:05:20 +0000\0" "To\0Vladimir Zapolskiy <vladimir_zapolskiy@mentor.com>" alsa-devel@alsa-project.org linux-fbdev@vger.kernel.org @@ -34,8 +34,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" @@ -68,4 +68,4 @@ "Best regards,\n" Jyri -fd22b6f1d4a3927366d543956471159aed3b90abbb3d61c948d569ab95ce87f7 +202869b42925e399190121ff9233b673939f1040d779badc09ed11f4f54d3d60
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.