Merge branch 'topic/snd-device' into for-next
This commit is contained in:
@@ -135,7 +135,7 @@ struct snd_compr_ops {
|
||||
/**
|
||||
* struct snd_compr: Compressed device
|
||||
* @name: DSP device name
|
||||
* @dev: Device pointer
|
||||
* @dev: associated device instance
|
||||
* @ops: pointer to DSP callbacks
|
||||
* @private_data: pointer to DSP pvt data
|
||||
* @card: sound card pointer
|
||||
@@ -145,7 +145,7 @@ struct snd_compr_ops {
|
||||
*/
|
||||
struct snd_compr {
|
||||
const char *name;
|
||||
struct device *dev;
|
||||
struct device dev;
|
||||
struct snd_compr_ops *ops;
|
||||
void *private_data;
|
||||
struct snd_card *card;
|
||||
|
||||
Reference in New Issue
Block a user