commit | c78085fcd2ce7cd036e1488472eb41a64d70949a | [log] [tgz] |
---|---|---|
author | Johannes Berg <johannes@sipsolutions.net> | Thu Oct 05 15:06:34 2006 +0200 |
committer | Jaroslav Kysela <perex@suse.cz> | Fri Feb 09 09:00:07 2007 +0100 |
tree | db48675117e830b287784bf68baadd286a12a6a7 | |
parent | 12b131c4cf3eb1dc8a60082a434b7b100774c2e7 [diff] |
[ALSA] alsa core: add struct device pointer to struct snd_pcm This patch adds a struct device pointer to struct snd_pcm in order to be able to give it a different device than the card. It defaults to the card's device, however, so it should behave identically for drivers not touching the field. Signed-off-by: Johannes Berg <johannes@sipsolutions.net> Signed-off-by: Takashi Iwai <tiwai@suse.de> Signed-off-by: Jaroslav Kysela <perex@suse.cz>