Update some input parameter descriptions.

This commit is contained in:
Gregory Nutt 2019-01-19 14:15:23 -06:00
parent c8efd2b1e3
commit 25f6586c92
2 changed files with 4 additions and 2 deletions

View File

@ -1645,7 +1645,8 @@ static void tda19988_shutdown(FAR struct tda1988_dev_s *priv)
* Create and register the the TDA19988 driver at 'devpath' * Create and register the the TDA19988 driver at 'devpath'
* *
* Input Parameters: * Input Parameters:
* devpath - The location to register the TDA19988 driver instance * devpath - The location to register the TDA19988 driver instance. The
* standard location would be a path like /dev/hdmi0.
* lower - The interface to the the TDA19988 lower half driver. * lower - The interface to the the TDA19988 lower half driver.
* *
* Returned Value: * Returned Value:

View File

@ -173,7 +173,8 @@ extern "C"
* Create and register the the TDA19988 driver at 'devpath' * Create and register the the TDA19988 driver at 'devpath'
* *
* Input Parameters: * Input Parameters:
* devpath - The location to register the TDA19988 driver instance * devpath - The location to register the TDA19988 driver instance. The
* standard location would be a path like /dev/hdmi0.
* lower - The interface to the the TDA19988 lower half driver. * lower - The interface to the the TDA19988 lower half driver.
* *
* Returned Value: * Returned Value: