aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorMaxime Ripard <maxime.ripard@free-electrons.com>2014-04-17 05:51:21 -0400
committerTakashi Iwai <tiwai@suse.de>2014-04-18 03:57:03 -0400
commit38137a064199a02630f136ce7bb1580d5d3fedeb (patch)
tree1e08db983cef36fe28c3dcafe7bac02bd7d3d621
parent8e6320064c3350cd8610cd23d4ef5c6926e33e48 (diff)
ALSA: lx_core: Translate comments from french to english
For some reason, some of the comments were actually in poorly encoded french. Translate them in english like they should have been in the first place. Signed-off-by: Maxime Ripard <maxime.ripard@free-electrons.com> Signed-off-by: Takashi Iwai <tiwai@suse.de>
-rw-r--r--sound/pci/lx6464es/lx_core.c22
1 files changed, 11 insertions, 11 deletions
diff --git a/sound/pci/lx6464es/lx_core.c b/sound/pci/lx6464es/lx_core.c
index 7c070864dc62..e8f38e5df10a 100644
--- a/sound/pci/lx6464es/lx_core.c
+++ b/sound/pci/lx6464es/lx_core.c
@@ -1024,17 +1024,17 @@ static int lx_interrupt_handle_async_events(struct lx6464es *chip, u32 irqsrc,
1024 int err; 1024 int err;
1025 u32 stat[9]; /* answer from CMD_04_GET_EVENT */ 1025 u32 stat[9]; /* answer from CMD_04_GET_EVENT */
1026 1026
1027 /* On peut optimiser pour ne pas lire les evenements vides 1027 /* We can optimize this to not read dumb events.
1028 * les mots de réponse sont dans l'ordre suivant : 1028 * Answer words are in the following order:
1029 * Stat[0] mot de status général 1029 * Stat[0] general status
1030 * Stat[1] fin de buffer OUT pF 1030 * Stat[1] end of buffer OUT pF
1031 * Stat[2] fin de buffer OUT pf 1031 * Stat[2] end of buffer OUT pf
1032 * Stat[3] fin de buffer IN pF 1032 * Stat[3] end of buffer IN pF
1033 * Stat[4] fin de buffer IN pf 1033 * Stat[4] end of buffer IN pf
1034 * Stat[5] underrun poid fort 1034 * Stat[5] MSB underrun
1035 * Stat[6] underrun poid faible 1035 * Stat[6] LSB underrun
1036 * Stat[7] overrun poid fort 1036 * Stat[7] MSB overrun
1037 * Stat[8] overrun poid faible 1037 * Stat[8] LSB overrun
1038 * */ 1038 * */
1039 1039
1040 u64 orun_mask; 1040 u64 orun_mask;