Donate to e Foundation | Murena handsets with /e/OS | Own a part of Murena! Learn more

Commit 377ff31a authored by Lydia Wang's avatar Lydia Wang Committed by Takashi Iwai
Browse files

ALSA: HDA VIA: Only cosmetic changes

parent 8e86597f
Loading
Loading
Loading
Loading
+33 −31
Original line number Original line Diff line number Diff line
@@ -1865,8 +1865,10 @@ static int via_build_pcms(struct hda_codec *codec)
	codec->pcm_info = info;
	codec->pcm_info = info;


	info->name = spec->stream_name_analog;
	info->name = spec->stream_name_analog;
	info->stream[SNDRV_PCM_STREAM_PLAYBACK] = *(spec->stream_analog_playback);
	info->stream[SNDRV_PCM_STREAM_PLAYBACK] =
	info->stream[SNDRV_PCM_STREAM_PLAYBACK].nid = spec->multiout.dac_nids[0];
		*(spec->stream_analog_playback);
	info->stream[SNDRV_PCM_STREAM_PLAYBACK].nid =
		spec->multiout.dac_nids[0];
	info->stream[SNDRV_PCM_STREAM_CAPTURE] = *(spec->stream_analog_capture);
	info->stream[SNDRV_PCM_STREAM_CAPTURE] = *(spec->stream_analog_capture);
	info->stream[SNDRV_PCM_STREAM_CAPTURE].nid = spec->adc_nids[0];
	info->stream[SNDRV_PCM_STREAM_CAPTURE].nid = spec->adc_nids[0];