diff options
author | Todd Poynor <toddpoynor@google.com> | 2012-05-08 11:39:15 -0700 |
---|---|---|
committer | Todd Poynor <toddpoynor@google.com> | 2012-05-08 11:39:15 -0700 |
commit | 6bb60d745d723659777f56e0871d40ee94d94773 (patch) | |
tree | 0db925b25a18621f75b429ef81dee0cfc66a130f /sound | |
parent | d333f20f36615711c33d50f47cf2ca097c678010 (diff) | |
parent | 52f91d889a2c2a0f9e0b5e97fa7be8b584834016 (diff) | |
download | kernel_samsung_tuna-6bb60d745d723659777f56e0871d40ee94d94773.zip kernel_samsung_tuna-6bb60d745d723659777f56e0871d40ee94d94773.tar.gz kernel_samsung_tuna-6bb60d745d723659777f56e0871d40ee94d94773.tar.bz2 |
Merge branch 'android-3.0' into android-omap-3.0
Diffstat (limited to 'sound')
-rw-r--r-- | sound/soc/soc-dapm.c | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/sound/soc/soc-dapm.c b/sound/soc/soc-dapm.c index fef3383..042d4ae 100644 --- a/sound/soc/soc-dapm.c +++ b/sound/soc/soc-dapm.c @@ -71,6 +71,7 @@ static int dapm_up_seq[] = { [snd_soc_dapm_out_drv] = 10, [snd_soc_dapm_hp] = 10, [snd_soc_dapm_spk] = 10, + [snd_soc_dapm_line] = 10, [snd_soc_dapm_post] = 11, }; @@ -79,6 +80,7 @@ static int dapm_down_seq[] = { [snd_soc_dapm_adc] = 1, [snd_soc_dapm_hp] = 2, [snd_soc_dapm_spk] = 2, + [snd_soc_dapm_line] = 2, [snd_soc_dapm_out_drv] = 2, [snd_soc_dapm_pga] = 4, [snd_soc_dapm_mixer_named_ctl] = 5, |