diff options
Diffstat (limited to 'sound/soc/intel/boards/hda_dsp_common.c')
| -rw-r--r-- | sound/soc/intel/boards/hda_dsp_common.c | 2 | 
1 files changed, 1 insertions, 1 deletions
diff --git a/sound/soc/intel/boards/hda_dsp_common.c b/sound/soc/intel/boards/hda_dsp_common.c index efdc4bc4bb1f..5c31ddc0884a 100644 --- a/sound/soc/intel/boards/hda_dsp_common.c +++ b/sound/soc/intel/boards/hda_dsp_common.c @@ -68,7 +68,7 @@ int hda_dsp_hdmi_build_controls(struct snd_soc_card *card,  			hpcm->pcm = NULL;  			hpcm->device = SNDRV_PCM_INVALID_DEVICE;  			dev_warn(card->dev, -				 "%s: no PCM in topology for HDMI converter %d\n\n", +				 "%s: no PCM in topology for HDMI converter %d\n",  				 __func__, i);  		}  		i++;  |