diff options
author | Takashi Iwai <tiwai@suse.de> | 2013-10-28 11:42:56 +0100 |
---|---|---|
committer | Takashi Iwai <tiwai@suse.de> | 2013-10-29 11:37:23 +0100 |
commit | 57d8ff617f871eee11bb2f648505592c2e859d0f (patch) | |
tree | fe3c0ce57f14dbcb50c35edaed5e9249ab30c6ba | |
parent | 728deecdd4e9b4a58faf518638169c743c57cee2 (diff) | |
download | linux-stable-57d8ff617f871eee11bb2f648505592c2e859d0f.tar.gz linux-stable-57d8ff617f871eee11bb2f648505592c2e859d0f.tar.bz2 linux-stable-57d8ff617f871eee11bb2f648505592c2e859d0f.zip |
ALSA: hda - Add a fallthru comment
... to improve the readability.
Signed-off-by: Takashi Iwai <tiwai@suse.de>
-rw-r--r-- | sound/pci/hda/hda_beep.c | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/sound/pci/hda/hda_beep.c b/sound/pci/hda/hda_beep.c index 20d065a17226..98bce9830be0 100644 --- a/sound/pci/hda/hda_beep.c +++ b/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); |