Lines Matching defs:driver
57 a driver identification. The result is a string.
67 returns the driver identification from the private_data node.
752 int snd_determine_driver(int card, char **driver)
774 *driver = res;
785 * \brief Returns the driver identification from \c private_data.
804 char *driver;
819 if ((err = snd_determine_driver(card, &driver)) < 0)
823 err = snd_config_imake_string(dst, id, driver);
824 free(driver);
896 * \brief Returns the driver identification for a card.