[alsa-devel] [PATCH 5/7] ALSA: hda: add default value for max_inflight_bytes

Pierre-Louis Bossart pierre-louis.bossart at linux.intel.com
Mon Oct 3 16:44:27 CEST 2016


>> --- a/sound/pci/hda/hda_controller.c
>> +++ b/sound/pci/hda/hda_controller.c
>> @@ -587,6 +587,7 @@ static struct snd_pcm_hardware azx_pcm_hw = {
>>  	.periods_min =		2,
>>  	.periods_max =		AZX_MAX_FRAG,
>>  	.fifo_size =		0,
>> +	.max_inflight_bytes = 128 /* default value for all legacy HDAudio controllers, override as needed */
>
> This line is going beyond 100 chars

introducing multi-line comments makes the structure less readable so 
even if checkpatch complains with a warning I used a single line. If you 
disagree please suggest a format that leaves the readable AND meets the 
80 char/line rule.



More information about the Alsa-devel mailing list