Commit 9e9d04c0 authored by Jassi Brar's avatar Jassi Brar Committed by Mark Brown

ASoC: AC97: SMDK-WM9713: Convert notes from cset to sset

It's more robust when references are provided in control names
rather than numid.
Signed-off-by: default avatarJassi Brar <jassi.brar@samsung.com>
Acked-by: default avatarLiam Girdwood <lrg@slimlogic.co.uk>
Signed-off-by: default avatarMark Brown <broonie@opensource.wolfsonmicro.com>
parent 2718625f
...@@ -29,24 +29,15 @@ static struct snd_soc_card smdk; ...@@ -29,24 +29,15 @@ static struct snd_soc_card smdk;
/* /*
Playback (HeadPhone):- Playback (HeadPhone):-
Headphone Playback Switch - On $ amixer sset 'Headphone' unmute
$ amixer cset numid=4 1 $ amixer sset 'Right Headphone Out Mux' 'Headphone'
$ amixer sset 'Left Headphone Out Mux' 'Headphone'
Right Headphone Out Mux - Headphone $ amixer sset 'Right HP Mixer PCM' unmute
$ amixer cset numid=92 2 $ amixer sset 'Left HP Mixer PCM' unmute
Left Headphone Out Mux - Headphone
$ amixer cset numid=93 2
Right HP Mixer PCM Playback Switch - On
$ amixer cset numid=75 1
Left HP Mixer PCM Playback Switch - On
$ amixer cset numid=81 1
Capture (LineIn):- Capture (LineIn):-
Right Capture Source - Line $ amixer sset 'Right Capture Source' 'Line'
$ amixer cset numid=86 2 $ amixer sset 'Left Capture Source' 'Line'
Left Capture Source - Line
$ amixer cset numid=87 2
*/ */
static struct snd_soc_dai_link smdk_dai = { static struct snd_soc_dai_link smdk_dai = {
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment