diff options
author | Steven Toth <stoth@kernellabs.com> | 2011-10-10 16:09:53 +0200 |
---|---|---|
committer | Mauro Carvalho Chehab <mchehab@redhat.com> | 2011-10-14 22:03:46 +0200 |
commit | 3273961fe19116f0b94346bf3f82d23a956c3db4 (patch) | |
tree | 6a73a9b30130275441250d97414a3d75049b7d94 /drivers/media/video/cx23885 | |
parent | [media] cx23885: minor function renaming to ensure uniformity (diff) | |
download | linux-3273961fe19116f0b94346bf3f82d23a956c3db4.tar.xz linux-3273961fe19116f0b94346bf3f82d23a956c3db4.zip |
[media] cx23885: setup the dma mapping for raw audio support
Signed-off-by: Steven Toth <stoth@kernellabs.com>
Signed-off-by: Mauro Carvalho Chehab <mchehab@redhat.com>
Diffstat (limited to 'drivers/media/video/cx23885')
-rw-r--r-- | drivers/media/video/cx23885/cx23885-core.c | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/drivers/media/video/cx23885/cx23885-core.c b/drivers/media/video/cx23885/cx23885-core.c index d8dfa40b4af9..a50b5cf2b6be 100644 --- a/drivers/media/video/cx23885/cx23885-core.c +++ b/drivers/media/video/cx23885/cx23885-core.c @@ -155,7 +155,6 @@ static struct sram_channel cx23885_sram_channels[] = { .cnt2_reg = DMA5_CNT2, }, [SRAM_CH07] = { - .name = "ch7", .name = "TV Audio", .cmds_start = 0x10190, .ctrl_start = 0x10480, |