# .zshrc # # Base zshrc file which simply delegates to files in $ZDOTDIR # # Copyright © 2010–2011 Tobias Klauser # # Source repository: git://git.distanz.ch/dotfiles/zsh.git # # Based on the zsh setup by martin f. krafft which can be found at: # git://git.madduck.net/etc/zsh.git ZDOTDIR=$HOME/.zsh [ -f $ZDOTDIR/.zshrc ] && . $ZDOTDIR/.zshrc tation/kobject.txt?h=nds-private-remove' type='application/atom+xml'/>
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorSudip Mukherjee <sudipm.mukherjee@gmail.com>2016-02-22 14:37:13 +0530
committerMark Brown <broonie@kernel.org>2016-02-22 19:38:50 +0900
commit3375cbe420a8987b30daf3c021bea6fb0b0fe344 (patch)
treeb9a5a78ee64068e6537cc6f1fb16ef7e7c9a7092 /Documentation/kobject.txt
parentacfc7d46cddcf71cf18772bbe8717b84eac5f672 (diff)
ASoC: topology: fix build warning
We are getting build warning about: sound/soc/soc-topology.c:249:31: warning: 'get_dobj_type' defined but not used commit 64527e8a3529 has removed the only caller of get_dobj_type() but missed to remove the function which is now unused. And after removing get_dobj_type() we do not have any use of get_dobj_mixer_type(). Fixes: 64527e8a3529 ("ASoC: topology: Add FE DAIs dynamically") CC: Mengdong Lin <mengdong.lin@linux.intel.com> Signed-off-by: Sudip Mukherjee <sudip.mukherjee@codethink.co.uk> Signed-off-by: Mark Brown <broonie@kernel.org>
Diffstat (limited to 'Documentation/kobject.txt')