|
@@ -28,8 +28,8 @@
|
|
* to debug if we run into issues
|
|
* to debug if we run into issues
|
|
*/
|
|
*/
|
|
|
|
|
|
-static struct snd_card *g_card = NULL;
|
|
|
|
-static struct bcm2835_chip *g_chip = NULL;
|
|
|
|
|
|
+static struct snd_card *g_card;
|
|
|
|
+static struct bcm2835_chip *g_chip;
|
|
|
|
|
|
static int snd_bcm2835_free(struct bcm2835_chip *chip)
|
|
static int snd_bcm2835_free(struct bcm2835_chip *chip)
|
|
{
|
|
{
|