UCM: veyron - Change "Ext Spk" to "Speaker"

In alsa-libs' code, it will try to turn off "Speaker Switch"
when muting "Speaker Volume".

Currently we're using "Ext Spk Switch", that makes the mute
func not working.

* Need to change the switch name in our driver too.

CQ-DEPEND=I7680dfd879b3ecb20ec8a80ea50fe6b4085be1ab
BUG=chrome-os-partner:35174
TEST=without headphone plugin, run:
'strace -f -p `pgrep cras` 2>&1|grep ioctl|grep -v -E
"DELAY|SYNC"'

can see these logs after close lid:

[pid 12046] ioctl(17, SNDRV_CTL_IOCTL_ELEM_READ or USBDEVFS_IOCTL,
		0xbef71740) = 0
[pid 12046] ioctl(17, SNDRV_CTL_IOCTL_ELEM_WRITE or
		USBDEVFS_HUB_PORTINFO, 0xbef71740) = 0
[pid 12046] ioctl(17, SNDRV_CTL_IOCTL_ELEM_READ or USBDEVFS_IOCTL,
		0xbef71748) = 0
[pid 12046] ioctl(17, SNDRV_CTL_IOCTL_ELEM_WRITE or
		USBDEVFS_HUB_PORTINFO <unfinished ...>
		[pid 12046] <... ioctl resumed> , 0xbef71748) = 0

Change-Id: I3247d1477ea428cb19c1ba8a8a79077ee321bdfd
Signed-off-by: Jeffy Chen <jeffy.chen@rock-chips.com>
Reviewed-on: https://chromium-review.googlesource.com/241946
Reviewed-by: Dylan Reid <dgreid@chromium.org>
2 files changed