Skip to content

Instantly share code, notes, and snippets.

@kangear
Last active August 29, 2015 14:17
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save kangear/358c7acb2c96224136e1 to your computer and use it in GitHub Desktop.
Save kangear/358c7acb2c96224136e1 to your computer and use it in GitHub Desktop.

##porting rk616 Audio codec driver from 3.0 version kernel to 4.0 version kernel:

  • error: 'snd_soc_info_volsw_2r' undeclared here (not in a function)
  • error: 'struct snd_soc_codec' has no member named 'mutex'
  • error: 'struct snd_soc_dapm_widget' has no member named 'codec'
  • error: 'struct snd_soc_codec' has no member named 'hw_read'
  • error: 'struct snd_soc_codec' has no member named 'read'
  • error: 'struct snd_soc_codec' has no member named 'write'
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment