Commit 1e107585 authored by Jaroslav Kysela's avatar Jaroslav Kysela

[ALSA] [SPARSE] Use NULL instead of 0

HDA Codec driver
Use NULL for pointers instead of 0.
Signed-off-by: default avatarTakashi Iwai <tiwai@suse.de>
parent 199a4a8c
......@@ -1050,7 +1050,7 @@ static int patch_alc880(struct hda_codec *codec)
* never used.
*/
static struct alc_channel_mode alc260_modes[1] = {
{ 2, 0 },
{ 2, NULL },
};
snd_kcontrol_new_t alc260_base_mixer[] = {
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment