浏览代码

ALSA: hda - Add a fallthru comment

... to improve the readability.

Signed-off-by: Takashi Iwai <tiwai@suse.de>
Takashi Iwai 11 年之前
父节点
当前提交
57d8ff617f
共有 1 个文件被更改,包括 1 次插入0 次删除
  1. 1 0
      sound/pci/hda/hda_beep.c

+ 1 - 0
sound/pci/hda/hda_beep.c

@@ -110,6 +110,7 @@ static int snd_hda_beep_event(struct input_dev *dev, unsigned int type,
 	case SND_BELL:
 		if (hz)
 			hz = 1000;
+		/* fallthru */
 	case SND_TONE:
 		if (beep->linear_tone)
 			beep->tone = beep_linear_tone(beep, hz);