diff options
-rw-r--r-- | sound/soc/samsung/odroidx2_max98090.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/sound/soc/samsung/odroidx2_max98090.c b/sound/soc/samsung/odroidx2_max98090.c index 6ec35195e10..7d702640fcf 100644 --- a/sound/soc/samsung/odroidx2_max98090.c +++ b/sound/soc/samsung/odroidx2_max98090.c @@ -49,7 +49,7 @@ static int odroidx2_hw_params(struct snd_pcm_substream *substream, dev_info(codec_dai->dev, "HiFi DAI %s params ch %d, rate %d as i2s slave\n", - ((substream->stream == SNDRV_PCM_STREAM_PLAYBACK) ? \ + ((substream->stream == SNDRV_PCM_STREAM_PLAYBACK) ? "playback" : "capture"), params_channels(params), params_rate(params)); |