Searched refs:num_of_ch (Results 1 - 1 of 1) sorted by relevance

/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/drivers/ps3/
H A Dps3av_cmd.c605 static u8 ps3av_cnv_layout(u32 num_of_ch) argument
607 if (num_of_ch > PS3AV_CMD_AUDIO_NUM_OF_CH_8) {
608 printk(KERN_ERR "%s failed, num_of_ch:%x\n", __func__,
609 num_of_ch);
613 return num_of_ch == PS3AV_CMD_AUDIO_NUM_OF_CH_2 ? 0x0 : 0x1;

Completed in 29 milliseconds