Skip to content

Commit

Permalink
---
Browse files Browse the repository at this point in the history
yaml
---
r: 130774
b: refs/heads/master
c: 40c41c8
h: refs/heads/master
v: v3
  • Loading branch information
Mauro Carvalho Chehab committed Feb 1, 2009
1 parent 9a6d0ca commit e80c94f
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 2 deletions.
2 changes: 1 addition & 1 deletion [refs]
Original file line number Diff line number Diff line change
@@ -1,2 +1,2 @@
---
refs/heads/master: 2c1a3c979ce66e3073c1b87373c0c01a95f847e6
refs/heads/master: 40c41c8cf1d04445013a14772afb3903a17344a6
6 changes: 5 additions & 1 deletion trunk/drivers/media/video/saa7134/saa7134-alsa.c
Original file line number Diff line number Diff line change
Expand Up @@ -1089,7 +1089,11 @@ static int saa7134_alsa_init(void)

list_for_each(list,&saa7134_devlist) {
dev = list_entry(list, struct saa7134_dev, devlist);
alsa_device_init(dev);
if (dev->pci->device == PCI_DEVICE_ID_PHILIPS_SAA7130)
printk(KERN_INFO "%s/alsa: %s doesn't support digital audio\n",
dev->name, saa7134_boards[dev->board].name);
else
alsa_device_init(dev);
}

if (dev == NULL)
Expand Down

0 comments on commit e80c94f

Please sign in to comment.