ALSA: hda - VIA: Correct stream names for VT1818S

Correct stream names of analog playback and capture streams
for VT1818S.

Signed-off-by: Lydia Wang <lydiawang@viatech.com.cn>
Signed-off-by: Takashi Iwai <tiwai@suse.de>

authored by Lydia Wang and committed by Takashi Iwai 970f630f 0341ccd7

+5
+5
sound/pci/hda/patch_via.c
··· 4173 4173 spec->stream_name_analog = "VT1708BCE Analog"; 4174 4174 spec->stream_name_digital = "VT1708BCE Digital"; 4175 4175 } 4176 + /* correct names for VT1818S */ 4177 + if (codec->vendor_id == 0x11060440) { 4178 + spec->stream_name_analog = "VT1818S Analog"; 4179 + spec->stream_name_digital = "VT1818S Digital"; 4180 + } 4176 4181 return 0; 4177 4182 } 4178 4183