diff options
author | Shuah Khan <shuahkh@osg.samsung.com> | 2016-02-12 02:41:27 +0300 |
---|---|---|
committer | Mauro Carvalho Chehab <mchehab@osg.samsung.com> | 2016-02-27 14:34:10 +0300 |
commit | 82410a98bd03d08dbe580f8d2c870c70de8e023e (patch) | |
tree | b7551fb5edef3862b5f47b150425ab2548f00018 /drivers/media/dvb-frontends/au8522.h | |
parent | 4c4ada7306becbf1f8aa6fb550b10433cf2c6856 (diff) | |
download | linux-82410a98bd03d08dbe580f8d2c870c70de8e023e.tar.xz |
[media] media: au8522 change to create MC pad for ALSA Audio Out
Add new pad for ALSA Audio Out to au8522_media_pads.
Signed-off-by: Shuah Khan <shuahkh@osg.samsung.com>
Signed-off-by: Mauro Carvalho Chehab <mchehab@osg.samsung.com>
Diffstat (limited to 'drivers/media/dvb-frontends/au8522.h')
-rw-r--r-- | drivers/media/dvb-frontends/au8522.h | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/drivers/media/dvb-frontends/au8522.h b/drivers/media/dvb-frontends/au8522.h index 3c72f40f5321..d7a997fada7f 100644 --- a/drivers/media/dvb-frontends/au8522.h +++ b/drivers/media/dvb-frontends/au8522.h @@ -94,6 +94,7 @@ enum au8522_media_pads { AU8522_PAD_INPUT, AU8522_PAD_VID_OUT, AU8522_PAD_VBI_OUT, + AU8522_PAD_AUDIO_OUT, AU8522_NUM_PADS }; |